Skip to content

Releases: Innmind/S3

4.1.4

11 Nov 16:45
4.1.4
ee9123d
Compare
Choose a tag to compare

What's Changed

  • Delete files with the same name as the directory being uploaded by @Baptouuuu in #5
  • Fix files list being deferred instead of lazy by @Baptouuuu in #6

Full Changelog: 4.1.3...4.1.4

4.1.3

26 Oct 15:03
4.1.3
e9b8914
Compare
Choose a tag to compare

Fixed

  • Listing files inside an empty folder was throwing an error

4.1.2

17 Jun 12:47
4.1.2
1e6b067
Compare
Choose a tag to compare

Fixed

  • Continuation token used when paginating a listed wasn't properly encoded

4.1.1

14 Jun 17:33
4.1.1
8c060ed
Compare
Choose a tag to compare

Fixed

  • Listing elements inside a path is no longer limited to 1000 elements, it now follows the pagination

4.1.0

23 Mar 10:53
4.1.0
6e9fad2
Compare
Choose a tag to compare

Added

  • Support for innmind/operating:~5.0

Changed

  • Delete calls via the filesystem adapter are done concurrently when possible

Fixed

  • Empty directories are now listed
  • Uploading documents with special characters
  • Deleting entire directories
  • Over-fetching directories content even when not used
  • Over-fetching files content even when not used

4.0.0

01 Nov 12:53
4.0.0
eb24779
Compare
Choose a tag to compare

Changed

  • Requires innmind/http-transport:~7.0
  • Requires innmind/http:~7.0
  • Requires innmind/filesystem:~7.1
  • Requires innmind/operating-system:~4.0

Fixed

  • Removed files in directories were not removed from S3

3.2.1

23 Sep 14:25
3.2.1
611dfe5
Compare
Choose a tag to compare

Fixed

  • Upload and removals not being executed with the deferred execution inside innmind/http-transport

3.2.0

23 Sep 13:57
3.2.0
229f9c5
Compare
Choose a tag to compare

Added

  • Support for innmind/immutable:~5.0

Removed

  • Support for PHP 8.1

3.1.0

29 Jan 16:22
3.1.0
b27fb11
Compare
Choose a tag to compare

Added

  • Support for innmind/http:~6.0

Removed

  • Direct dependency to innmind/stream