Open
Description
Both S3Path
and VersionedS3Path
normalize their input strings, which in some cases can cause valid S3 paths to become invalid.
E.g.
s3://bucket-name/directory1/directory2///directory-after-multi-slash
becomes
s3://bucket-name/directory1/directory2/directory-after-multi-slash
.
This then causes the URI not to be found. It'd be great to have the option to not normalize here. Or is there another workaround that would still allow for use of s3path
here?
Metadata
Metadata
Assignees
Labels
No labels