From 67f6726c25ce5807cf3cb2efb892e93c833565aa Mon Sep 17 00:00:00 2001 From: weisd Date: Tue, 20 Aug 2024 16:28:32 +0800 Subject: [PATCH] listobject v1 rm log --- ecstore/src/disk/local.rs | 2 +- ecstore/src/store.rs | 2 +- rustfs/src/storage/ecfs.rs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ecstore/src/disk/local.rs b/ecstore/src/disk/local.rs index 2222f1c2..074fce5c 100644 --- a/ecstore/src/disk/local.rs +++ b/ecstore/src/disk/local.rs @@ -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(), diff --git a/ecstore/src/store.rs b/ecstore/src/store.rs index 2f990c13..bb0b5344 100644 --- a/ecstore/src/store.rs +++ b/ecstore/src/store.rs @@ -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, diff --git a/rustfs/src/storage/ecfs.rs b/rustfs/src/storage/ecfs.rs index 3f6fd6d3..223ddf9f 100644 --- a/rustfs/src/storage/ecfs.rs +++ b/rustfs/src/storage/ecfs.rs @@ -273,7 +273,7 @@ impl S3 for FS { .await ); - warn!("object_infos {:?}", object_infos); + // warn!("object_infos {:?}", object_infos); let objects: Vec = object_infos .objects