mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-09 06:39:25 +00:00
listobject v1 rm log
This commit is contained in:
@@ -548,7 +548,7 @@ impl DiskAPI for LocalDisk {
|
||||
continue;
|
||||
}
|
||||
|
||||
warn!("walk_dir entry {}", entry);
|
||||
// warn!("walk_dir entry {}", entry);
|
||||
|
||||
let mut meta = MetaCacheEntry {
|
||||
name: entry.clone(),
|
||||
|
||||
@@ -283,7 +283,7 @@ impl StorageAPI for ECStore {
|
||||
|
||||
let info = self.list_path(&opts).await?;
|
||||
|
||||
warn!("list_objects_v2 info {:?}", info);
|
||||
// warn!("list_objects_v2 info {:?}", info);
|
||||
|
||||
let v2 = ListObjectsV2Info {
|
||||
is_truncated: info.is_truncated,
|
||||
|
||||
Reference in New Issue
Block a user