mirror of https://github.com/milvus-io/milvus.git
Fix cloudProvider not passed (#27065)
Signed-off-by: longjiquan <jiquan.long@zilliz.com>pull/27109/head
parent
24a04effe9
commit
6f2c1214ed
|
@ -289,6 +289,7 @@ func (ib *indexBuilder) process(buildID UniqueID) bool {
|
|||
StorageType: Params.CommonCfg.StorageType.GetValue(),
|
||||
Region: Params.MinioCfg.Region.GetValue(),
|
||||
UseVirtualHost: Params.MinioCfg.UseVirtualHost.GetAsBool(),
|
||||
CloudProvider: Params.MinioCfg.CloudProvider.GetValue(),
|
||||
}
|
||||
}
|
||||
req := &indexpb.CreateJobRequest{
|
||||
|
|
Loading…
Reference in New Issue