mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip ci]Change uppercase for minio (#9734)
Signed-off-by: Weida Zhu <weida.zhu@zilliz.com>
This commit is contained in:
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…
x
Reference in New Issue
Block a user