Allow empty minio.rootPath (#25534)

Signed-off-by: wayblink <anyang.wang@zilliz.com>
pull/25563/head
wayblink 2023-07-13 14:46:29 +08:00 committed by GitHub
parent 53b4b70316
commit 50454bec4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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,
}