Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

s3.copyObject cannot copy files with special characters in them #1949

Closed
ffxsam opened this issue Feb 23, 2018 · 2 comments
Closed

s3.copyObject cannot copy files with special characters in them #1949

ffxsam opened this issue Feb 23, 2018 · 2 comments
Labels
duplicate This issue is a duplicate.

Comments

@ffxsam
Copy link
Contributor

ffxsam commented Feb 23, 2018

If a file has a special character in it (in this case, the endash "–"), it cannot be copied using s3.copyObject. Yet the odd thing is, S3 allows this character when the object is created. I can even create the file via the JS SDK with no problems, but copying fails.

@jeskew jeskew added the duplicate This issue is a duplicate. label Feb 24, 2018
@jeskew
Copy link
Contributor

jeskew commented Feb 24, 2018

S3 requires the copy source to be URL-encoded, and unfortunately introducing this behavior to the SDK would be a breaking change. Please see #1302 & #712 for further discussion.

@jeskew jeskew closed this as completed Feb 24, 2018
@lock
Copy link

lock bot commented Sep 29, 2019

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs and link to relevant comments in this thread.

@lock lock bot locked as resolved and limited conversation to collaborators Sep 29, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
duplicate This issue is a duplicate.
Projects
None yet
Development

No branches or pull requests

2 participants