You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tencentcloud/provider.go
+16-3Lines changed: 16 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -125,6 +125,7 @@ const (
125
125
PROVIDER_REGION="TENCENTCLOUD_REGION"
126
126
PROVIDER_PROTOCOL="TENCENTCLOUD_PROTOCOL"
127
127
PROVIDER_DOMAIN="TENCENTCLOUD_DOMAIN"
128
+
PROVIDER_COS_DOMAIN="TENCENTCLOUD_COS_DOMAIN"
128
129
//internal version: replace envYunti begin, please do not modify this annotation and refrain from inserting any code between the beginning and end lines of the annotation.
129
130
//internal version: replace envYunti end, please do not modify this annotation and refrain from inserting any code between the beginning and end lines of the annotation.
Description: "The cos domain of the API request, Default is `https://cos.{region}.myqcloud.com`, Other Examples: `https://cluster-123456.cos-cdc.ap-guangzhou.myqcloud.com`.",
213
+
},
207
214
//internal version: replace enableBpass begin, please do not modify this annotation and refrain from inserting any code between the beginning and end lines of the annotation.
208
215
//internal version: replace enableBpass end, please do not modify this annotation and refrain from inserting any code between the beginning and end lines of the annotation.
0 commit comments