Skip to content

Commit a2cee6a

Browse files
author
wanjiewu
committed
支持调用获取cibuckets接口设置region参数
1 parent f4be7fd commit a2cee6a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2793,6 +2793,7 @@ func (s *CIService) DeleteImageSlim(ctx context.Context) (*Response, error) {
27932793
type DescribeCIBucketsOptions struct {
27942794
BucketName string `url:"bucketName,omitempty"`
27952795
TagKey string `url:"tagKey,omitempty"`
2796+
Region string `url:"region,omitempty"`
27962797
PageNumber int `url:"pageNumber,omitempty"`
27972798
PageSize int `url:"pageSize,omitempty"`
27982799
}

0 commit comments

Comments
 (0)