goofys icon indicating copy to clipboard operation
goofys copied to clipboard

Escape the special char in name correctly. As per the AWS documentat…

Open skuppa opened this issue 3 years ago • 1 comments

Escape the special char in name correctly. As per the AWS documentation, CopyRequest is sending request param and it advised to URLEncode the source name. Using the url.QueryEscape to encode the name instead of url.PahEscape since it does not cover all special char.

skuppa avatar Nov 06 '20 00:11 skuppa

Fixes #580

skuppa avatar Nov 06 '20 00:11 skuppa

merged via 5ae08c09108d9e420e77c2ea6b22801be7f46aec

kahing avatar Nov 03 '22 23:11 kahing