mirror of https://github.com/milvus-io/milvus.git
Allow empty minio.rootPath (#25534)
Signed-off-by: wayblink <anyang.wang@zilliz.com>pull/25563/head
parent
53b4b70316
commit
50454bec4c
|
@ -838,7 +838,7 @@ func (p *MinioConfig) Init(base *BaseTable) {
|
|||
p.RootPath = ParamItem{
|
||||
Key: "minio.rootPath",
|
||||
Version: "2.0.0",
|
||||
PanicIfEmpty: true,
|
||||
PanicIfEmpty: false,
|
||||
Doc: "The root path where the message is stored in MinIO/S3",
|
||||
Export: true,
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue