Skip to content

Commit bb235cd

Browse files
authored
Merge pull request #236 from tencentyun/feature_jojoliang_5a030823
Feature jojoliang 5a030823
2 parents 67bae75 + a1053e4 commit bb235cd

File tree

5 files changed

+756
-0
lines changed

5 files changed

+756
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,6 @@ cover.out
3030
covprofile
3131
coverage.html
3232
example/CI/media_process/test*
33+
example/CI/workflow_and_job/test*
34+
example/CI/dataindex/test*
3335
.vscode

bucket.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ type Bucket struct {
150150
Name string
151151
Region string `xml:"Location,omitempty"`
152152
CreationDate string `xml:",omitempty"`
153+
BucketType string `xml:",omitempty"`
153154
}
154155

155156
type BucketGetObjectVersionsOptions struct {

0 commit comments

Comments
 (0)