[skip ci]Change uppercase for minio (#9734)

Signed-off-by: Weida Zhu <weida.zhu@zilliz.com>
pull/9746/head
zwd1208 2021-10-12 19:35:14 +08:00 committed by GitHub
parent 55c615b4e2
commit d5e179e70b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -824,7 +824,7 @@ func generateInsertBinLog(collectionID UniqueID, partitionID UniqueID, segmentID
return nil, nil, err
}
// binLogs -> minIO/S3
// binLogs -> MinIO/S3
segIDStr := strconv.FormatInt(segmentID, 10)
keyPrefix = path.Join(keyPrefix, segIDStr)