Skip to content

fix for filenames with spaces: decode key names from utf8#21

Closed
etiennesky wants to merge 1 commit intoseedifferently:masterfrom
etiennesky:master
Closed

fix for filenames with spaces: decode key names from utf8#21
etiennesky wants to merge 1 commit intoseedifferently:masterfrom
etiennesky:master

Conversation

@etiennesky
Copy link

this simple fix addresses a really annoying bug: in linux (perhaps Windows also), when a file name contains spaces, it is uploaded every time. The cause of this bug is that the s3 keys are returned as unicode, whereas the local filenames are str objects.

@etiennesky
Copy link
Author

closing this pull request, #18 is better

@etiennesky etiennesky closed this Oct 25, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant