Skip to content

Commit 28b83c4

Browse files
committed
update docs
1 parent cb43198 commit 28b83c4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

website/docs/r/cos_bucket.html.markdown

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,9 +137,9 @@ resource "tencentcloud_cos_bucket" "with_origin" {
137137
protocol = "FOLLOW" // "HTTP" "HTTPS"
138138
follow_query_string = true
139139
follow_redirection = true
140-
follow_http_headers = ["Origin", "Host"]
140+
follow_http_headers = ["origin", "host"]
141141
custom_http_headers = {
142-
"X-Custom-Header" = "custom_value"
142+
"x-custom-header" = "custom_value"
143143
}
144144
}
145145
}
@@ -250,7 +250,7 @@ The `origin_pull_rules` object supports the following:
250250
* `follow_redirection` - (Optional) Specifies whether to follow 3XX redirect to another origin server to pull data from.
251251
* `prefix` - (Optional) Triggers the origin-pull rule when the requested file name matches this prefix.
252252
* `protocol` - (Optional) the protocol used for COS to access the specified origin server. The available value include `HTTP`, `HTTPS` and `FOLLOW`.
253-
* `sync_back_to_source` - (Optional) If `true`, COS will not return 3XX status code when pulling data from an origin server. Currently available zone: ap-beijing, ap-shanghai, ap-singapore, ap-mumbai.
253+
* `sync_back_to_source` - (Optional) If `true`, COS will not return 3XX status code when pulling data from an origin server. Current available zone: ap-beijing, ap-shanghai, ap-singapore, ap-mumbai.
254254

255255
The `transition` object supports the following:
256256

0 commit comments

Comments
 (0)