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
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.
18
18
19
19
<Messagetype="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.
21
21
</Message>
22
22
23
23
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
53
53
3. Click the **Incomplete MPU** tab. A list of your incomplete multipart uploads displays.
54
54
4. Click <Iconname="more" /> next to the object you want to abort.
55
55
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.
57
57
58
58
<Messagetype="note">
59
59
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).
Copy file name to clipboardExpand all lines: pages/serverless-containers/api-cli/deploy-container-cli.mdx
+2-2
Original file line number
Diff line number
Diff line change
@@ -7,15 +7,15 @@ content:
7
7
paragraph: Deploy containers using the Scaleway CLI.
8
8
tags: containers cli deploy
9
9
dates:
10
-
validation: 2024-08-28
10
+
validation: 2025-03-24
11
11
posted: 2021-08-18
12
12
categories:
13
13
- serverless
14
14
---
15
15
16
16
## Scaleway Command Line Interface Overview
17
17
18
-
[The Scaleway Command Line Interface (CLI)](https://github.com/scaleway/scaleway-cli) allows you to pilot your Scaleway infrastructure directly from your terminal, providing a faster way to administer and monitor your resources. Scaleway CLI is easy to set up and use, and an essential tool for operating efficiently in your cloud environment. The CLI provides many functionalities, including the ability to create and deploy Serverless Containers.
18
+
[The Scaleway Command Line Interface (CLI)](https://github.com/scaleway/scaleway-cli) allows you to pilot your Scaleway infrastructure directly from your terminal, providing a faster way to administer and monitor your resources. The Scaleway CLI is easy to set up and use, and an essential tool for operating efficiently in your cloud environment. The CLI provides many functionalities, including the ability to create and deploy Serverless Containers.
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.
28
28
</Message>
29
29
30
30
- 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