Skip to content

Commit baa1f86

Browse files
committed
fix(obj): update DeleteBucket doc
1 parent 014ee59 commit baa1f86

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pages/object-storage/api-cli/bucket-operations.mdx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,8 @@ aws s3 mb s3://bucketname
3434
This operation allows you to delete the bucket mentioned in the command.
3535

3636
<Message type="important">
37-
- 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.
38-
39-
- 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.
37+
- You must delete all objects in the bucket before deleting it.
38+
- Incomplete multipart uploads to the deleted bucket will be automatically aborted.
4039
</Message>
4140

4241
<Message type="note">

0 commit comments

Comments
 (0)