Conversation
|
Thanks for working on this! There are a few points which I think stop me from merging this quite yet. My understanding of this feature is that we need to:
I am confused as to why you seem to have |
this will encode name to utf8 before sending closes: basak#16
which is more flexible and allow user to decide which codec will be used to encode characters with ord() > 125
|
rebased to current master |
|
Addressing your comments (after long pause):
which will convert name to unicode and boto itself will then correctly handle upload of unicode names (u'foo')
|
|
@basak Was there still something blocking merge of this? |
|
I rebased the patch to master and add there some python3 compatibility code. |
Closes: #16