google-cloud-rust icon indicating copy to clipboard operation
google-cloud-rust copied to clipboard

Verify checksums during uploads

Open coryan opened this issue 8 months ago • 0 comments

When possible, we should send the checksum when the upload starts, so the service can verify it at the end.

There is no way to compute and send the checksum at the end of an HTTP+JSON upload, but there is a way to do this over gRPC.

coryan avatar May 08 '25 22:05 coryan