mirror of
https://github.com/pgsty/minio.git
synced 2026-07-19 20:20:25 +03: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
@@ -118,7 +118,7 @@ func (fs fsObjects) CompleteMultipartUpload(bucket string, object string, upload
|
||||
}
|
||||
|
||||
// Save the s3 md5.
|
||||
s3MD5, err := makeS3MD5(md5Sums...)
|
||||
s3MD5, err := completeMultipartMD5(md5Sums...)
|
||||
if err != nil {
|
||||
return "", err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user