Skip to content

Conversation

@samsonasik
Copy link
Contributor

Latest dev-master build got travis build error because it tried to install latest zend-filter and current latest zend-filter 2.9.0 has different method signature for RenameUpload::getFinalTarget(). I updated the AwsModule\Filter\File\S3RenameUpload::getFinalTarget() to use it:

protected function getFinalTarget($source, $clientFileName)

and also update the required zend-filter to use ^2.9.0 so the compatible code will work for user with latest zend-filter ^2.9.0 only. Phpunit is also updated to as now is also updated to not get deprecated code notice.

@holorhythms holorhythms merged commit f839122 into aws:master May 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants