post https://api.linode.com//object-storage/keys
Provisions a new Object Storage key for authentication. A successful request triggers an obj_access_key_create event.
Accounts with negative balances can't access this operation.
This operation has specific rate limits.
Unlimited vs. limited access keys
An unlimited access key grants full access to all of your buckets in each region you name, using the regions array. A limited access key lets you name specific buckets where you need to manage content, using the bucket_access array.
There's a tutorial
We offer workflows for both an unlimited access key and a limited access key.
linode-cli object-storage keys-create \
--label "my-object-storage-key" \
--bucket_access '[{"region": "ap-south", "bucket_name": "bucket-example-1", "permissions": "read_write" }]'
<https://techdocs.akamai.com/cloud-computing/docs/getting-started-with-the-linode-cli>
object_storage:read_write
<https://techdocs.akamai.com/linode-api/reference/get-started#oauth>
