From d8987bbad9db4f1f19be0e3bd51074e68f651f2c Mon Sep 17 00:00:00 2001 From: scaleway-bot Date: Tue, 29 Oct 2024 15:08:51 +0000 Subject: [PATCH] feat: update generated APIs --- .../scaleway_async/inference/v1beta1/types.py | 4 ++-- scaleway-async/scaleway_async/instance/v1/api.py | 6 +++--- scaleway-async/scaleway_async/instance/v1/types.py | 4 ++-- scaleway-async/scaleway_async/iot/v1/api.py | 8 ++++---- scaleway-async/scaleway_async/iot/v1/types.py | 6 +++--- scaleway-async/scaleway_async/lb/v1/api.py | 8 ++++---- scaleway-async/scaleway_async/lb/v1/types.py | 10 +++++----- scaleway-async/scaleway_async/rdb/v1/types.py | 2 +- scaleway/scaleway/inference/v1beta1/types.py | 4 ++-- scaleway/scaleway/instance/v1/api.py | 6 +++--- scaleway/scaleway/instance/v1/types.py | 4 ++-- scaleway/scaleway/iot/v1/api.py | 8 ++++---- scaleway/scaleway/iot/v1/types.py | 6 +++--- scaleway/scaleway/lb/v1/api.py | 8 ++++---- scaleway/scaleway/lb/v1/types.py | 10 +++++----- scaleway/scaleway/rdb/v1/types.py | 2 +- 16 files changed, 48 insertions(+), 48 deletions(-) diff --git a/scaleway-async/scaleway_async/inference/v1beta1/types.py b/scaleway-async/scaleway_async/inference/v1beta1/types.py index 46b59ee4a..4d78d671e 100644 --- a/scaleway-async/scaleway_async/inference/v1beta1/types.py +++ b/scaleway-async/scaleway_async/inference/v1beta1/types.py @@ -281,7 +281,7 @@ class Model: has_eula: bool """ - Defines whether the model has an end user licence agreement. + Defines whether the model has an end user license agreement. """ region: Region @@ -521,7 +521,7 @@ class DeleteEndpointRequest: class Eula: content: str """ - Content of the end user licence agreement. + Content of the end user license agreement. """ diff --git a/scaleway-async/scaleway_async/instance/v1/api.py b/scaleway-async/scaleway_async/instance/v1/api.py index c625164fb..c6ec4b69f 100644 --- a/scaleway-async/scaleway_async/instance/v1/api.py +++ b/scaleway-async/scaleway_async/instance/v1/api.py @@ -1832,9 +1832,9 @@ async def export_snapshot( ) -> ExportSnapshotResponse: """ Export a snapshot. - Export a snapshot to a specified S3 bucket in the same region. - :param bucket: S3 bucket name. - :param key: S3 object key. + Export a snapshot to a specified Object Storage bucket in the same region. + :param bucket: Object Storage bucket name. + :param key: Object key. :param snapshot_id: Snapshot ID. :param zone: Zone to target. If none is passed will use default zone from the config. :return: :class:`ExportSnapshotResponse ` diff --git a/scaleway-async/scaleway_async/instance/v1/types.py b/scaleway-async/scaleway_async/instance/v1/types.py index cdc0fadee..28a969046 100644 --- a/scaleway-async/scaleway_async/instance/v1/types.py +++ b/scaleway-async/scaleway_async/instance/v1/types.py @@ -2093,12 +2093,12 @@ class DetachServerVolumeResponse: class ExportSnapshotRequest: bucket: str """ - S3 bucket name. + Object Storage bucket name. """ key: str """ - S3 object key. + Object key. """ snapshot_id: str diff --git a/scaleway-async/scaleway_async/iot/v1/api.py b/scaleway-async/scaleway_async/iot/v1/api.py index 12cbc926d..90baa2395 100644 --- a/scaleway-async/scaleway_async/iot/v1/api.py +++ b/scaleway-async/scaleway_async/iot/v1/api.py @@ -1222,15 +1222,15 @@ async def create_route( You need to manage the database by yourself. - REST Route. Create a route that will call a REST API on received subscribed MQTT messages. - - S3 Routes. - Create a route that will put subscribed MQTT messages into an S3 bucket. + - Amazon S3 Routes. + Create a route that will put subscribed MQTT messages into an Object Storage bucket. You need to create the bucket yourself and grant write access. Granting can be done with s3cmd (`s3cmd setacl s3:// --acl-grant=write:555c69c3-87d0-4bf8-80f1-99a2f757d031:555c69c3-87d0-4bf8-80f1-99a2f757d031`). :param hub_id: Hub ID of the route. :param topic: Topic the route subscribes to. It must be a valid MQTT topic and up to 65535 characters. :param region: Region to target. If none is passed will use default region from the config. :param name: Route name. - :param s3_config: If creating S3 Route, S3-specific configuration fields. + :param s3_config: If creating Amazon S3 Routes, Amazon S3-specific configuration fields. One-Of ('config'): at most one of 's3_config', 'db_config', 'rest_config' could be set. :param db_config: If creating Database Route, DB-specific configuration fields. One-Of ('config'): at most one of 's3_config', 'db_config', 'rest_config' could be set. @@ -1289,7 +1289,7 @@ async def update_route( :param region: Region to target. If none is passed will use default region from the config. :param name: Route name. :param topic: Topic the route subscribes to. It must be a valid MQTT topic and up to 65535 characters. - :param s3_config: When updating S3 Route, S3-specific configuration fields. + :param s3_config: When updating Amazon S3 Route, Amazon S3-specific configuration fields. One-Of ('config'): at most one of 's3_config', 'db_config', 'rest_config' could be set. :param db_config: When updating Database Route, DB-specific configuration fields. One-Of ('config'): at most one of 's3_config', 'db_config', 'rest_config' could be set. diff --git a/scaleway-async/scaleway_async/iot/v1/types.py b/scaleway-async/scaleway_async/iot/v1/types.py index a967258a0..bca097fdc 100644 --- a/scaleway-async/scaleway_async/iot/v1/types.py +++ b/scaleway-async/scaleway_async/iot/v1/types.py @@ -544,12 +544,12 @@ class RouteRestConfig: class RouteS3Config: bucket_region: str """ - Region of the S3 route's destination bucket (e.g., 'fr-par'). + Region of the Amazon S3 route's destination bucket (e.g., 'fr-par'). """ bucket_name: str """ - Destination bucket name of the S3 route. + Destination bucket name of the Amazon S3 route. """ object_prefix: str @@ -559,7 +559,7 @@ class RouteS3Config: strategy: RouteS3ConfigS3Strategy """ - How the S3 route's objects will be created: one per topic or one per message. + How the Amazon S3 route's objects will be created: one per topic or one per message. """ diff --git a/scaleway-async/scaleway_async/lb/v1/api.py b/scaleway-async/scaleway_async/lb/v1/api.py index ea2e9bafe..4ba15435a 100644 --- a/scaleway-async/scaleway_async/lb/v1/api.py +++ b/scaleway-async/scaleway_async/lb/v1/api.py @@ -970,7 +970,7 @@ async def create_backend( :param timeout_tunnel: Maximum allowed tunnel inactivity time after Websocket is established (takes precedence over client and server timeout). :param on_marked_down_action: Action to take when a backend server is marked as down. :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. - :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. + :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. :param ssl_bridging: Defines whether to enable SSL bridging between the Load Balancer and backend servers. :param ignore_ssl_server_verify: Defines whether the server certificate verification should be ignored. :param redispatch_attempt_count: Whether to use another backend server on each attempt. @@ -1107,7 +1107,7 @@ async def update_backend( :param timeout_tunnel: Maximum allowed tunnel inactivity time after Websocket is established (takes precedence over client and server timeout). :param on_marked_down_action: Action to take when a backend server is marked as down. :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. - :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. + :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. :param ssl_bridging: Defines whether to enable SSL bridging between the Load Balancer and backend servers. :param ignore_ssl_server_verify: Defines whether the server certificate verification should be ignored. :param redispatch_attempt_count: Whether to use another backend server on each attempt. @@ -3995,7 +3995,7 @@ async def create_backend( :param timeout_tunnel: Maximum allowed tunnel inactivity time after Websocket is established (takes precedence over client and server timeout). :param on_marked_down_action: Action to take when a backend server is marked as down. :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. - :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. + :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. :param ssl_bridging: Defines whether to enable SSL bridging between the Load Balancer and backend servers. :param ignore_ssl_server_verify: Defines whether the server certificate verification should be ignored. :param redispatch_attempt_count: Whether to use another backend server on each attempt. @@ -4134,7 +4134,7 @@ async def update_backend( :param timeout_tunnel: Maximum allowed tunnel inactivity time after Websocket is established (takes precedence over client and server timeout). :param on_marked_down_action: Action to take when a backend server is marked as down. :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. - :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. + :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. :param ssl_bridging: Defines whether to enable SSL bridging between the Load Balancer and backend servers. :param ignore_ssl_server_verify: Defines whether the server certificate verification should be ignored. :param redispatch_attempt_count: Whether to use another backend server on each attempt. diff --git a/scaleway-async/scaleway_async/lb/v1/types.py b/scaleway-async/scaleway_async/lb/v1/types.py index 0129251b4..5736c5d69 100644 --- a/scaleway-async/scaleway_async/lb/v1/types.py +++ b/scaleway-async/scaleway_async/lb/v1/types.py @@ -744,7 +744,7 @@ class Backend: failover_host: Optional[str] """ - 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. + 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. """ ssl_bridging: Optional[bool] @@ -1373,7 +1373,7 @@ class CreateBackendRequest: failover_host: Optional[str] """ - 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. + 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. """ ssl_bridging: Optional[bool] @@ -2581,7 +2581,7 @@ class UpdateBackendRequest: failover_host: Optional[str] """ - 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. + 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. """ ssl_bridging: Optional[bool] @@ -3017,7 +3017,7 @@ class ZonedApiCreateBackendRequest: failover_host: Optional[str] """ - 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. + 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. """ ssl_bridging: Optional[bool] @@ -4079,7 +4079,7 @@ class ZonedApiUpdateBackendRequest: failover_host: Optional[str] """ - 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. + 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. """ ssl_bridging: Optional[bool] diff --git a/scaleway-async/scaleway_async/rdb/v1/types.py b/scaleway-async/scaleway_async/rdb/v1/types.py index f0c7f03b7..054003fb6 100644 --- a/scaleway-async/scaleway_async/rdb/v1/types.py +++ b/scaleway-async/scaleway_async/rdb/v1/types.py @@ -841,7 +841,7 @@ class InstanceLog: download_url: Optional[str] """ - Presigned S3 URL to download your log file. + Presigned Object Storage URL to download your log file. """ expires_at: Optional[datetime] diff --git a/scaleway/scaleway/inference/v1beta1/types.py b/scaleway/scaleway/inference/v1beta1/types.py index 46b59ee4a..4d78d671e 100644 --- a/scaleway/scaleway/inference/v1beta1/types.py +++ b/scaleway/scaleway/inference/v1beta1/types.py @@ -281,7 +281,7 @@ class Model: has_eula: bool """ - Defines whether the model has an end user licence agreement. + Defines whether the model has an end user license agreement. """ region: Region @@ -521,7 +521,7 @@ class DeleteEndpointRequest: class Eula: content: str """ - Content of the end user licence agreement. + Content of the end user license agreement. """ diff --git a/scaleway/scaleway/instance/v1/api.py b/scaleway/scaleway/instance/v1/api.py index 4cfc4a1fe..eeff82b4d 100644 --- a/scaleway/scaleway/instance/v1/api.py +++ b/scaleway/scaleway/instance/v1/api.py @@ -1832,9 +1832,9 @@ def export_snapshot( ) -> ExportSnapshotResponse: """ Export a snapshot. - Export a snapshot to a specified S3 bucket in the same region. - :param bucket: S3 bucket name. - :param key: S3 object key. + Export a snapshot to a specified Object Storage bucket in the same region. + :param bucket: Object Storage bucket name. + :param key: Object key. :param snapshot_id: Snapshot ID. :param zone: Zone to target. If none is passed will use default zone from the config. :return: :class:`ExportSnapshotResponse ` diff --git a/scaleway/scaleway/instance/v1/types.py b/scaleway/scaleway/instance/v1/types.py index cdc0fadee..28a969046 100644 --- a/scaleway/scaleway/instance/v1/types.py +++ b/scaleway/scaleway/instance/v1/types.py @@ -2093,12 +2093,12 @@ class DetachServerVolumeResponse: class ExportSnapshotRequest: bucket: str """ - S3 bucket name. + Object Storage bucket name. """ key: str """ - S3 object key. + Object key. """ snapshot_id: str diff --git a/scaleway/scaleway/iot/v1/api.py b/scaleway/scaleway/iot/v1/api.py index 40d8e4397..4ce0d90cd 100644 --- a/scaleway/scaleway/iot/v1/api.py +++ b/scaleway/scaleway/iot/v1/api.py @@ -1222,15 +1222,15 @@ def create_route( You need to manage the database by yourself. - REST Route. Create a route that will call a REST API on received subscribed MQTT messages. - - S3 Routes. - Create a route that will put subscribed MQTT messages into an S3 bucket. + - Amazon S3 Routes. + Create a route that will put subscribed MQTT messages into an Object Storage bucket. You need to create the bucket yourself and grant write access. Granting can be done with s3cmd (`s3cmd setacl s3:// --acl-grant=write:555c69c3-87d0-4bf8-80f1-99a2f757d031:555c69c3-87d0-4bf8-80f1-99a2f757d031`). :param hub_id: Hub ID of the route. :param topic: Topic the route subscribes to. It must be a valid MQTT topic and up to 65535 characters. :param region: Region to target. If none is passed will use default region from the config. :param name: Route name. - :param s3_config: If creating S3 Route, S3-specific configuration fields. + :param s3_config: If creating Amazon S3 Routes, Amazon S3-specific configuration fields. One-Of ('config'): at most one of 's3_config', 'db_config', 'rest_config' could be set. :param db_config: If creating Database Route, DB-specific configuration fields. One-Of ('config'): at most one of 's3_config', 'db_config', 'rest_config' could be set. @@ -1289,7 +1289,7 @@ def update_route( :param region: Region to target. If none is passed will use default region from the config. :param name: Route name. :param topic: Topic the route subscribes to. It must be a valid MQTT topic and up to 65535 characters. - :param s3_config: When updating S3 Route, S3-specific configuration fields. + :param s3_config: When updating Amazon S3 Route, Amazon S3-specific configuration fields. One-Of ('config'): at most one of 's3_config', 'db_config', 'rest_config' could be set. :param db_config: When updating Database Route, DB-specific configuration fields. One-Of ('config'): at most one of 's3_config', 'db_config', 'rest_config' could be set. diff --git a/scaleway/scaleway/iot/v1/types.py b/scaleway/scaleway/iot/v1/types.py index a967258a0..bca097fdc 100644 --- a/scaleway/scaleway/iot/v1/types.py +++ b/scaleway/scaleway/iot/v1/types.py @@ -544,12 +544,12 @@ class RouteRestConfig: class RouteS3Config: bucket_region: str """ - Region of the S3 route's destination bucket (e.g., 'fr-par'). + Region of the Amazon S3 route's destination bucket (e.g., 'fr-par'). """ bucket_name: str """ - Destination bucket name of the S3 route. + Destination bucket name of the Amazon S3 route. """ object_prefix: str @@ -559,7 +559,7 @@ class RouteS3Config: strategy: RouteS3ConfigS3Strategy """ - How the S3 route's objects will be created: one per topic or one per message. + How the Amazon S3 route's objects will be created: one per topic or one per message. """ diff --git a/scaleway/scaleway/lb/v1/api.py b/scaleway/scaleway/lb/v1/api.py index fa122dcaa..497027cb2 100644 --- a/scaleway/scaleway/lb/v1/api.py +++ b/scaleway/scaleway/lb/v1/api.py @@ -970,7 +970,7 @@ def create_backend( :param timeout_tunnel: Maximum allowed tunnel inactivity time after Websocket is established (takes precedence over client and server timeout). :param on_marked_down_action: Action to take when a backend server is marked as down. :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. - :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. + :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. :param ssl_bridging: Defines whether to enable SSL bridging between the Load Balancer and backend servers. :param ignore_ssl_server_verify: Defines whether the server certificate verification should be ignored. :param redispatch_attempt_count: Whether to use another backend server on each attempt. @@ -1107,7 +1107,7 @@ def update_backend( :param timeout_tunnel: Maximum allowed tunnel inactivity time after Websocket is established (takes precedence over client and server timeout). :param on_marked_down_action: Action to take when a backend server is marked as down. :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. - :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. + :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. :param ssl_bridging: Defines whether to enable SSL bridging between the Load Balancer and backend servers. :param ignore_ssl_server_verify: Defines whether the server certificate verification should be ignored. :param redispatch_attempt_count: Whether to use another backend server on each attempt. @@ -3993,7 +3993,7 @@ def create_backend( :param timeout_tunnel: Maximum allowed tunnel inactivity time after Websocket is established (takes precedence over client and server timeout). :param on_marked_down_action: Action to take when a backend server is marked as down. :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. - :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. + :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. :param ssl_bridging: Defines whether to enable SSL bridging between the Load Balancer and backend servers. :param ignore_ssl_server_verify: Defines whether the server certificate verification should be ignored. :param redispatch_attempt_count: Whether to use another backend server on each attempt. @@ -4132,7 +4132,7 @@ def update_backend( :param timeout_tunnel: Maximum allowed tunnel inactivity time after Websocket is established (takes precedence over client and server timeout). :param on_marked_down_action: Action to take when a backend server is marked as down. :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. - :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. + :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. :param ssl_bridging: Defines whether to enable SSL bridging between the Load Balancer and backend servers. :param ignore_ssl_server_verify: Defines whether the server certificate verification should be ignored. :param redispatch_attempt_count: Whether to use another backend server on each attempt. diff --git a/scaleway/scaleway/lb/v1/types.py b/scaleway/scaleway/lb/v1/types.py index 0129251b4..5736c5d69 100644 --- a/scaleway/scaleway/lb/v1/types.py +++ b/scaleway/scaleway/lb/v1/types.py @@ -744,7 +744,7 @@ class Backend: failover_host: Optional[str] """ - 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. + 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. """ ssl_bridging: Optional[bool] @@ -1373,7 +1373,7 @@ class CreateBackendRequest: failover_host: Optional[str] """ - 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. + 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. """ ssl_bridging: Optional[bool] @@ -2581,7 +2581,7 @@ class UpdateBackendRequest: failover_host: Optional[str] """ - 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. + 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. """ ssl_bridging: Optional[bool] @@ -3017,7 +3017,7 @@ class ZonedApiCreateBackendRequest: failover_host: Optional[str] """ - 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. + 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. """ ssl_bridging: Optional[bool] @@ -4079,7 +4079,7 @@ class ZonedApiUpdateBackendRequest: failover_host: Optional[str] """ - 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. + 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. """ ssl_bridging: Optional[bool] diff --git a/scaleway/scaleway/rdb/v1/types.py b/scaleway/scaleway/rdb/v1/types.py index f0c7f03b7..054003fb6 100644 --- a/scaleway/scaleway/rdb/v1/types.py +++ b/scaleway/scaleway/rdb/v1/types.py @@ -841,7 +841,7 @@ class InstanceLog: download_url: Optional[str] """ - Presigned S3 URL to download your log file. + Presigned Object Storage URL to download your log file. """ expires_at: Optional[datetime]