rclone/s3
Andrew Starr-Bochicchio 64ea94c1a4 s3: Use rest.URLEscape rather than url.QueryEscape.
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.
2017-12-23 11:27:45 +00:00
..
s3.go s3: Use rest.URLEscape rather than url.QueryEscape. 2017-12-23 11:27:45 +00:00
s3_test.go fstests: only test uploadswith indeterminate size on remotes that support it 2017-08-22 07:19:43 +02:00
v2sign.go Simplify literals (after running gofmt -s over the code) 2016-02-29 16:57:23 +00:00