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

fix(storage): add projection parameter to blob.reload method #146

Merged
merged 4 commits into from May 15, 2020

Conversation

HemangChothani
Copy link
Contributor

Fixes #136

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label May 14, 2020
Copy link
Member

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

Please add a system test. Otherwise LGTM

Copy link
Member

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

Thank you, have one last nit.

@@ -135,6 +135,7 @@ def _query_params(self):

def reload(
self,
projection="noAcl",
Copy link
Member

Choose a reason for hiding this comment

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

Can you move this parameter after the client parameter?

@frankyn frankyn merged commit ddad20b into googleapis:master May 15, 2020
IlyaFaer pushed a commit to MaxxleLLC/python-storage that referenced this pull request May 20, 2020
…pis#146)

* fix(storage): add projection parameter to blob.reload method

* fix(storage): add system test

* fix(storage): nit
cojenco pushed a commit to cojenco/python-storage that referenced this pull request Oct 13, 2021
…pis#146)

* fix(storage): add projection parameter to blob.reload method

* fix(storage): add system test

* fix(storage): nit
cojenco pushed a commit to cojenco/python-storage that referenced this pull request Oct 13, 2021
…pis#146)

* fix(storage): add projection parameter to blob.reload method

* fix(storage): add system test

* fix(storage): nit
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.

Google cloud python API returns None for blob.owner attribute
3 participants