Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions pages/object-storage/api-cli/bucket-operations.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,8 @@ aws s3 mb s3://bucketname
This operation allows you to delete the bucket mentioned in the command.

<Message type="important">
- 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 beforehand.
- Incomplete multipart uploads to the deleted bucket will be automatically aborted.
</Message>

<Message type="note">
Expand Down