I attempted to upload a 100 MiB file to a bucket with Object Lock enabled, and hit the error below:
ERROR: S3 error: 400 (InvalidRequest): Content-MD5 OR x-amz-checksum- HTTP header is required for Put Part requests with Object Lock parameters
It looks like x-amz-content-sha256 is not sufficient - you also need an x-amz-checksum- header on each part.
I attempted to upload a 100 MiB file to a bucket with Object Lock enabled, and hit the error below:
It looks like
x-amz-content-sha256is not sufficient - you also need anx-amz-checksum-header on each part.