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:
16231
16231
- lang: Shell
16232
16232
source: >
16233
16233
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
16251
16251
- lang: CLI
16252
16252
source: >
16253
16253
linode-cli object-storage keys-create \
You can’t perform that action at this time.
0 commit comments