You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An S3Path that points to a directory does not preserve the trailing slash when calling S3Path::toUri. For example instead of s3://s3.amazonaws.com/bucket/foo/, the method returns s3://s3.amazonaws.com/bucket/foo
2.0.0
----
Changelog:
* 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
An S3Path that points to a directory does not preserve the trailing slash when calling
S3Path::toUri
. For example instead ofs3://s3.amazonaws.com/bucket/foo/
, the method returnss3://s3.amazonaws.com/bucket/foo
This can be see in the modified unit test:
Fails with
The text was updated successfully, but these errors were encountered: