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

fix(lib-storage): URI-decoding of object Locations for Multipart Upload #5668

Merged
merged 1 commit into from
Jan 11, 2024

Conversation

ichina
Copy link
Contributor

@ichina ichina commented Jan 11, 2024

Issue

for multipart upload (for files > 5mb) the CompleteMultipartUploadCommand returns the Location of the file with %2f symbol which is encoded / slash.

Description

After migrating aws-sdk from v2 to v3 we've noticed that for large files (> 5mb) the final S3 url contains %2f instead of / (it broke our frontend app, clients lost and access to such files).

i've found out this issue was discussed
and fixed in aws-sdk-js-v2 issue #1158 and PR #1420
and same for aws-sdk-go issue #1385 and PR #2453

@ichina ichina marked this pull request as ready for review January 11, 2024 05:10
@ichina ichina requested a review from a team as a code owner January 11, 2024 05:10
@kuhe kuhe merged commit 59ff8e1 into aws:main Jan 11, 2024
2 of 3 checks passed
@divineforest divineforest deleted the fix/lib-storage-multipart-upload branch January 12, 2024 09:27
Copy link

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs and link to relevant comments in this thread.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jan 27, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants