fix: add the is_truncated field to the return of the list_object_vers… (#985)

This commit is contained in:
shiro.lee
2025-12-04 22:26:31 +08:00
committed by GitHub
parent b3c80ae362
commit 3a79fcfe73
+1 -1
View File
@@ -2773,7 +2773,7 @@ impl S3 for FS {
.collect::<Vec<_>>(); .collect::<Vec<_>>();
let output = ListObjectVersionsOutput { let output = ListObjectVersionsOutput {
// is_truncated: Some(object_infos.is_truncated), is_truncated: Some(object_infos.is_truncated),
max_keys: Some(key_count), max_keys: Some(key_count),
delimiter, delimiter,
name: Some(bucket), name: Some(bucket),