Skip to content

Resources with names needing URL encoding are not returned #3

@benburton

Description

@benburton

Let's say we have a file called "my file.png" in the "my-bucket" bucket on s3. The following code:

val plays3 = new ConcreteS3Service(key, secret)
plays3.download("my-bucket", "my%20file.png", None)

will return a BadRequest("Error downloading"), even though https://s3.amazonaws.com/my-bucket/my%20file.png is a valid resource on s3.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions