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