mirror of
https://github.com/rclone/rclone.git
synced 2024-11-23 00:43:49 +01:00
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_test.go | ||
s3.go | ||
v2sign.go |