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() })) }