Releases: partnermarketing/FileSystemBundle
Releases · partnermarketing/FileSystemBundle
Version 3.0.3
Patch to support Path-Style S3 URLs
Version 3.0.2
Fix incorrect waitFor calls.
Version 3.0.0
Changes
- The travis build will now fail if PSR standards are not met
Backwards Incompatible Changes
- The method signature for the
AmazonS3constructor has been changed:$acland$localTempDirhave swapped positions.
Version 2.1.0
Changes
$tempDiris now optional. When not specified it defaults to the system temp directory.- The underlying service class can be retrieved via the
getService()method. - Code is now tested on PHP 7
- Internally, the code has been tidied up
1.1.0
- Bump
awspackage dependency. - Tidy up code.
1.0.0 - Stable release
Add new acl option for Amazon S3 adaptor in #5 contribution by @AnatolLitnskiy
Add config documentation.
Add usage documentation.