File tree Expand file tree Collapse file tree 1 file changed +17
-17
lines changed
Expand file tree Collapse file tree 1 file changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -16231,23 +16231,23 @@ paths:
1623116231 - lang: Shell
1623216232 source: >
1623316233 curl -H "Content-Type: application/json" \
16234- -H "Authorization: Bearer $TOKEN" \
16235- -X POST -d '{
16236- "label": "my-object-storage-key",
16237- "bucket_access": [
16238- {
16239- "cluster": "ap-south-1",
16240- "bucket_name": "bucket-example-1",
16241- "permissions": "read_write"
16242- },
16243- {
16244- "cluster": "us-east-1",
16245- "bucket_name": "bucket-example-2",
16246- "permissions": "read_only"
16247- }
16248- ]
16249- }' \
16250- https://api.linode.com/v4/object-storage/keys
16234+ -H "Authorization: Bearer $TOKEN" \
16235+ -X POST -d '{
16236+ "label": "my-object-storage-key",
16237+ "bucket_access": [
16238+ {
16239+ "cluster": "ap-south-1",
16240+ "bucket_name": "bucket-example-1",
16241+ "permissions": "read_write"
16242+ },
16243+ {
16244+ "cluster": "us-east-1",
16245+ "bucket_name": "bucket-example-2",
16246+ "permissions": "read_only"
16247+ }
16248+ ]
16249+ }' \
16250+ https://api.linode.com/v4/object-storage/keys
1625116251 - lang: CLI
1625216252 source: >
1625316253 linode-cli object-storage keys-create \
You can’t perform that action at this time.
0 commit comments