8000 Multiple slashes in valid S3 Key get normalized · Issue #200 · liormizr/s3path · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Multiple slashes in valid S3 Key get normalized #200
Open
@sallamander317

Description

@sallamander317

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0