You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: openapi.yaml
+10-11Lines changed: 10 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -15436,13 +15436,13 @@ paths:
15436
15436
- url: https://api.linode.com/v4
15437
15437
summary: Object Storage Bucket Create
15438
15438
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.
15442
15440
15441
+
Accounts with negative balances cannot access this command.
15443
15442
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.
15446
15446
tags:
15447
15447
- Object Storage
15448
15448
security:
@@ -16266,14 +16266,13 @@ paths:
16266
16266
description: |
16267
16267
Provisions a new Object Storage Key on your account.
16268
16268
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.
16271
16272
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.
16274
16274
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.
0 commit comments