mirror of
https://github.com/minio/minio.git
synced 2025-11-22 18:47:43 -05:00
xl/fs: ListObjectParts should set nextPartNumberMarker properly. (#1528)
For list requests on parts more than 1000, would lead to an infinite loop. Fixes #1522
This commit is contained in:
committed by
Anand Babu (AB) Periasamy
parent
a56d5ef415
commit
56b7df90e1
@@ -141,7 +141,7 @@ func (xl xlObjects) CompleteMultipartUpload(bucket string, object string, upload
|
||||
}
|
||||
|
||||
// Calculate and save s3 compatible md5sum.
|
||||
s3MD5, err := makeS3MD5(md5Sums...)
|
||||
s3MD5, err := completeMultipartMD5(md5Sums...)
|
||||
if err != nil {
|
||||
return "", err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user