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:
1256012560 servers:
1256112561 - url: https://api.linode.com/v4
1256212562 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
1256712569 way to empty large buckets is to use the [S3 API to configure lifecycle policies](https://docs.ceph.com/en/latest/radosgw/bucketpolicy/#) that
1256812570 remove all objects, then delete the bucket.
1256912571
12570-
1257112572 This endpoint is available for convenience. It is recommended that instead you
1257212573 use the more [fully-featured S3 API](https://docs.ceph.com/en/latest/radosgw/s3/bucketops/#delete-bucket) directly.
1257312574 tags:
You can’t perform that action at this time.
0 commit comments