Skip to content

Releases: Upplication/Amazon-S3-FileSystem-NIO2

2.0.0

29 Nov 21:47
Compare
Choose a tag to compare
  • Preserve URI with end slash #76
  • Removed META-INF/services/java.nio.file.spi.FileTypeDetector #78
  • Bucket are filestores and root directories for a bucket is the bucket itself.
  • getFileName for a root Path is null
  • Improved S3Path Tests

Implemented readAttributes(Path, String)

28 May 15:06
Compare
Choose a tag to compare
  • closed #56 implemented readAttributes(Path, String)

1.2.0:

21 Nov 16:11
Compare
Choose a tag to compare

Changelog:

  • Fixed #49 key with special chars are doubled encoded

Warning:
This version can break some apps because previous version encode the names of the object as a url and the current not.

1.1.2

25 Oct 19:53
Compare
Choose a tag to compare

Changelog:

  • fixed issue #38: uri without host create filesystems with keys accessKey@null

1.1.1:

24 Oct 16:27
Compare
Choose a tag to compare

Changelog:

  • Integrated PR #46: Fix for key lookup of getFileSystem

Thanks @vanDonselaar

1.1.0.

16 Sep 18:48
Compare
Choose a tag to compare

Changelog:

  • Integrated pull requests #48: Implement S3FileSystemProvider.move()

Thanks @heikkipora

1.0.3:

16 Sep 18:37
Compare
Choose a tag to compare

Changelog:

  • Integrated pull requests #47 and #34: improved performance with a cache

Thanks to @heikkipora and @pditommaso

1.0.2

26 Jun 14:08
Compare
Choose a tag to compare

Changelog:

  • Improved S3SeekableByteChannel constructor #44