mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip e2e] improve annotation (#13836)
Signed-off-by: Xieql <qianglong.xie@zilliz.com>
This commit is contained in:
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…
x
Reference in New Issue
Block a user