You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 31, 2026. It is now read-only.
Use transfer_manager.download_chunks_concurrently API to download a large file from GCS
A lot of INFO log messages should appear (for ~1GB file I get 30+):
INFO google.resumable_media._helpers - No MD5 checksum was returned from the service while downloading ...
(which happens for composite objects), so client-side content integrity checking is not being performed.
Environment details
google-cloud-storageversion: 2.18.2Steps to reproduce
transfer_manager.download_chunks_concurrentlyAPI to download a large file from GCSCode example
I'm going to prepare a PR fixing this.