Skip to content

fix: Send entire object checksum at Resumable Upload Initiation Request #1525

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

chandra-siri
Copy link
Contributor

@chandra-siri chandra-siri commented Aug 19, 2025

Send entire object checksum at Resumable Upload Initiation Request.

Entire object checksum is provided while blob instantiation. The same will be used as data integrity checks and upload will succeed only when server computed checksum and user provided checksum match.

Fixes #1524 🦕

Works only for JSON Resumable Uploads (ie Object sizes > 8 MiB)
@product-auto-label product-auto-label bot added size: l Pull request size is large. api: storage Issues related to the googleapis/python-storage API. labels Aug 19, 2025
@chandra-siri chandra-siri changed the title Send entire object checksum at Resumable Upload Initiation Request fix: Send entire object checksum at Resumable Upload Initiation Request Aug 19, 2025
@chandra-siri chandra-siri added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Aug 19, 2025
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Aug 19, 2025
@product-auto-label product-auto-label bot added size: m Pull request size is medium. and removed size: l Pull request size is large. labels Aug 20, 2025
@chandra-siri chandra-siri added the kokoro:run Add this label to force Kokoro to re-run the tests. label Aug 21, 2025
@yoshi-kokoro yoshi-kokoro removed the kokoro:run Add this label to force Kokoro to re-run the tests. label Aug 21, 2025
@chandra-siri chandra-siri added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Aug 21, 2025
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Aug 21, 2025
@chandra-siri chandra-siri marked this pull request as ready for review August 21, 2025 17:36
@chandra-siri chandra-siri requested review from a team as code owners August 21, 2025 17:36
@chandra-siri chandra-siri removed request for a team and kweinmeister August 21, 2025 21:21
@chandra-siri chandra-siri added the owlbot:run Add this label to trigger the Owlbot post processor. label Aug 22, 2025
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Aug 22, 2025
@chandra-siri chandra-siri merged commit a8109e0 into googleapis:main Aug 22, 2025
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: storage Issues related to the googleapis/python-storage API. size: m Pull request size is medium.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Python SDK should send entire object checksum at Resumable Upload Initiation Request
4 participants