Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement #279 #280

Merged
merged 10 commits into from
Apr 22, 2021
Merged

Conversation

khacminh
Copy link
Contributor

@khacminh khacminh commented Apr 1, 2021

Implement Issue #279

Issue:

S3 key may contain special characters as mention in this document. In this case, downloading S3 object throws 404 error.

Solution:

The S3 key need to be URL encoded before download.

@khacminh khacminh requested a review from a team as a code owner April 1, 2021 15:36
@khacminh khacminh requested review from aykutfarsak and ilkinulas and removed request for a team April 1, 2021 15:36
storage/url/url.go Outdated Show resolved Hide resolved
storage/s3.go Outdated Show resolved Hide resolved
e2e/cp_test.go Outdated Show resolved Hide resolved
e2e/cp_test.go Outdated Show resolved Hide resolved
storage/s3.go Outdated Show resolved Hide resolved
go.mod Outdated Show resolved Hide resolved
Copy link
Member

@sonmezonur sonmezonur left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for your contribution.

storage/url/url.go Outdated Show resolved Hide resolved
storage/url/url.go Outdated Show resolved Hide resolved
Copy link
Member

@ilkinulas ilkinulas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for your contribution, it is good to go!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants