-
Notifications
You must be signed in to change notification settings - Fork 159
Closed
Labels
api: storageIssues related to the googleapis/python-storage API.Issues related to the googleapis/python-storage API.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.
Description
It doesn't look like there's a way to get a streaming download from google storage in the Python API. We have download_to_file
, download_to_string
, and download_to_filename
, but I don't see anything that returns a file-like object that can be streamed. This is a disadvantage for many file types which can usefully be processed as they download.
Can a method like this be added?
iddan, thnee, psobot, ElliotSilver, philip-zelichenko and 35 more
Metadata
Metadata
Assignees
Labels
api: storageIssues related to the googleapis/python-storage API.Issues related to the googleapis/python-storage API.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.