Browse Source

Merge pull request #136 from agin719/cos-v4-dev

update bucket get
master
agin719 4 years ago
committed by GitHub
parent
commit
6a6fb50561
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      bucket.go

2
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

Loading…
Cancel
Save