Skip to content

Commit 9205603

Browse files
committed
Update OBJ Bucket Remove description
1 parent ee0ce10 commit 9205603

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

openapi.yaml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)