mirror of
https://github.com/minio/minio.git
synced 2025-11-25 20:16:10 -05:00
More multipart fixes, filter out parts and multipart metadata from listObjects
This commit is contained in:
@@ -458,7 +458,6 @@ func (fs *fsDriver) CompleteMultipartUpload(bucket, key, uploadID string, parts
|
||||
return "", iodine.New(err, nil)
|
||||
}
|
||||
defer activeSessionFile.Close()
|
||||
fmt.Println(fs.multiparts.ActiveSession)
|
||||
encoder = json.NewEncoder(activeSessionFile)
|
||||
err = encoder.Encode(fs.multiparts.ActiveSession)
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user