mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-07 17:48:29 +08:00
[skip e2e] Fix grammar mistake in minio_kv (#13677)
Signed-off-by: yun.zhang <yun.zhang@zilliz.com> Co-authored-by: yun.zhang <yun.zhang@zilliz.com>
This commit is contained in:
parent
20c956b675
commit
1a030bba59
@ -58,7 +58,7 @@ func NewMinIOKV(ctx context.Context, option *Option) (*MinIOKV, error) {
|
|||||||
Creds: credentials.NewStaticV4(option.AccessKeyID, option.SecretAccessKeyID, ""),
|
Creds: credentials.NewStaticV4(option.AccessKeyID, option.SecretAccessKeyID, ""),
|
||||||
Secure: option.UseSSL,
|
Secure: option.UseSSL,
|
||||||
})
|
})
|
||||||
// options nil or invalid formatted endpoint, don't need retry
|
// options nil or invalid formatted endpoint, don't need to retry
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, err
|
return nil, err
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user