Skip to content

Conversation

plamut
Copy link
Contributor

@plamut plamut commented Jun 18, 2020

Closes #183.

This PR adds customizable timeouts to various Blob methods that previously didn't have that, because the underlying dependency google-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

  • Make sure to open an issue as a bug/issue before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea
  • Ensure the tests and linter pass
  • Code coverage does not decrease (if any source code was changed)
  • Appropriate docs were updated (if necessary)

@plamut plamut added the status: blocked Resolving the issue is dependent on other work. label Jun 18, 2020
@plamut plamut requested a review from HemangChothani June 18, 2020 16:39
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Jun 18, 2020
Copy link
Contributor

@HemangChothani HemangChothani left a 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.

@plamut
Copy link
Contributor Author

plamut commented Jun 19, 2020

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

@plamut
Copy link
Contributor Author

plamut commented Jun 29, 2020

The related resumable media PR has been merged, now just awaiting a new release to unblock this one.

@tseaver
Copy link
Contributor

tseaver commented Jul 16, 2020

@plamut I have just approved the release PR for google-resumable-media-python.

@plamut plamut removed the status: blocked Resolving the issue is dependent on other work. label Jul 17, 2020
@plamut plamut requested a review from HemangChothani July 17, 2020 12:09
@plamut plamut merged commit 6eeb855 into googleapis:master Jul 21, 2020
@plamut plamut deleted the iss-183 branch July 21, 2020 17:58
cojenco pushed a commit to cojenco/python-storage that referenced this pull request Oct 13, 2021
* feat: add timeouts to Blob methods where missing

* Require google-resumable-media version 0.6.0+
cojenco pushed a commit to cojenco/python-storage that referenced this pull request Oct 13, 2021
* feat: add timeouts to Blob methods where missing

* Require google-resumable-media version 0.6.0+
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.

Add configurable timeouts to public Blob methods
4 participants