fix(object): listobjectv2 IsTruncated required

Signed-off-by: tangdeyi <tangdeyi@oppo.com>
This commit is contained in:
tangdeyi 2024-03-21 09:23:52 +08:00 committed by tangdeyi
parent 724f850d4a
commit 6ad04f6365

View File

@ -262,7 +262,7 @@ type ListBucketResultV2 struct {
KeyCount uint64 `xml:"KeyCount"`
MaxKeys uint64 `xml:"MaxKeys"`
Delimiter string `xml:"Delimiter,omitempty"`
IsTruncated bool `xml:"IsTruncated,omitempty"`
IsTruncated bool `xml:"IsTruncated"`
Contents []*Content `xml:"Contents"`
CommonPrefixes []*CommonPrefix `xml:"CommonPrefixes"`
}