Skip to content

Commit 1e1d2e1

Browse files
committed
feat(obj): update
1 parent 4bf719d commit 1e1d2e1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

pages/object-storage/troubleshooting/deleted-objects-still-billed.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,14 @@ Refer to the [official Amazon S3 documentation](https://docs.aws.amazon.com/Amaz
5555
```sh
5656
list-multipart-uploads --bucket BucketName
5757
```
58+
A list of ongoing multipart uploads displays.
59+
60+
2. Abort the unwanted multipart uploads via the [Scaleway console](/object-storage/how-to/abort-incomplete-mpu/), or [using the CLI](/object-storage/api-cli/multipart-uploads/).
61+
62+
3. Optionally, you can [set up lifecycle rules](/object-storage/how-to/manage-lifecycle-rules/) to automatically abort incomplete multipart uploads after a given duration.
5863

5964
## Going further
6065

61-
- Refer to the [bucket policies overview](/object-storage/api-cli/bucket-policy/) for more information on the different elements of a bucket policy.
6266

6367
- If you did not manage to identify the error and solve it by yourself, [open a support ticket](/account/how-to/open-a-support-ticket/), and provide as many details as possible, along with the necessary information below:
6468
- Object Storage Endpoint (e.g. `s3.fr-par.scw.cloud`)

0 commit comments

Comments
 (0)