mirror of
https://github.com/rustfs/rustfs.git
synced 2026-01-17 17:40:38 +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,
|
||||
|
||||
@@ -273,7 +273,7 @@ impl S3 for FS {
|
||||
.await
|
||||
);
|
||||
|
||||
warn!("object_infos {:?}", object_infos);
|
||||
// warn!("object_infos {:?}", object_infos);
|
||||
|
||||
let objects: Vec<Object> = object_infos
|
||||
.objects
|
||||
|
||||
Reference in New Issue
Block a user