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
Description: "Priority of origin-pull rules, do not set the same value for multiple rules.",
181
181
},
182
182
"sync_back_to_source": {
183
-
Type:schema.TypeBool,
184
-
Optional: true,
185
-
Default: false,
183
+
Type:schema.TypeBool,
184
+
Optional: true,
185
+
Default: false,
186
186
Description: "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.",
187
187
},
188
188
"prefix": {
189
-
Type:schema.TypeString,
190
-
Optional: true,
191
-
Default:"",
189
+
Type:schema.TypeString,
190
+
Optional: true,
191
+
Default:"",
192
192
Description: "Triggers the origin-pull rule when the requested file name matches this prefix.",
193
193
},
194
194
"protocol": {
195
-
Type:schema.TypeString,
196
-
Optional: true,
197
-
Default:"",
195
+
Type:schema.TypeString,
196
+
Optional: true,
197
+
Default:"",
198
198
Description: "the protocol used for COS to access the specified origin server. The available value include `HTTP`, `HTTPS` and `FOLLOW`.",
199
199
},
200
200
"host": {
201
-
Type:schema.TypeString,
202
-
Required: true,
201
+
Type:schema.TypeString,
202
+
Required: true,
203
203
Description: "Allows only a domain name or IP address. You can optionally append a port number to the address.",
204
204
},
205
205
"follow_query_string": {
206
-
Type:schema.TypeBool,
207
-
Optional: true,
208
-
Default:true,
206
+
Type:schema.TypeBool,
207
+
Optional: true,
208
+
Default:true,
209
209
Description: "Specifies whether to pass through COS request query string when accessing the origin server.",
210
210
},
211
211
"follow_redirection": {
212
-
Type:schema.TypeBool,
213
-
Optional: true,
214
-
Default:true,
212
+
Type:schema.TypeBool,
213
+
Optional: true,
214
+
Default:true,
215
215
Description: "Specifies whether to follow 3XX redirect to another origin server to pull data from.",
0 commit comments