mirror of https://github.com/milvus-io/milvus.git
[skip e2e] improve annotation (#13836)
Signed-off-by: Xieql <qianglong.xie@zilliz.com>pull/13682/head
parent
1680a1454a
commit
42c6088911
|
@ -240,7 +240,7 @@ func (kv *MinIOKV) Remove(key string) error {
|
|||
return err
|
||||
}
|
||||
|
||||
// MultiRemove deletes a objects with @keys.
|
||||
// MultiRemove deletes an objects with @keys.
|
||||
func (kv *MinIOKV) MultiRemove(keys []string) error {
|
||||
var resultErr error
|
||||
for _, key := range keys {
|
||||
|
|
Loading…
Reference in New Issue