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(MultipartUpload): changed ObjectURL for CompleteMultipartUpload into effectiveUri #2877

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

idsulik
Copy link

@idsulik idsulik commented Feb 8, 2024

Description of changes: I spent several hours to figure out why some files return ObjectURL with "%2F", but some files with "/", it turned out that CompleteMultipartUpload puts "Location" URL to ObjectURL while PutObject and CopyObject put the effectiveUri, changed this so CompleteMultipartUpload will return effecitveUri if it's available and "Location" if it's not available.

image

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@idsulik
Copy link
Author

idsulik commented Feb 9, 2024

Another way to fix it is to replace "%2F" with "/" for the location's URI, which one is preferable?

@idsulik
Copy link
Author

idsulik commented Apr 13, 2024

@stobrien89 Hi!
Should I do anything else or I just need to wait?

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.

None yet

1 participant