mirror of
https://github.com/minio/minio.git
synced 2024-12-25 22:55:54 -05:00
Removing innerxml
This commit is contained in:
parent
8d40f60e7d
commit
6ec7894312
@ -34,8 +34,8 @@ type ObjectListResponse struct {
|
||||
MaxKeys int
|
||||
Delimiter string
|
||||
IsTruncated bool
|
||||
Contents []*Item `xml:"",innerxml`
|
||||
CommonPrefixes []*Prefix `xml:"",innerxml`
|
||||
Contents []*Item
|
||||
CommonPrefixes []*Prefix
|
||||
}
|
||||
|
||||
// Bucket list response format
|
||||
@ -44,7 +44,7 @@ type BucketListResponse struct {
|
||||
Owner Owner
|
||||
Buckets struct {
|
||||
Bucket []*Bucket
|
||||
} `xml:"",innerxml` // Buckets are nested
|
||||
} // Buckets are nested
|
||||
}
|
||||
|
||||
type Prefix struct {
|
||||
|
Loading…
Reference in New Issue
Block a user