Skip to content

Conversation

@hmasato
Copy link

@hmasato hmasato commented Nov 27, 2020

Hi,

We had some trouble uploading files (multibyte filename) to shotgun s3.
The multibyte filename turns into garbled text. (sg_uploaded_movie, etc)

To avoid this, I fixed it as follows.

  1. urllib.parse.quote("<filename_encoding_utf8>")
  2. self._get_attachment_upload_info

Thanks.

Bugfix: the multi-byte filename turns into garbled text.

To avoid the filename turning into garbled text, I fixed it as follows.
1. urllib.parse.quote("<filename_encoding_utf8>")
2. self._get_attachment_upload_info
fix comment text.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants