Removing todo, verified Name is correct.

This commit is contained in:
Aleksandr Melnikov
2020-07-13 16:02:14 -07:00
parent 7a8df485ad
commit 993ce397aa

View File

@@ -1213,7 +1213,6 @@ func (c *Client) ListFiles(namespace, key string) (files []*File, err error) {
}
return nil, err
}
//todo check if Name or Prefix should be used
if file.Name == key {
continue
}