From baa1f861c51ee0ec217fb4dbef8eed3eae6a6454 Mon Sep 17 00:00:00 2001 From: SamyOubouaziz Date: Wed, 24 Sep 2025 13:22:28 +0200 Subject: [PATCH 1/2] fix(obj): update DeleteBucket doc --- pages/object-storage/api-cli/bucket-operations.mdx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pages/object-storage/api-cli/bucket-operations.mdx b/pages/object-storage/api-cli/bucket-operations.mdx index af73f493b6..0f6cf91ede 100644 --- a/pages/object-storage/api-cli/bucket-operations.mdx +++ b/pages/object-storage/api-cli/bucket-operations.mdx @@ -34,9 +34,8 @@ aws s3 mb s3://bucketname This operation allows you to delete the bucket mentioned in the command. - - 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. - - - The billing of your resources stops as soon as you request the deletion of your resources. Once you do so, the bucket and its objects and versions will no longer be displayed in the console or available via the API. For this reason, we recommend you delete all objects and versions in the bucket before requesting the deletion, if you wish the bucket deletion to be effective immediately. + - You must delete all objects in the bucket before deleting it. + - Incomplete multipart uploads to the deleted bucket will be automatically aborted. From abffac7db9b9292c615220e4c47697a180c6706c Mon Sep 17 00:00:00 2001 From: SamyOubouaziz Date: Wed, 24 Sep 2025 13:57:04 +0200 Subject: [PATCH 2/2] fix(obj): update --- pages/object-storage/api-cli/bucket-operations.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/object-storage/api-cli/bucket-operations.mdx b/pages/object-storage/api-cli/bucket-operations.mdx index 0f6cf91ede..cf09c45882 100644 --- a/pages/object-storage/api-cli/bucket-operations.mdx +++ b/pages/object-storage/api-cli/bucket-operations.mdx @@ -34,7 +34,7 @@ aws s3 mb s3://bucketname This operation allows you to delete the bucket mentioned in the command. - - You must delete all objects in the bucket before deleting it. + - You must delete all objects in the bucket beforehand. - Incomplete multipart uploads to the deleted bucket will be automatically aborted.