[skip e2e]Add commont for initMinIOAccessKeyID in indexnode (#13975)

Signed-off-by: Cai.Zhang <cai.zhang@zilliz.com>
pull/13885/head
cai.zhang 2021-12-22 17:11:35 +08:00 committed by GitHub
parent 9f4554b761
commit 1dab9ccc7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -100,6 +100,7 @@ func (pt *ParamTable) initMinIOAddress() {
pt.MinIOAddress = ret
}
// initMinIOAccessKeyID load access key for minio from BaseTable.
func (pt *ParamTable) initMinIOAccessKeyID() {
ret, err := pt.Load("_MinioAccessKeyID")
if err != nil {