mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-13 16:46:55 +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<_>>();
|
.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),
|
||||||
|
|||||||
Reference in New Issue
Block a user