mirror of https://github.com/milvus-io/milvus.git
fix: Panic if minio port is empty (#28461)
#28460 Signed-off-by: luzhang <luzhang@zilliz.com> Co-authored-by: luzhang <luzhang@zilliz.com>pull/28702/head
parent
b1f15fa0e8
commit
bc43c5cf34
|
@ -954,6 +954,7 @@ func (p *MinioConfig) Init(base *BaseTable) {
|
|||
DefaultValue: "9000",
|
||||
Version: "2.0.0",
|
||||
Doc: "Port of MinIO/S3",
|
||||
PanicIfEmpty: true,
|
||||
Export: true,
|
||||
}
|
||||
p.Port.Init(base.mgr)
|
||||
|
|
Loading…
Reference in New Issue