mirror of
https://github.com/cubefs/cubefs.git
synced 2026-08-02 02:00:56 +00:00
fix(object): listobjectv2 IsTruncated required
Signed-off-by: tangdeyi <tangdeyi@oppo.com>
This commit is contained in:
parent
724f850d4a
commit
6ad04f6365
@ -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"`
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user