aws / aws-sdk-php

Official repository of the AWS SDK for PHP (@awsforphp)
http://aws.amazon.com/sdkforphp
Apache License 2.0
5.99k stars 1.2k forks source link

feat: decoded encoded URLs #2935

Closed yenfryherrerafeliz closed 1 week ago

yenfryherrerafeliz commented 4 weeks ago

When using the multipart upload option, for larger files, the returned Url in the Location parameter from CompleteMultipartUploadResponse, this URL comes with special characters due to its encoding, and therefore a decoding is needed so the URL is returned in a better readable way to the end user.

Issue #2933

Description of changes:

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