64ea94c1a4
The X-Amz-Copy-Source takes a path. url.QueryEscape escapes spaces with a plus sign while rest.URLEscape (which mimics the url.PathEscape available from go 1.8) uses '%20' This works around an issue when copying objects with spaces in their key on DigitalOcean Spaces. |
||
---|---|---|
.. | ||
s3.go | ||
s3_test.go | ||
v2sign.go |