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

Storage: Add opt-in support for raw downloads. #9565

Closed
tseaver opened this issue Oct 29, 2019 · 0 comments · Fixed by #9572
Closed

Storage: Add opt-in support for raw downloads. #9565

tseaver opened this issue Oct 29, 2019 · 0 comments · Fixed by #9572
Assignees
Labels
api: storage Issues related to the Cloud Storage API. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.

Comments

@tseaver
Copy link
Contributor

tseaver commented Oct 29, 2019

Addresses: #6035, #9003, #1724

Now that google-resumable-media 0.5.0 is released, update the Blob.download_* methods to add an optional raw_download argument (defaulting to False, for backward compatibility). If passed as True, use the appropriate RawDownload / RawChunkedDownload objects to perform the download.

@tseaver tseaver added type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design. api: storage Issues related to the Cloud Storage API. labels Oct 29, 2019
@tseaver tseaver self-assigned this Oct 29, 2019
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 Cloud 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