docs: use IEC format such as iB everywhere. (#4247)

This commit is contained in:
Harshavardhana
2017-05-05 08:28:08 -07:00
committed by GitHub
parent 01e9adc4b3
commit 99ddd35343
3 changed files with 14 additions and 14 deletions

View File

@@ -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.