From 699164e05e42be625e408d9339b1d9d9f3fc9dc6 Mon Sep 17 00:00:00 2001 From: "shiro.lee" <69624924+shiroleeee@users.noreply.github.com> Date: Wed, 3 Dec 2025 03:14:17 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20add=20the=20is=5Ftruncated=20field=20to?= =?UTF-8?q?=20the=20return=20of=20the=20list=5Fobjects=20int=E2=80=A6=20(#?= =?UTF-8?q?958)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- rustfs/src/storage/ecfs.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/rustfs/src/storage/ecfs.rs b/rustfs/src/storage/ecfs.rs index a8f64428..7b779b6e 100644 --- a/rustfs/src/storage/ecfs.rs +++ b/rustfs/src/storage/ecfs.rs @@ -2583,6 +2583,7 @@ impl S3 for FS { prefix: v2.prefix, max_keys: v2.max_keys, common_prefixes: v2.common_prefixes, + is_truncated: v2.is_truncated, ..Default::default() })) }