talkiq / gcloud-aio

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

feat(storage): support gzipping files before uploading them #714

Closed TheKevJames closed 3 months ago

TheKevJames commented 3 months ago

Summary

Subset of #698, split to let me release auth before storage.

Modified to fixup some type hint issues and an issue with header casing.

Fixes #45