Releases: Upplication/Amazon-S3-FileSystem-NIO2
Releases · Upplication/Amazon-S3-FileSystem-NIO2
2.0.0
- 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)
- closed #56 implemented readAttributes(Path, String)
1.2.0:
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
Changelog:
- fixed issue #38: uri without host create filesystems with keys accessKey@null
1.1.1:
Changelog:
- Integrated PR #46: Fix for key lookup of getFileSystem
Thanks @vanDonselaar
1.1.0.
Changelog:
- Integrated pull requests #48: Implement S3FileSystemProvider.move()
Thanks @heikkipora
1.0.2
Changelog:
- Improved S3SeekableByteChannel constructor #44