mirror of
https://github.com/pgsty/minio.git
synced 2026-07-21 21:20:23 +03:00
rename completeMultipartMD5() into getCompleteMultipartMD5(). (#3051)
This commit is contained in:
+1
-1
@@ -141,7 +141,7 @@ func getUUID() (uuidStr string) {
|
||||
}
|
||||
|
||||
// Create an s3 compatible MD5sum for complete multipart transaction.
|
||||
func completeMultipartMD5(parts ...completePart) (string, error) {
|
||||
func getCompleteMultipartMD5(parts ...completePart) (string, error) {
|
||||
var finalMD5Bytes []byte
|
||||
for _, part := range parts {
|
||||
md5Bytes, err := hex.DecodeString(part.ETag)
|
||||
|
||||
Reference in New Issue
Block a user