forked from TrueCloudLab/frostfs-s3-gw
parent
7b1058a9bd
commit
b004996d51
1 changed files with 1 additions and 1 deletions
|
@ -241,7 +241,7 @@ func encodeV2(arg *listObjectsArgs, list *layer.ListObjectsInfo) *ListObjectsV2R
|
|||
Name: arg.Bucket,
|
||||
EncodingType: arg.Encode,
|
||||
Prefix: arg.Prefix,
|
||||
KeyCount: len(list.Objects),
|
||||
KeyCount: len(list.Objects) + len(list.Prefixes),
|
||||
MaxKeys: arg.MaxKeys,
|
||||
Delimiter: arg.Delimiter,
|
||||
StartAfter: arg.StartAfter,
|
||||
|
|
Loading…
Reference in a new issue