Fix cloudProvider not passed (#27065)

Signed-off-by: longjiquan <jiquan.long@zilliz.com>
pull/27109/head
Jiquan Long 2023-09-14 19:21:20 +08:00 committed by GitHub
parent 24a04effe9
commit 6f2c1214ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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{