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

Add configurable timeouts to public Blob methods #183

Closed
plamut opened this issue Jun 17, 2020 · 0 comments · Fixed by #185
Closed

Add configurable timeouts to public Blob methods #183

plamut opened this issue Jun 17, 2020 · 0 comments · Fixed by #185
Assignees
Labels
api: storage Issues related to the googleapis/python-storage API. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.

Comments

@plamut
Copy link
Contributor

plamut commented Jun 17, 2020

As a user, I would like to pass in an optional timeout argument to Blob methods in order to have a better control over the actual timeouts (if any) used by the transport layer.

This is a continuation of the PR #44, and it requires the resumable-media dependency to add support to its upload/download methods (issue link).

@plamut plamut added the type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design. label Jun 17, 2020
@plamut plamut self-assigned this Jun 17, 2020
@product-auto-label product-auto-label bot added the api: storage Issues related to the googleapis/python-storage API. label Jun 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: storage Issues related to the googleapis/python-storage API. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant