Browse Source
Merge pull request #136 from agin719/cos-v4-dev
update bucket get
master
agin719
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
bucket.go
|
|
@ -21,7 +21,7 @@ type BucketGetResult struct { |
|
|
|
IsTruncated bool |
|
|
|
Contents []Object `xml:"Contents,omitempty"` |
|
|
|
CommonPrefixes []string `xml:"CommonPrefixes>Prefix,omitempty"` |
|
|
|
EncodingType string `xml:"Encoding-Type,omitempty"` |
|
|
|
EncodingType string `xml:"EncodingType,omitempty"` |
|
|
|
} |
|
|
|
|
|
|
|
// BucketGetOptions is the option of GetBucket
|
|
|
|