get
https://api.linode.com//object-storage/keys/
Returns a single Object Storage access key.
linode-cli object-storage keys-view \
--keyId 12345
Learn more...object_storage:read_only
Learn more...Returns a single Object Storage access key.
linode-cli object-storage keys-view \
--keyId 12345
Learn more...object_storage:read_only
Learn more...xxxxxxxxxxcurl --request GET \--url https://api.linode.com/v4/object-storage/keys/keyId \--header 'accept: application/json'
xxxxxxxxxx22{"access_key": "ABCDEFGHI1JKL2MNOP34","bucket_access": [{"bucket_name": "example-bucket","cluster": "us-west-1","permissions": "read_only","region": "us-west"}],"id": 123,"label": "my-key","limited": true,"regions": [{"endpoint_type": "E1","id": "us-west","s3_endpoint": "us-west-00.linodeobjects.com"}],"secret_key": "[REDACTED]"}