talkiq / gcloud-aio

(Asyncio OR Threadsafe) Google Cloud Client Library for Python
https://talkiq.github.io/gcloud-aio
264 stars 90 forks source link

Example of download_stream #764

Closed SimplySeth closed 3 weeks ago

SimplySeth commented 3 weeks ago

Is there an example of the use of Storage.download_stream somewheres? I'm trying to wrap my head around how to leverage StreamResponse for use in a progressbar. Thanks.