[skip ci]Add comment for initMinioBucketName in indexcoord/param_table.go (#9373)

Signed-off-by: cai.zhang <cai.zhang@zilliz.com>
This commit is contained in:
cai.zhang 2021-10-07 02:10:13 +08:00 committed by GitHub
parent d9dcb3cfe9
commit 8e93dcbe79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -148,6 +148,7 @@ func (pt *ParamTable) initMinIOUseSSL() {
}
}
// initMinioBucketName initializes the minio bucket name of configuration items.
func (pt *ParamTable) initMinioBucketName() {
bucketName, err := pt.Load("minio.bucketName")
if err != nil {