Skip to content

OBJ Bucket Create and Key Create now require positive balance #734

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jan 10, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 10 additions & 11 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15400,13 +15400,13 @@ paths:
- url: https://api.linode.com/v4
summary: Object Storage Bucket Create
description: |
Creates an Object Storage Bucket in the cluster specified. If the
bucket already exists and is owned by you, this endpoint will return a
`200` response with that bucket as if it had just been created.
Creates an Object Storage Bucket in the specified cluster.

Accounts with negative balances cannot access this command.

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.
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.

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.
tags:
- Object Storage
security:
Expand Down Expand Up @@ -16230,14 +16230,13 @@ paths:
description: |
Provisions a new Object Storage Key on your account.

* To create a Limited Access Key with specific permissions, send a `bucket_access`
array.
Accounts with negative balances cannot access this command.

* To create a Limited Access Key with specific permissions, send a `bucket_access` array.

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

* To create an Access Key with unlimited access to all clusters and all buckets,
omit the `bucket_access` array.
* To create an Access Key with unlimited access to all clusters and all buckets, omit the `bucket_access` array.
tags:
- Object Storage
security:
Expand Down