未验证 提交 4ca4c81c 编写于 作者: Z zhenshan.cao 提交者: GitHub

[skip ci]Fix golint error in minio_kv (#10700)

Signed-off-by: Nzhenshan.cao <zhenshan.cao@zilliz.com>
上级 58d202f2
......@@ -114,7 +114,7 @@ func (kv *MinIOKV) LoadWithPrefix(key string) ([]string, []string, error) {
return objectsKeys, objectsValues, nil
}
// LoadWithPrefix load an object with @key.
// Load loads an object with @key.
func (kv *MinIOKV) Load(key string) (string, error) {
object, err := kv.minioClient.GetObject(kv.ctx, kv.bucketName, key, minio.GetObjectOptions{})
if object != nil {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册