mirror of
https://github.com/minio/minio.git
synced 2025-11-21 10:16:03 -05:00
validate correct ETag for the parts sent during CompleteMultipart (#15751)
This commit is contained in:
@@ -2534,7 +2534,7 @@ func (api objectAPIHandlers) CopyObjectPartHandler(w http.ResponseWriter, r *htt
|
||||
return
|
||||
}
|
||||
}
|
||||
key, err = decryptObjectInfo(key, dstBucket, dstObject, mi.UserDefined)
|
||||
key, err = decryptObjectMeta(key, dstBucket, dstObject, mi.UserDefined)
|
||||
if err != nil {
|
||||
writeErrorResponse(ctx, w, toAPIError(ctx, err), r.URL)
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user