Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 430095f

Browse files
author
lwvjhm
committedNov 20, 2024·
feat(cos): Add new data source tencentcloud_cos_object_signed_url
1 parent 5f3a2c2 commit 430095f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+4154
-376
lines changed
 

‎.changelog/2967.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:new-data-source
2+
tencentcloud_cos_object_signed_url
3+
```

‎go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ require (
100100
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/waf v1.0.1037
101101
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/wedata v1.0.792
102102
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/wss v1.0.199
103-
github.com/tencentyun/cos-go-sdk-v5 v0.7.42-0.20230629101357-7edd77448a0f
103+
github.com/tencentyun/cos-go-sdk-v5 v0.7.58
104104
github.com/yangwenmai/ratelimit v0.0.0-20180104140304-44221c2292e1
105105
gopkg.in/yaml.v2 v2.4.0
106106
)

0 commit comments

Comments
 (0)
Please sign in to comment.