diff --git a/weed/s3api/s3api_object_handlers_copy.go b/weed/s3api/s3api_object_handlers_copy.go index d4ef3b52e..491feb26b 100644 --- a/weed/s3api/s3api_object_handlers_copy.go +++ b/weed/s3api/s3api_object_handlers_copy.go @@ -1045,6 +1045,7 @@ func (s3a *S3ApiServer) validateConditionalCopyHeaders(r *http.Request, entry *f Mtime: time.Unix(entry.Attributes.Mtime, 0), Crtime: time.Unix(entry.Attributes.Crtime, 0), Mime: entry.Attributes.Mime, + Md5: entry.Attributes.Md5, }, Chunks: entry.Chunks, }