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 @@ -16341,23 +16341,23 @@ paths:
16341
16341
- lang: Shell
16342
16342
source: >
16343
16343
curl -H "Content-Type: application/json" \
16344
- -H "Authorization: Bearer $TOKEN" \
16345
- -X POST -d '{
16346
- "label": "my-object-storage-key",
16347
- "bucket_access": [
16348
- {
16349
- "cluster": "ap-south-1",
16350
- "bucket_name": "bucket-example-1",
16351
- "permissions": "read_write"
16352
- },
16353
- {
16354
- "cluster": "us-east-1",
16355
- "bucket_name": "bucket-example-2",
16356
- "permissions": "read_only"
16357
- }
16358
- ]
16359
- }' \
16360
- https://api.linode.com/v4/object-storage/keys
16344
+ -H "Authorization: Bearer $TOKEN" \
16345
+ -X POST -d '{
16346
+ "label": "my-object-storage-key",
16347
+ "bucket_access": [
16348
+ {
16349
+ "cluster": "ap-south-1",
16350
+ "bucket_name": "bucket-example-1",
16351
+ "permissions": "read_write"
16352
+ },
16353
+ {
16354
+ "cluster": "us-east-1",
16355
+ "bucket_name": "bucket-example-2",
16356
+ "permissions": "read_only"
16357
+ }
16358
+ ]
16359
+ }' \
16360
+ https://api.linode.com/v4/object-storage/keys
16361
16361
- lang: CLI
16362
16362
source: >
16363
16363
linode-cli object-storage keys-create \
You can’t perform that action at this time.
0 commit comments