-
Notifications
You must be signed in to change notification settings - Fork 54
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
UnicodeDecodeError on upload #52
Comments
This reminds me of http://bugs.python.org/issue12398 and I think it's likely a bug in boto or python 2.7 or an interaction between the two. I've not seen it in glacier-cli before though. It'll need some deeper investigation I don't have time to do right now, sorry. |
I think you're right - I just found boto/boto#2603 |
I will investigate how glacier-cli works with that mentioned boto change. |
Note that I'm using #17 path to handle UTF8 filenames. |
Yep I saw that, although in my case the UTF8 is in the content not the filename. |
I can confirm that with fix from boto/boto#2603 glacier-cli works without problem. So this is not issue in glacier-cli per se and can be closed. |
Thank you! |
Confirmed it works for me. To be clear, the fix mentioned in boto/boto#2603 is actually boto/boto#2697. |
Unfortunately this is a blocker for me, rendering
git-annex
'sglacier
special remote useless - the whole point of trying it was to be able to upload big binary files.The text was updated successfully, but these errors were encountered: