mirror of https://github.com/milvus-io/milvus.git
[skip ci]Change uppercase for minio (#9734)
Signed-off-by: Weida Zhu <weida.zhu@zilliz.com>pull/9746/head
parent
55c615b4e2
commit
d5e179e70b
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue