Skip to content
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

chore(storage): fix checksum for grpc simple write #7195

Merged
merged 1 commit into from Dec 28, 2022

Conversation

tritone
Copy link
Contributor

@tritone tritone commented Dec 28, 2022

In #7193 I moved the checksum logic to send on the request that initiates the upload, but I inadvertently removed sending the checksum for one-shot uploads. This PR restores the checksum logic for simple uploads.

Fixes #7194

In googleapis#7193 I moved the checksum logic to send on the request that
initiates the upload, but I inadvertently removed sending the
checksum for one-shot uploads. This PR restores the checksum
logic for simple uploads.

Fixes googleapis#7194
@tritone tritone requested review from a team as code owners December 28, 2022 02:31
@product-auto-label product-auto-label bot added size: m Pull request size is medium. api: storage Issues related to the Cloud Storage API. labels Dec 28, 2022
@tritone tritone merged commit 3592917 into googleapis:main Dec 28, 2022
@tritone tritone deleted the fix-simple-upload-grpc branch December 28, 2022 15:28
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 Cloud Storage API. size: m Pull request size is medium.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

storage: TestIntegration_HashesOnUpload failed
2 participants