@beelzabub are you able to say... 1. If/when SHA-256 checksums will be supported in S3 CompleteMulti
@beelzabub are you able to say...
- 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)? - If/when SHA-256 checksums will be supported in bindings with
env.R2.put(body, {sha256: '<checksum>'})?
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.



