Skip to content

Commit

Permalink
Merge pull request #236 from tencentyun/feature_jojoliang_5a030823
Browse files Browse the repository at this point in the history
Feature jojoliang 5a030823
  • Loading branch information
agin719 authored Mar 1, 2024
2 parents 67bae75 + a1053e4 commit bb235cd
Show file tree
Hide file tree
Showing 5 changed files with 756 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,6 @@ cover.out
covprofile
coverage.html
example/CI/media_process/test*
example/CI/workflow_and_job/test*
example/CI/dataindex/test*
.vscode
1 change: 1 addition & 0 deletions bucket.go
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ type Bucket struct {
Name string
Region string `xml:"Location,omitempty"`
CreationDate string `xml:",omitempty"`
BucketType string `xml:",omitempty"`
}

type BucketGetObjectVersionsOptions struct {
Expand Down
Loading

0 comments on commit bb235cd

Please sign in to comment.