Skip to content

Enforcing explicit UTF-8 blob name. - #3354

Merged
dhermes merged 1 commit into
googleapis:masterfrom
dhermes:blob-unicode-name
May 2, 2017
Merged

Enforcing explicit UTF-8 blob name.#3354
dhermes merged 1 commit into
googleapis:masterfrom
dhermes:blob-unicode-name

Conversation

@dhermes

Copy link
Copy Markdown
Contributor

@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.

@dhermesdhermes added the api: storage Issues related to the Cloud Storage API. label May 2, 2017
@googlebotgooglebot added the cla: yes This human has signed the Contributor License Agreement. label May 2, 2017
@dhermes
dhermes merged commit d1c1a50 into googleapis:masterMay 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
This was referenced Jun 26, 2017
parthea pushed a commit that referenced this pull request Mar 9, 2026
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api: storageIssues related to the Cloud Storage API.cla: yesThis human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@dhermes@lukesneeringer@tseaver@googlebot