Skip to content

Releases: partnermarketing/FileSystemBundle

Version 3.0.3

24 Feb 14:02

Choose a tag to compare

Patch to support Path-Style S3 URLs

Version 3.0.2

10 Feb 12:29

Choose a tag to compare

Fix incorrect waitFor calls.

Version 3.0.0

29 Jan 14:53
3.0.0
8522546

Choose a tag to compare

Changes

  • The travis build will now fail if PSR standards are not met

Backwards Incompatible Changes

  • The method signature for the AmazonS3 constructor has been changed: $acl and $localTempDir have swapped positions.

Version 2.1.0

29 Jan 14:50
2.1.0

Choose a tag to compare

Changes

  • $tempDir is 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

04 Sep 10:03

Choose a tag to compare

  • Bump aws package dependency.
  • Tidy up code.

1.0.0 - Stable release

14 Apr 10:23

Choose a tag to compare

Add new acl option for Amazon S3 adaptor in #5 contribution by @AnatolLitnskiy
Add config documentation.
Add usage documentation.