rename completeMultipartMD5() into getCompleteMultipartMD5(). (#3051)

This commit is contained in:
Bala FA
2016-10-24 13:56:13 -07:00
committed by Harshavardhana
parent 7fc598b73f
commit 36639b65a9
6 changed files with 37 additions and 5 deletions

View File

@@ -1245,7 +1245,7 @@ func testAPICompleteMultipartHandler(obj ObjectLayer, instanceType, bucketName s
}
// on successfull complete multipart operation the s3MD5 for the parts uploaded will be returned.
s3MD5, err := completeMultipartMD5(inputParts[3].parts...)
s3MD5, err := getCompleteMultipartMD5(inputParts[3].parts...)
if err != nil {
t.Fatalf("Obtaining S3MD5 failed")
}