mirror of
https://github.com/minio/minio.git
synced 2025-11-21 18:26:04 -05:00
committed by
Anand Babu (AB) Periasamy
parent
434423de89
commit
751fa972f5
@@ -758,7 +758,8 @@ func (api objectAPIHandlers) PutObjectPartHandler(w http.ResponseWriter, r *http
|
||||
// Close the writer.
|
||||
writer.Close()
|
||||
}()
|
||||
partMD5, err = api.ObjectAPI.PutObjectPart(bucket, object, uploadID, partID, size, reader, hex.EncodeToString(md5Bytes))
|
||||
md5SumHex := hex.EncodeToString(md5Bytes)
|
||||
partMD5, err = api.ObjectAPI.PutObjectPart(bucket, object, uploadID, partID, size, reader, md5SumHex)
|
||||
}
|
||||
if err != nil {
|
||||
errorIf(err, "PutObjectPart failed.", nil)
|
||||
|
||||
Reference in New Issue
Block a user