Skip to content

Separate the query from the request URL, and use only the path as the S3 key #18

@gmoon

Description

@gmoon

Currently, a request that includes a query string will fail, as the entire URL, including the query, will be used as the S3 key.

Instead, if there is a query, it should be excluded from the key:

url: /index.html?foo=bar

should use index.html as the S3 key. The query object should be preserved to be used at some later date.

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