diff --git a/rustfs/src/storage/ecfs.rs b/rustfs/src/storage/ecfs.rs index 7b779b6e..03e37c5a 100644 --- a/rustfs/src/storage/ecfs.rs +++ b/rustfs/src/storage/ecfs.rs @@ -2773,7 +2773,7 @@ impl S3 for FS { .collect::>(); let output = ListObjectVersionsOutput { - // is_truncated: Some(object_infos.is_truncated), + is_truncated: Some(object_infos.is_truncated), max_keys: Some(key_count), delimiter, name: Some(bucket),