fix: add the is_truncated field to the return of the list_objects int… (#958)

This commit is contained in:
shiro.lee
2025-12-03 03:14:17 +08:00
committed by GitHub
parent d35ceac441
commit 699164e05e

View File

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