Skip to content

Commit c686d81

Browse files
authored
OBJ Bucket Create and Key Create now require positive balance (#734)
1 parent 3c8b7e2 commit c686d81

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

openapi.yaml

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -15436,13 +15436,13 @@ paths:
1543615436
- url: https://api.linode.com/v4
1543715437
summary: Object Storage Bucket Create
1543815438
description: |
15439-
Creates an Object Storage Bucket in the cluster specified. If the
15440-
bucket already exists and is owned by you, this endpoint will return a
15441-
`200` response with that bucket as if it had just been created.
15439+
Creates an Object Storage Bucket in the specified cluster.
1544215440

15441+
Accounts with negative balances cannot access this command.
1544315442

15444-
This endpoint is available for convenience. It is recommended that instead you
15445-
use the more [fully-featured S3 API](https://docs.ceph.com/en/latest/radosgw/s3/bucketops/#put-bucket) directly.
15443+
If the bucket already exists and is owned by you, this endpoint returns a `200` response with that bucket as if it had just been created.
15444+
15445+
This endpoint is available for convenience. It is recommended that instead you use the more [fully-featured S3 API](https://docs.ceph.com/en/latest/radosgw/s3/bucketops/#put-bucket) directly.
1544615446
tags:
1544715447
- Object Storage
1544815448
security:
@@ -16266,14 +16266,13 @@ paths:
1626616266
description: |
1626716267
Provisions a new Object Storage Key on your account.
1626816268

16269-
* To create a Limited Access Key with specific permissions, send a `bucket_access`
16270-
array.
16269+
Accounts with negative balances cannot access this command.
16270+
16271+
* To create a Limited Access Key with specific permissions, send a `bucket_access` array.
1627116272

16272-
* To create a Limited Access Key without access to any buckets, send an empty
16273-
`bucket_access` array.
16273+
* To create a Limited Access Key without access to any buckets, send an empty `bucket_access` array.
1627416274

16275-
* To create an Access Key with unlimited access to all clusters and all buckets,
16276-
omit the `bucket_access` array.
16275+
* To create an Access Key with unlimited access to all clusters and all buckets, omit the `bucket_access` array.
1627716276
tags:
1627816277
- Object Storage
1627916278
security:

0 commit comments

Comments
 (0)