Skip to content
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

Enforcing explicit UTF-8 blob name. #3354

Merged
merged 1 commit into from
May 2, 2017

Conversation

dhermes
Copy link
Contributor

@dhermes dhermes commented May 2, 2017

@lukesneeringer, you might be thinking: "What does this have to do with google-resumable-media?"

But, alas, it does have something to do with this because both a multipart upload and resumable upload require JSON encoding {'name': name, ...} and bytes objects are explicitly not JSON serializable in Python 3.

@dhermes dhermes added the api: storage Issues related to the Cloud Storage API. label May 2, 2017
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label May 2, 2017
@dhermes dhermes merged commit d1c1a50 into googleapis:master May 2, 2017
@dhermes dhermes deleted the blob-unicode-name branch May 2, 2017 21:40
richkadel pushed a commit to richkadel/google-cloud-python that referenced this pull request May 6, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: storage Issues related to the Cloud Storage API. cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants