[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:
jaime 2021-12-19 12:34:51 +08:00 committed by GitHub
parent 20c956b675
commit 1a030bba59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -58,7 +58,7 @@ func NewMinIOKV(ctx context.Context, option *Option) (*MinIOKV, error) {
Creds: credentials.NewStaticV4(option.AccessKeyID, option.SecretAccessKeyID, ""),
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 {
return nil, err
}