mirror of
https://github.com/rustfs/rustfs.git
synced 2026-01-16 17:20:33 +00:00
fix: add the is_truncated field to the return of the list_object_vers… (#985)
This commit is contained in:
@@ -2773,7 +2773,7 @@ impl S3 for FS {
|
||||
.collect::<Vec<_>>();
|
||||
|
||||
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),
|
||||
|
||||
Reference in New Issue
Block a user