DEV Community

Discussion on: Python Data Streaming to Google Cloud Storage with Resumable Uploads

Collapse
 
yiga2 profile image
Yannick Einsweiler • Edited

Very nice Seth !
Something I had wished the "official" Client library would have covered but it had no traction. We turned to gcsfs library for the same but yours is based on the former lib so better supported.

Also worth noting is that google-resumable-media includes a built-in exponential backoff retry so it will retry to upload the chunk if connection is lost.