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.
#204 Changed behavior for hashes for partial downloads.
When a partial request is made, we do not return the 'X-Goog-Hash' headers. As a result, blob.py:812 overwrites the blob.crc32c value with its default, None. blob.py:813 overwrites the blob.md5_hash value with its default, None.
#204 Changed behavior for hashes for partial downloads.
When a partial request is made, we do not return the 'X-Goog-Hash' headers. As a result,
blob.py:812 overwrites the
blob.crc32cvalue with its default,None.blob.py:813 overwrites the
blob.md5_hashvalue with its default,None.Environment details
python --version: 3.7.3, 3.8.2pip --version18.1google-cloud-storageversion:pip show google-cloud-storage1.30+Steps to reproduce
blob.download_to_filename(start=0)blob.md5_hashandblob.crc32careNone.Code example