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: scaleway-async/scaleway_async/iot/v1/api.py
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1222,15 +1222,15 @@ async def create_route(
1222
1222
<b>You need to manage the database by yourself</b>.
1223
1223
- REST Route.
1224
1224
Create a route that will call a REST API on received subscribed MQTT messages.
1225
-
- S3 Routes.
1226
-
Create a route that will put subscribed MQTT messages into an S3 bucket.
1225
+
- Amazon S3 Routes.
1226
+
Create a route that will put subscribed MQTT messages into an Object Storage bucket.
1227
1227
You need to create the bucket yourself and grant write access.
1228
1228
Granting can be done with s3cmd (`s3cmd setacl s3://<my-bucket> --acl-grant=write:555c69c3-87d0-4bf8-80f1-99a2f757d031:555c69c3-87d0-4bf8-80f1-99a2f757d031`).
1229
1229
:param hub_id: Hub ID of the route.
1230
1230
:param topic: Topic the route subscribes to. It must be a valid MQTT topic and up to 65535 characters.
1231
1231
:param region: Region to target. If none is passed will use default region from the config.
1232
1232
:param name: Route name.
1233
-
:param s3_config: If creating S3 Route, S3-specific configuration fields.
Copy file name to clipboardExpand all lines: scaleway-async/scaleway_async/lb/v1/api.py
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -970,7 +970,7 @@ async def create_backend(
970
970
:param timeout_tunnel: Maximum allowed tunnel inactivity time after Websocket is established (takes precedence over client and server timeout).
971
971
:param on_marked_down_action: Action to take when a backend server is marked as down.
972
972
:param 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.
973
-
:param 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.
973
+
:param 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.
974
974
:param ssl_bridging: Defines whether to enable SSL bridging between the Load Balancer and backend servers.
975
975
:param ignore_ssl_server_verify: Defines whether the server certificate verification should be ignored.
976
976
:param redispatch_attempt_count: Whether to use another backend server on each attempt.
@@ -1107,7 +1107,7 @@ async def update_backend(
1107
1107
:param timeout_tunnel: Maximum allowed tunnel inactivity time after Websocket is established (takes precedence over client and server timeout).
1108
1108
:param on_marked_down_action: Action to take when a backend server is marked as down.
1109
1109
:param 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.
1110
-
:param 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.
1110
+
:param 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.
1111
1111
:param ssl_bridging: Defines whether to enable SSL bridging between the Load Balancer and backend servers.
1112
1112
:param ignore_ssl_server_verify: Defines whether the server certificate verification should be ignored.
1113
1113
:param redispatch_attempt_count: Whether to use another backend server on each attempt.
@@ -3995,7 +3995,7 @@ async def create_backend(
3995
3995
:param timeout_tunnel: Maximum allowed tunnel inactivity time after Websocket is established (takes precedence over client and server timeout).
3996
3996
:param on_marked_down_action: Action to take when a backend server is marked as down.
3997
3997
:param 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.
3998
-
:param 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.
3998
+
:param 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.
3999
3999
:param ssl_bridging: Defines whether to enable SSL bridging between the Load Balancer and backend servers.
4000
4000
:param ignore_ssl_server_verify: Defines whether the server certificate verification should be ignored.
4001
4001
:param redispatch_attempt_count: Whether to use another backend server on each attempt.
@@ -4134,7 +4134,7 @@ async def update_backend(
4134
4134
:param timeout_tunnel: Maximum allowed tunnel inactivity time after Websocket is established (takes precedence over client and server timeout).
4135
4135
:param on_marked_down_action: Action to take when a backend server is marked as down.
4136
4136
:param 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.
4137
-
:param 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.
4137
+
:param 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.
4138
4138
:param ssl_bridging: Defines whether to enable SSL bridging between the Load Balancer and backend servers.
4139
4139
:param ignore_ssl_server_verify: Defines whether the server certificate verification should be ignored.
4140
4140
:param redispatch_attempt_count: Whether to use another backend server on each attempt.
0 commit comments