Skip to content

Conversation

HemangChothani
Copy link
Contributor

Fixes #9729

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Nov 14, 2019
@@ -1911,6 +1911,7 @@ def metadata(self, value):
:type value: dict
:param value: (Optional) The blob metadata to set.
"""
value = {k: str(v) for k, v in value.items()}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @HemangChothani!

Could you also add this to bucket labels given the similarity?

Copy link
Contributor

@frankyn frankyn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @HemangChothani, lgtm!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Storage: str() metadata for bucket and blob
4 participants