Skip to content

Handle weird keys correctly #61

@nikeee

Description

@nikeee

We have to escape some chars different than new URL().pathname. This leads to the tests in 68afa06 to fail. A workaround was applied in 7e16ae9.

We probably have to encode the pathname by ourself to have it guarantee. Or we can see if a something like .split("/").map(encodeURIComponent).join("/") works. Or if there is a JS stdlib implementation that matches what the S3 standard requires.

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