libs3
libs3 copied to clipboard
Extract ETag for MPU Part Copy
When an MPU object is created with x-amz-copy-source
/x-amz-copy-source-range
,
libs3 was expecting the ETag in CopyObjectResult/ETag
instead of
CopyPartResult/ETag
.
Ref: https://docs.aws.amazon.com/AmazonS3/latest/API/mpUploadUploadPartCopy.html
confirmed - should be merged.