-
Notifications
You must be signed in to change notification settings - Fork 154
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
feat: add timeouts to Blob methods where missing #185
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! I think need a googleapis/google-resumable-media-python#116 PR to merge first and release google-resumable-media
.
@HemangChothani Indeed, that's the PR linked in the PR description. We need to wait for it to be released before this one can be merged. |
The related resumable media PR has been merged, now just awaiting a new release to unblock this one. |
@plamut I have just approved the release PR for |
* feat: add timeouts to Blob methods where missing * Require google-resumable-media version 0.6.0+
* feat: add timeouts to Blob methods where missing * Require google-resumable-media version 0.6.0+
Closes #183.
This PR adds customizable timeouts to various
Blob
methods that previously didn't have that, because the underlying dependencygoogle-resumable-media-python
lacked support for it.There is a resumable media PR that will add that support, and this PR depends on it. We need to wait until that gets merged and released.
PR checklist