Skip to content
This repository was archived by the owner on Mar 31, 2026. It is now read-only.

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

Merged
frankyn merged 4 commits into
googleapis:masterfrom
MaxxleLLC:storage_issue_136
May 15, 2020
Merged

fix(storage): add projection parameter to blob.reload method#146
frankyn merged 4 commits into
googleapis:masterfrom
MaxxleLLC:storage_issue_136

Conversation

@HemangChothani

Copy link
Copy Markdown
Contributor

Fixes#136

@googlebotgooglebot added the cla: yes This human has signed the Contributor License Agreement. label May 14, 2020

@frankynfrankyn left a comment

Copy link
Copy Markdown
Contributor

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

@frankynfrankyn left a comment

Copy link
Copy Markdown
Contributor

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.

Comment threadgoogle/cloud/storage/_helpers.py Outdated

def reload(
self,
projection="noAcl",

Copy link
Copy Markdown
Contributor

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:masterMay 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
@release-pleaserelease-pleaseBot mentioned this pull request Jan 12, 2022
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

cla: yesThis 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

@HemangChothani@frankyn@googlebot