File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -12560,14 +12560,15 @@ paths:
12560
12560
servers:
12561
12561
- url: https://api.linode.com/v4
12562
12562
summary: Object Storage Bucket Remove
12563
- description: >
12564
- Removes a single bucket. While buckets containing objects _may_ be
12565
- deleted by including the `force` option in the request, such operations
12566
- will fail if the bucket contains too many objects. The recommended
12563
+ description: |
12564
+ Removes a single bucket.
12565
+
12566
+ Bucket objects must be removed prior to removing the bucket. While buckets containing objects _may_ be
12567
+ deleted using the [s3cmd command-line tool](/docs/products/storage/object-storage/guides/s3cmd/#delete-a-bucket), such operations
12568
+ can fail if the bucket contains too many objects. The recommended
12567
12569
way to empty large buckets is to use the [S3 API to configure lifecycle policies](https://docs.ceph.com/en/latest/radosgw/bucketpolicy/#) that
12568
12570
remove all objects, then delete the bucket.
12569
12571
12570
-
12571
12572
This endpoint is available for convenience. It is recommended that instead you
12572
12573
use the more [fully-featured S3 API](https://docs.ceph.com/en/latest/radosgw/s3/bucketops/#delete-bucket) directly.
12573
12574
tags:
You can’t perform that action at this time.
0 commit comments