mirror of
https://github.com/minio/minio.git
synced 2025-11-09 21:49:46 -05:00
committed by
kannappanr
parent
ba0c7544ea
commit
7aaf01eb74
@@ -114,6 +114,7 @@ func (xl xlObjects) CopyObject(srcBucket, srcObject, dstBucket, dstObject string
|
||||
// Update `xl.json` content on each disks.
|
||||
for index := range metaArr {
|
||||
metaArr[index].Meta = srcInfo.UserDefined
|
||||
metaArr[index].Meta["etag"] = srcInfo.ETag
|
||||
}
|
||||
|
||||
var onlineDisks []StorageAPI
|
||||
|
||||
Reference in New Issue
Block a user