-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Not well-formed (invalid token): line 2, column 344955 #440
Comments
Can you show a sample code that demonstrates this issue? |
xml string(http://take.ms/sx8sw)
after removing file from web all is ok |
Ah yes. This issue is because S3 returns an XML document that our XML parser in python cannot parse. The fix for this is to use an --encoding-type "url" which will urlencode the key names, and then to urldecode the keys on the response. We do this automatically for the high level |
We automatically set this encoding if it isn't provided as of #726 |
this is a problem with uploaded file name
The text was updated successfully, but these errors were encountered: