Skip to content

Commit 41b6ab0

Browse files
committed
chore(gen): update
1 parent 38500c2 commit 41b6ab0

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

pages/object-storage/how-to/delete-a-bucket.mdx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ content:
77
paragraph: Delete unwanted buckets from Scaleway Object Storage.
88
tags: object storage object-storage bucket
99
dates:
10-
validation: 2024-12-19
10+
validation: 2025-07-01
1111
posted: 2021-01-04
1212
categories:
1313
- storage
@@ -28,7 +28,9 @@ When you delete a bucket, every object stored inside it is deleted as well.
2828
3. Click the **Bucket settings** tab.
2929
4. Scroll to the end of the page and click **Delete bucket**.
3030
<Message type="important">
31-
Deleting a bucket will also delete all of its objects. For safety measures, the effective deletion of the bucket will start 24 hours after the deletion request. The bucket name will then be available for other customers to use.<br /><br />Billing for your resources stops as soon as you click **Delete bucket**.<br /><br />Once you confirm your deletion request, the bucket and its objects and versions will no longer be displayed in the console or available via the APIs. For this reason, we recommend you erase all objects and versions in the bucket before requesting the deletion, if you wish the bucket deletion to be effective immediately.
31+
- Deleting a bucket will also delete all of its objects. For safety measures, the effective deletion of the bucket will start 24 hours after the deletion request. The bucket name will then be available for other customers to use.
32+
- Billing for your resources stops as soon as you click **Delete bucket**.
33+
- Once you confirm your deletion request, the bucket and its objects and versions will no longer be displayed in the console or available via the APIs. For this reason, we recommend you erase all objects and versions in the bucket before requesting the deletion, if you wish the bucket deletion to be effective immediately.
3234
</Message>
3335
5. If you understand and agree to the conditions, type **DELETE** in the box and click **Delete bucket**.
3436
<Message type="important">

pages/serverless-jobs/troubleshooting/missing-metrics.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ content:
77
paragraph: Troubleshoot missing metrics for Scaleway Serverless Jobs.
88
tags: serverless jobs troubleshooting issue missing metrics
99
dates:
10-
validation: 2024-12-19
10+
validation: 2025-07-01
1111
posted: 2024-12-19
1212
categories:
1313
- serverless

pages/serverless-sql-databases/api-cli/secure-connection-ssl-tls.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ const sql = postgres({
142142

143143
### Node.js/Prisma
144144

145-
You can use several drivers with [Prisma](https://www.prisma.io/docs/orm/overview/databases/postgresql#configuring-an-ssl-connection), refer to their official documentation for more information on how to configure SSL/TLS.
145+
You can use several drivers with Prisma, refer to their [official documentation(https://www.prisma.io/docs/orm/overview/databases/postgresql#configuring-an-ssl-connection) for more information on how to configure SSL/TLS.
146146

147147
By default, Prisma uses its built-in PostgreSQL driver which does not support `sslmode=verify-full` and `sslrootcert=system`, but can perform certificate validity checks by using the `sslmode=require` and `sslaccept=strict` parameters.
148148

0 commit comments

Comments
 (0)