mirror of
https://github.com/minio/minio.git
synced 2025-11-09 13:39:46 -05:00
docs: use IEC format such as iB everywhere. (#4247)
This commit is contained in:
@@ -1782,8 +1782,8 @@ func testObjectCompleteMultipartUpload(obj ObjectLayer, instanceType string, t T
|
||||
}
|
||||
|
||||
uploadIDs = append(uploadIDs, uploadID)
|
||||
// Parts with size greater than 5 MB.
|
||||
// Generating a 6MB byte array.
|
||||
// Parts with size greater than 5 MiB.
|
||||
// Generating a 6MiB byte array.
|
||||
validPart := bytes.Repeat([]byte("abcdef"), 1*humanize.MiByte)
|
||||
validPartMD5 := getMD5Hash(validPart)
|
||||
// Create multipart parts.
|
||||
|
||||
Reference in New Issue
Block a user