Add configurable timeouts to public Blob methods #183
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.
As a user, I would like to pass in an optional
timeout
argument toBlob
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).The text was updated successfully, but these errors were encountered: