mirror of https://github.com/milvus-io/milvus.git
fix: panic if minio port is empty (#28595)
#28460 pr: https://github.com/milvus-io/milvus/pull/28461 Signed-off-by: luzhang <luzhang@zilliz.com> Co-authored-by: luzhang <luzhang@zilliz.com>pull/28701/head
parent
c73bb26782
commit
e13b3aa9b1
|
@ -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