mirror of
https://github.com/minio/minio.git
synced 2025-02-03 01:46:00 -05:00
Fixing xml tags
This commit is contained in:
parent
4bdfe61701
commit
6f7840677a
@ -34,8 +34,8 @@ type ObjectListResponse struct {
|
|||||||
MaxKeys int
|
MaxKeys int
|
||||||
Delimiter string
|
Delimiter string
|
||||||
IsTruncated bool
|
IsTruncated bool
|
||||||
Contents []*Item `xml:,innerxml`
|
Contents []*Item `xml:"",innerxml`
|
||||||
CommonPrefixes []*Prefix `xml:,innerxml`
|
CommonPrefixes []*Prefix `xml:"",innerxml`
|
||||||
}
|
}
|
||||||
|
|
||||||
// Bucket list response format
|
// Bucket list response format
|
||||||
@ -44,7 +44,7 @@ type BucketListResponse struct {
|
|||||||
Owner Owner
|
Owner Owner
|
||||||
Buckets struct {
|
Buckets struct {
|
||||||
Bucket []*Bucket
|
Bucket []*Bucket
|
||||||
} `xml:,innerxml` // Buckets are nested
|
} `xml:"",innerxml` // Buckets are nested
|
||||||
}
|
}
|
||||||
|
|
||||||
type Prefix struct {
|
type Prefix struct {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user