Skip to content

Commit 787cc7f

Browse files
authored
Merge pull request #569 from bbiggerr/obj-cancel-remove-update
[Update] Object Storage Cancel; Object Storage Bucket Remove
2 parents 4f3b76d + 9205603 commit 787cc7f

File tree

1 file changed

+10
-15
lines changed

1 file changed

+10
-15
lines changed

openapi.yaml

Lines changed: 10 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -504,8 +504,7 @@ paths:
504504
survey_link:
505505
type: string
506506
description: A link to Linode's exit survey.
507-
example: {'survey_link':
508-
'https://alinktothesurvey.com'}
507+
example: {'survey_link': https://alinktothesurvey.com'}
509508
'409':
510509
description: Could not charge the credit card on file
511510
content:
@@ -12561,14 +12560,15 @@ paths:
1256112560
servers:
1256212561
- url: https://api.linode.com/v4
1256312562
summary: Object Storage Bucket Remove
12564-
description: >
12565-
Removes a single bucket. While buckets containing objects _may_ be
12566-
deleted by including the `force` option in the request, such operations
12567-
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
1256812569
way to empty large buckets is to use the [S3 API to configure lifecycle policies](https://docs.ceph.com/en/latest/radosgw/bucketpolicy/#) that
1256912570
remove all objects, then delete the bucket.
1257012571

12571-
1257212572
This endpoint is available for convenience. It is recommended that instead you
1257312573
use the more [fully-featured S3 API](https://docs.ceph.com/en/latest/radosgw/s3/bucketops/#delete-bucket) directly.
1257412574
tags:
@@ -13443,14 +13443,9 @@ paths:
1344313443
- url: https://api.linode.com/v4
1344413444
summary: Object Storage Cancel
1344513445
description: |
13446-
Cancel Object Storage on an Account. All buckets on the Account must be empty
13447-
before Object Storage can be cancelled:
13448-
13449-
- To delete a smaller number of objects, review the instructions in our
13450-
[How to Use Object Storage](/docs/platform/object-storage/how-to-use-object-storage/)
13451-
guide.
13452-
- To delete large amounts of objects, consult our guide on
13453-
[Lifecycle Policies](/docs/platform/object-storage/lifecycle-policies/).
13446+
Cancel Object Storage on an Account.
13447+
13448+
**Warning**: Removes all buckets and their contents from your Account. This data is irretrievable once removed.
1345413449
security:
1345513450
- personalAccessToken: []
1345613451
- oauth:

0 commit comments

Comments
 (0)