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
[zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | fr-par-2 | fr-par-3 | nl-ams-1 | nl-ams-2 | nl-ams-3 | pl-waw-1 | pl-waw-2 | pl-waw-3)
Copy file name to clipboardexpand all lines: cmd/scw/testdata/test-all-usage-iot-route-create-usage.golden
+2-2
Original file line number
Diff line number
Diff line change
@@ -6,8 +6,8 @@ Multiple kinds of routes can be created, such as:
6
6
<b>You need to manage the database by yourself</b>.
7
7
- REST Route.
8
8
Create a route that will call a REST API on received subscribed MQTT messages.
9
-
- S3 Routes.
10
-
Create a route that will put subscribed MQTT messages into an S3 bucket.
9
+
- Amazon S3 Routes.
10
+
Create a route that will put subscribed MQTT messages into an Object Storage bucket.
11
11
You need to create the bucket yourself and grant write access.
12
12
Granting can be done with s3cmd (`s3cmd setacl s3://<my-bucket> --acl-grant=write:555c69c3-87d0-4bf8-80f1-99a2f757d031:555c69c3-87d0-4bf8-80f1-99a2f757d031`).
Copy file name to clipboardexpand all lines: cmd/scw/testdata/test-all-usage-lb-backend-create-usage.golden
+1-1
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ ARGS:
41
41
[timeout-tunnel=15m] Maximum allowed tunnel inactivity time after Websocket is established (takes precedence over client and server timeout)
42
42
[on-marked-down-action] Action to take when a backend server is marked as down (on_marked_down_action_none | shutdown_sessions)
43
43
[proxy-protocol] Protocol to use between the Load Balancer and backend servers. Allows the backend servers to be informed of the client's real IP address. The PROXY protocol must be supported by the backend servers' software (proxy_protocol_unknown | proxy_protocol_none | proxy_protocol_v1 | proxy_protocol_v2 | proxy_protocol_v2_ssl | proxy_protocol_v2_ssl_cn)
44
-
[failover-host] Scaleway S3 bucket website to be served as failover if all backend servers are down, e.g. failover-website.s3-website.fr-par.scw.cloud
44
+
[failover-host] Scaleway Object Storage bucket website to be served as failover if all backend servers are down, e.g. failover-website.s3-website.fr-par.scw.cloud
45
45
[ssl-bridging] Defines whether to enable SSL bridging between the Load Balancer and backend servers
46
46
[ignore-ssl-server-verify] Defines whether the server certificate verification should be ignored
47
47
[redispatch-attempt-count] Whether to use another backend server on each attempt
Copy file name to clipboardexpand all lines: cmd/scw/testdata/test-all-usage-lb-backend-update-usage.golden
+1-1
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ ARGS:
18
18
[timeout-tunnel=15m] Maximum allowed tunnel inactivity time after Websocket is established (takes precedence over client and server timeout)
19
19
[on-marked-down-action] Action to take when a backend server is marked as down (on_marked_down_action_none | shutdown_sessions)
20
20
[proxy-protocol] Protocol to use between the Load Balancer and backend servers. Allows the backend servers to be informed of the client's real IP address. The PROXY protocol must be supported by the backend servers' software (proxy_protocol_unknown | proxy_protocol_none | proxy_protocol_v1 | proxy_protocol_v2 | proxy_protocol_v2_ssl | proxy_protocol_v2_ssl_cn)
21
-
[failover-host] Scaleway S3 bucket website to be served as failover if all backend servers are down, e.g. failover-website.s3-website.fr-par.scw.cloud
21
+
[failover-host] Scaleway Object Storage bucket website to be served as failover if all backend servers are down, e.g. failover-website.s3-website.fr-par.scw.cloud
22
22
[ssl-bridging] Defines whether to enable SSL bridging between the Load Balancer and backend servers
23
23
[ignore-ssl-server-verify] Defines whether the server certificate verification should be ignored
24
24
[redispatch-attempt-count] Whether to use another backend server on each attempt
| zone | Default: `fr-par-1`<br />One of: `fr-par-1`, `fr-par-2`, `fr-par-3`, `nl-ams-1`, `nl-ams-2`, `nl-ams-3`, `pl-waw-1`, `pl-waw-2`, `pl-waw-3`| Zone to target. If none is passed will use default zone from the config |
Copy file name to clipboardexpand all lines: docs/commands/iot.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -590,8 +590,8 @@ Multiple kinds of routes can be created, such as:
590
590
<b>You need to manage the database by yourself</b>.
591
591
- REST Route.
592
592
Create a route that will call a REST API on received subscribed MQTT messages.
593
-
- S3 Routes.
594
-
Create a route that will put subscribed MQTT messages into an S3 bucket.
593
+
-Amazon S3 Routes.
594
+
Create a route that will put subscribed MQTT messages into an Object Storage bucket.
595
595
You need to create the bucket yourself and grant write access.
596
596
Granting can be done with s3cmd (`s3cmd setacl s3://<my-bucket> --acl-grant=write:555c69c3-87d0-4bf8-80f1-99a2f757d031:555c69c3-87d0-4bf8-80f1-99a2f757d031`).
| timeout-tunnel | Default: `15m`| Maximum allowed tunnel inactivity time after Websocket is established (takes precedence over client and server timeout) |
315
315
| on-marked-down-action | One of: `on_marked_down_action_none`, `shutdown_sessions`| Action to take when a backend server is marked as down |
316
316
| proxy-protocol | One of: `proxy_protocol_unknown`, `proxy_protocol_none`, `proxy_protocol_v1`, `proxy_protocol_v2`, `proxy_protocol_v2_ssl`, `proxy_protocol_v2_ssl_cn`| Protocol to use between the Load Balancer and backend servers. Allows the backend servers to be informed of the client's real IP address. The PROXY protocol must be supported by the backend servers' software |
317
-
| failover-host || Scaleway S3 bucket website to be served as failover if all backend servers are down, e.g. failover-website.s3-website.fr-par.scw.cloud |
317
+
| failover-host || Scaleway Object Storage bucket website to be served as failover if all backend servers are down, e.g. failover-website.s3-website.fr-par.scw.cloud |
318
318
| ssl-bridging || Defines whether to enable SSL bridging between the Load Balancer and backend servers |
319
319
| ignore-ssl-server-verify || Defines whether the server certificate verification should be ignored |
320
320
| redispatch-attempt-count || Whether to use another backend server on each attempt |
| timeout-tunnel | Default: `15m`| Maximum allowed tunnel inactivity time after Websocket is established (takes precedence over client and server timeout) |
489
489
| on-marked-down-action | One of: `on_marked_down_action_none`, `shutdown_sessions`| Action to take when a backend server is marked as down |
490
490
| proxy-protocol | One of: `proxy_protocol_unknown`, `proxy_protocol_none`, `proxy_protocol_v1`, `proxy_protocol_v2`, `proxy_protocol_v2_ssl`, `proxy_protocol_v2_ssl_cn`| Protocol to use between the Load Balancer and backend servers. Allows the backend servers to be informed of the client's real IP address. The PROXY protocol must be supported by the backend servers' software |
491
-
| failover-host || Scaleway S3 bucket website to be served as failover if all backend servers are down, e.g. failover-website.s3-website.fr-par.scw.cloud |
491
+
| failover-host || Scaleway Object Storage bucket website to be served as failover if all backend servers are down, e.g. failover-website.s3-website.fr-par.scw.cloud |
492
492
| ssl-bridging || Defines whether to enable SSL bridging between the Load Balancer and backend servers |
493
493
| ignore-ssl-server-verify || Defines whether the server certificate verification should be ignored |
494
494
| redispatch-attempt-count || Whether to use another backend server on each attempt |
<b>You need to manage the database by yourself</b>.
1174
1174
- REST Route.
1175
1175
Create a route that will call a REST API on received subscribed MQTT messages.
1176
-
- S3 Routes.
1177
-
Create a route that will put subscribed MQTT messages into an S3 bucket.
1176
+
- Amazon S3 Routes.
1177
+
Create a route that will put subscribed MQTT messages into an Object Storage bucket.
1178
1178
You need to create the bucket yourself and grant write access.
1179
1179
Granting can be done with s3cmd (`+"`"+`s3cmd setacl s3://<my-bucket> --acl-grant=write:555c69c3-87d0-4bf8-80f1-99a2f757d031:555c69c3-87d0-4bf8-80f1-99a2f757d031`+"`"+`).`,
Short: `Scaleway S3 bucket website to be served as failover if all backend servers are down, e.g. failover-website.s3-website.fr-par.scw.cloud`,
1044
+
Short: `Scaleway Object Storage bucket website to be served as failover if all backend servers are down, e.g. failover-website.s3-website.fr-par.scw.cloud`,
Short: `Scaleway S3 bucket website to be served as failover if all backend servers are down, e.g. failover-website.s3-website.fr-par.scw.cloud`,
1245
+
Short: `Scaleway Object Storage bucket website to be served as failover if all backend servers are down, e.g. failover-website.s3-website.fr-par.scw.cloud`,
0 commit comments