Skip to content

Commit c318e8b

Browse files
committed
chore(gen): updatd
1 parent 9f17506 commit c318e8b

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

pages/object-storage/how-to/abort-incomplete-mpu.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@ content:
77
paragraph: Steps to view and abort incomplete multipart uploads from the Scaleway console.
88
tags: object storage object-storage mpu multipart upload abort
99
dates:
10-
validation: 2024-09-13
10+
validation: 2025-03-24
1111
posted: 2024-09-13
1212
categories:
1313
- storage
1414
- object-storage
1515
---
1616

17-
The [Scaleway console](https://console.scaleway.com/) lists your Object Storage incomplete multipart uploads to allow you to consult them and manually abort them to clear storage space and optimize your storage costs.
17+
The [Scaleway console](https://console.scaleway.com/) lists your Object Storage incomplete multipart uploads to allow you to consult them, and manually abort them to clear storage space and optimize your storage costs.
1818

1919
<Message type="note">
20-
Incomplete multipart uploads are charged even though they are not finished as they use storage space.
20+
Incomplete multipart uploads are charged even though they are not finished, as they use storage space.
2121
</Message>
2222

2323
You can automate the process of aborting incomplete multipart uploads using [lifecycle rules](/object-storage/how-to/manage-lifecycle-rules).
@@ -53,7 +53,7 @@ Refer to the [dedicated documentation](/object-storage/api-cli/multipart-uploads
5353
3. Click the **Incomplete MPU** tab. A list of your incomplete multipart uploads displays.
5454
4. Click <Icon name="more" /> next to the object you want to abort.
5555
5. Click **Abort**. A confirmation pop-up displays.
56-
6. Type **ABORT** then click **Abort multipart upload** to confirm your action.
56+
6. Type **ABORT**, then click **Abort multipart upload** to confirm your action.
5757

5858
<Message type="note">
5959
This action will permanently delete the upload, and all the parts uploaded so far. You can also abort an incomplete multipart upload from its [information page](#how-to-view-the-information-of-an-incomplete-multipart-upload).

pages/object-storage/how-to/manage-lifecycle-rules.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ meta:
55
content:
66
h1: How to manage lifecycle rules from the console
77
paragraph: Set and manage lifecycle rules for Object Storage.
8-
tags: object storage object-storage lifecycle lifecycle-rule abort incompelte multipart upload expire version
8+
tags: object storage object-storage lifecycle lifecycle-rule abort incomplete multipart upload expire version
99
dates:
10-
validation: 2024-09-13
10+
validation: 2025-03-24
1111
posted: 2021-05-27
1212
categories:
1313
- storage

pages/serverless-sql-databases/how-to/connect-to-a-database.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ content:
77
paragraph: Step-by-step guide to connect to a Scaleway Serverless SQL Database.
88
tags: database serverless-sql-database serverless-db serverless-database postgresql
99
dates:
10-
validation: 2024-08-28
10+
validation: 2025-03-25
1111
posted: 2023-08-11
1212
categories:
1313
- serverless
@@ -24,7 +24,7 @@ To connect to a Serverless SQL Database, you can either use a **connection strin
2424
postgres://[user-or-application-id]:[api-secret-key]@[database-hostname]:5432/[database-name]?sslmode=require
2525
```
2626
<Message type="note">
27-
The `?sslmode=require` is mandatory to connect to your database. Refer to the [dedicated documentation](/serverless-sql-databases/api-cli/secure-connection-ssl-tls/) for more information about SSL connection to Serverless SQL Databases.
27+
The `?sslmode=require` parameter is mandatory to connect to your database. Refer to the [dedicated documentation](/serverless-sql-databases/api-cli/secure-connection-ssl-tls/) for more information about SSL connection to Serverless SQL Databases.
2828
</Message>
2929

3030
- Connection parameters provide the necessary information and parameters to connect an [IAM user](/iam/concepts/#user) or [application](/iam/concepts/#application) to a database. The parameters are expressed in the `KEY="value"` format, as follows:

0 commit comments

Comments
 (0)