bji / libs3

Other
154 stars 151 forks source link

Extract ETag for MPU Part Copy #95

Open murlock opened 4 years ago

murlock commented 4 years ago

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

trel commented 3 years ago

confirmed - should be merged.