We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c32d6a4 commit 9b29d2fCopy full SHA for 9b29d2f
bucket.go
@@ -150,6 +150,7 @@ type Bucket struct {
150
Name string
151
Region string `xml:"Location,omitempty"`
152
CreationDate string `xml:",omitempty"`
153
+ BucketType string `xml:",omitempty"`
154
}
155
156
type BucketGetObjectVersionsOptions struct {
service.go
@@ -26,6 +26,7 @@ type ServiceGetOptions struct {
26
Marker string `url:"marker,omitempty"`
27
Range string `url:"range,omitempty"`
28
CreateTime int64 `url:"create-time,omitempty"`
29
+ Region string `url:"region,omitempty"`
30
31
32
// Get Service 接口实现获取该用户下所有Bucket列表。
0 commit comments