You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* modify URL.remoteURL(): add encode URI Component
* add unit test for URL.remoteURL()
* replace go-funk
* move url.QueryEscape to s3.go
* add test - but with error
* modify test
* fix test
* - move s3.go/escapeKey to url.go/GetCopySource
- switch to https://github.com/johannesboyne/gofakes3
- add assertion
* replace gofakes3 and rename method GetCopySource
* revert go.mod
Co-authored-by: Minh Ho <minhho@itrvn.com>
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.
The text was updated successfully, but these errors were encountered: