Skip to content

feat(storage): add checksum validation on json read paths#13269

Open
nidhiii-27 wants to merge 4 commits into
mainfrom
default-checksum-json-read
Open

feat(storage): add checksum validation on json read paths#13269
nidhiii-27 wants to merge 4 commits into
mainfrom
default-checksum-json-read

Conversation

@nidhiii-27

@nidhiii-27 nidhiii-27 commented May 26, 2026

Copy link
Copy Markdown
Contributor

Enabled default full object checksum validation for the following:
Storage#readAllBytes(bucket,blob)
Storage.downloadTo(blobId, destination)
Storage.downloadTo(blob, outputStream)

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request introduces client-side CRC32C checksum validation for the HttpStorageRpc transport layer by adding the HttpStorageRpcHasherHelper utility class and integrating it into HttpStorageRpc. Feedback on the changes suggests removing leftover debugging System.out.println statements and simplifying an anonymous Supplier class to a lambda expression.

@nidhiii-27 nidhiii-27 marked this pull request as ready for review May 26, 2026 07:14
@nidhiii-27 nidhiii-27 requested review from a team as code owners May 26, 2026 07:14
@Dhriti07 Dhriti07 added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jun 8, 2026
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jun 8, 2026
@nidhiii-27 nidhiii-27 requested a review from a team as a code owner June 10, 2026 04:27
@nidhiii-27 nidhiii-27 added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jun 10, 2026
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jun 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants