@beelzabub are you able to say... 1. If/when SHA-256 checksums will be supported in S3 CompleteMulti

@beelzabub are you able to say...
  1. If/when SHA-256 checksums will be supported in S3 CompleteMultipartUpload operations
    (https://docs.aws.amazon.com/AmazonS3/latest/API/API_CompleteMultipartUpload.html#API_CompleteMultipartUpload_RequestSyntax)?
  2. If/when SHA-256 checksums will be supported in bindings with env.R2.put(body, {sha256: '<checksum>'})?
I know the SHA-256 checksum is already calculated for S3 PutObject operations as part of validating the signature (client provides the X-Amz-Content-Sha256 header), so I assume it would be relatively easy to implement it for bindings as well. I don't think the same can be said for calculating the checksum of multipart uploads though.
Was this page helpful?