@@ -9587,7 +9587,7 @@ paths:
9587
9587
operationId: getObjectStorageBuckets
9588
9588
x-linode-cli-skip: true
9589
9589
servers:
9590
- - url: https://api.linode.com/v4beta
9590
+ - url: https://api.linode.com/v4
9591
9591
summary: List Object Storage Buckets
9592
9592
description: |
9593
9593
Returns a paginated list of all Object Storage Buckets that you own.
@@ -9625,12 +9625,12 @@ paths:
9625
9625
- lang: Shell
9626
9626
source: >
9627
9627
curl -H "Authorization: Bearer $TOKEN" \
9628
- https://api.linode.com/v4beta /object-storage/buckets/
9628
+ https://api.linode.com/v4 /object-storage/buckets/
9629
9629
post:
9630
9630
operationId: createObjectStorageBucket
9631
9631
x-linode-cli-skip: true
9632
9632
servers:
9633
- - url: https://api.linode.com/v4beta
9633
+ - url: https://api.linode.com/v4
9634
9634
summary: Create Object Storage Bucket
9635
9635
description: |
9636
9636
Creates an Object Storage Bucket in the cluster specified. If the
@@ -9710,7 +9710,7 @@ paths:
9710
9710
"cors_enabled": true,
9711
9711
"acl": "private"
9712
9712
}' \
9713
- https://api.linode.com/v4beta /object-storage/buckets/
9713
+ https://api.linode.com/v4 /object-storage/buckets/
9714
9714
/object-storage/buckets/{clusterId}/{bucket}:
9715
9715
parameters:
9716
9716
- name: clusterId
@@ -9729,7 +9729,7 @@ paths:
9729
9729
operationId: getObjectStorageBucket
9730
9730
x-linode-cli-skip: true
9731
9731
servers:
9732
- - url: https://api.linode.com/v4beta
9732
+ - url: https://api.linode.com/v4
9733
9733
summary: View Object Storage Bucket
9734
9734
description: |
9735
9735
Returns a single Object Storage Bucket.
@@ -9756,12 +9756,12 @@ paths:
9756
9756
- lang: Shell
9757
9757
source: >
9758
9758
curl -H "Authorization: Bearer $TOKEN" \
9759
- https://api.linode.com/v4beta /object-storage/buckets/us-east-1/example-bucket
9759
+ https://api.linode.com/v4 /object-storage/buckets/us-east-1/example-bucket
9760
9760
delete:
9761
9761
operationId: deleteObjectStorageBucket
9762
9762
x-linode-cli-skip: true
9763
9763
servers:
9764
- - url: https://api.linode.com/v4beta
9764
+ - url: https://api.linode.com/v4
9765
9765
summary: Remove Object Storage Bucket
9766
9766
description: >
9767
9767
Removes a single bucket. While buckets containing objects _may_ be
@@ -9793,7 +9793,7 @@ paths:
9793
9793
source: >
9794
9794
curl -H "Authorization: Bearer $TOKEN" \
9795
9795
-X DELETE \
9796
- https://api.linode.com/v4beta /object-storage/buckets/us-east-1/example-bucket
9796
+ https://api.linode.com/v4 /object-storage/buckets/us-east-1/example-bucket
9797
9797
/object-storage/buckets/{clusterId}/{bucket}/access:
9798
9798
parameters:
9799
9799
- name: clusterId
@@ -9812,7 +9812,7 @@ paths:
9812
9812
operationId: modifyObjectStorageBucketAccess
9813
9813
x-linode-cli-skip: true
9814
9814
servers:
9815
- - url: https://api.linode.com/v4beta
9815
+ - url: https://api.linode.com/v4
9816
9816
summary: Modify Object Storage Bucket Access
9817
9817
description: |
9818
9818
Allows changing basic Cross-origin Resource Sharing (CORS) and Access Control Level (ACL) settings.
@@ -9869,7 +9869,7 @@ paths:
9869
9869
"cors_enabled": true,
9870
9870
"acl": "private"
9871
9871
}' \
9872
- https://api.linode.com/v4beta /object-storage/buckets/us-east-1/example-bucket/access
9872
+ https://api.linode.com/v4 /object-storage/buckets/us-east-1/example-bucket/access
9873
9873
/object-storage/buckets/{clusterId}/{bucket}/object-list:
9874
9874
parameters:
9875
9875
- name: clusterId
@@ -9888,7 +9888,7 @@ paths:
9888
9888
operationId: getObjectStorageBucketContent
9889
9889
x-linode-cli-skip: true
9890
9890
servers:
9891
- - url: https://api.linode.com/v4beta
9891
+ - url: https://api.linode.com/v4
9892
9892
summary: List Object Storage Bucket Contents
9893
9893
description: |
9894
9894
Returns the contents of a bucket. The contents are paginated using a `marker`,
@@ -9955,7 +9955,7 @@ paths:
9955
9955
- lang: Shell
9956
9956
source: >
9957
9957
curl -H "Authorization: Bearer $TOKEN" \
9958
- https://api.linode.com/v4beta /object-storage/buckets/us-east-1/example-bucket/object-list
9958
+ https://api.linode.com/v4 /object-storage/buckets/us-east-1/example-bucket/object-list
9959
9959
/object-storage/buckets/{clusterId}/{bucket}/object-url:
9960
9960
parameters:
9961
9961
- name: clusterId
@@ -9974,7 +9974,7 @@ paths:
9974
9974
operationId: createObjectStorageObjectURL
9975
9975
x-linode-cli-skip: true
9976
9976
servers:
9977
- - url: https://api.linode.com/v4beta
9977
+ - url: https://api.linode.com/v4
9978
9978
summary: Create Object Storage Object URL
9979
9979
description: |
9980
9980
Creates a pre-signed URL to access a single Object in a bucket. This
@@ -10053,14 +10053,14 @@ paths:
10053
10053
"method": "GET",
10054
10054
"name": "example"
10055
10055
}' \
10056
- https://api.linode.com/v4beta /object-storage/buckets/us-east-1/example-bucket/object-url
10056
+ https://api.linode.com/v4 /object-storage/buckets/us-east-1/example-bucket/object-url
10057
10057
/object-storage/clusters:
10058
10058
x-linode-cli-command: object-storage
10059
10059
get:
10060
10060
operationId: getObjectStorageClusters
10061
10061
x-linode-cli-action: clusters-list
10062
10062
servers:
10063
- - url: https://api.linode.com/v4beta
10063
+ - url: https://api.linode.com/v4
10064
10064
summary: List Clusters
10065
10065
description: |
10066
10066
Returns a paginated list of Object Storage Clusters that are available for
@@ -10092,7 +10092,7 @@ paths:
10092
10092
- lang: Shell
10093
10093
source: >
10094
10094
curl -H "Authorization: Bearer $TOKEN" \
10095
- https://api.linode.com/v4beta /object-storage/clusters
10095
+ https://api.linode.com/v4 /object-storage/clusters
10096
10096
- lang: CLI
10097
10097
source: >
10098
10098
linode-cli object-storage clusters-list
@@ -10109,7 +10109,7 @@ paths:
10109
10109
operationId: getObjectStorageCluster
10110
10110
x-linode-cli-action: clusters-view
10111
10111
servers:
10112
- - url: https://api.linode.com/v4beta
10112
+ - url: https://api.linode.com/v4
10113
10113
summary: View Cluster
10114
10114
description: |
10115
10115
Returns a single Object Storage Cluster.
@@ -10128,7 +10128,7 @@ paths:
10128
10128
- lang: Shell
10129
10129
source: >
10130
10130
curl -H "Authorization: Bearer $TOKEN" \
10131
- https://api.linode.com/v4beta /object-storage/clusters/us-east-1
10131
+ https://api.linode.com/v4 /object-storage/clusters/us-east-1
10132
10132
- lang: CLI
10133
10133
source: >
10134
10134
linode-cli object-storage clusters-view us-east-1
@@ -10138,7 +10138,7 @@ paths:
10138
10138
operationId: getObjectStorageKeys
10139
10139
x-linode-cli-action: keys-list
10140
10140
servers:
10141
- - url: https://api.linode.com/v4beta
10141
+ - url: https://api.linode.com/v4
10142
10142
tags:
10143
10143
- Object Storage
10144
10144
summary: List Object Storage Keys
@@ -10173,15 +10173,15 @@ paths:
10173
10173
- lang: Shell
10174
10174
source: >
10175
10175
curl -H "Authorization: Bearer $TOKEN" \
10176
- https://api.linode.com/v4beta /object-storage/keys
10176
+ https://api.linode.com/v4 /object-storage/keys
10177
10177
- lang: CLI
10178
10178
source: >
10179
10179
linode-cli object-storage keys-list
10180
10180
post:
10181
10181
operationId: createObjectStorageKeys
10182
10182
x-linode-cli-action: keys-create
10183
10183
servers:
10184
- - url: https://api.linode.com/v4beta
10184
+ - url: https://api.linode.com/v4
10185
10185
summary: Create an Object Storage Key
10186
10186
description: |
10187
10187
Provisions a new Object Storage Key on your account.
@@ -10225,7 +10225,7 @@ paths:
10225
10225
-X POST -d '{
10226
10226
"label": "my-object-storage-key"
10227
10227
}' \
10228
- https://api.linode.com/v4beta /object-storage/keys
10228
+ https://api.linode.com/v4 /object-storage/keys
10229
10229
- lang: CLI
10230
10230
source: >
10231
10231
linode-cli object-storage keys-create \
@@ -10243,7 +10243,7 @@ paths:
10243
10243
operationId: getObjectStorageKey
10244
10244
x-linode-cli-action: keys-view
10245
10245
servers:
10246
- - url: https://api.linode.com/v4beta
10246
+ - url: https://api.linode.com/v4
10247
10247
summary: View Object Storage Key
10248
10248
description: |
10249
10249
Returns a single Object Storage Key provisioned for your account.
@@ -10266,7 +10266,7 @@ paths:
10266
10266
- lang: Shell
10267
10267
source: >
10268
10268
curl -H "Authorization: Bearer $TOKEN" \
10269
- https://api.linode.com/v4beta /object-storage/keys/12345
10269
+ https://api.linode.com/v4 /object-storage/keys/12345
10270
10270
- lang: CLI
10271
10271
source: >
10272
10272
linode-cli object-storage keys-view \
@@ -10275,7 +10275,7 @@ paths:
10275
10275
operationId: updateObjectStorageKey
10276
10276
x-linode-cli-action: keys-update
10277
10277
servers:
10278
- - url: https://api.linode.com/v4beta
10278
+ - url: https://api.linode.com/v4
10279
10279
summary: Update an Object Storage Key
10280
10280
description: |
10281
10281
Updates an Object Storage Key on your account.
@@ -10308,7 +10308,7 @@ paths:
10308
10308
-x PUT -d '{
10309
10309
"label": "my-object-storage-key"
10310
10310
}' \
10311
- https://api.linode.com/v4beta /object-storage/keys/12345
10311
+ https://api.linode.com/v4 /object-storage/keys/12345
10312
10312
- lang: CLI
10313
10313
source: >
10314
10314
linode-cli object-storage keys-update \
@@ -10318,7 +10318,7 @@ paths:
10318
10318
operationId: deleteObjectStorageKey
10319
10319
x-linode-cli-action: keys-delete
10320
10320
servers:
10321
- - url: https://api.linode.com/v4beta
10321
+ - url: https://api.linode.com/v4
10322
10322
summary: Revoke Object Storage Key
10323
10323
description: |
10324
10324
Revokes an Object Storage Key. This keypair will no longer be usable by third-party clients.
@@ -10342,7 +10342,7 @@ paths:
10342
10342
source: >
10343
10343
curl -H "Authorization: Bearer $TOKEN" \
10344
10344
-x DELETE \
10345
- https://api.linode.com/v4beta /object-storage/keys/12345
10345
+ https://api.linode.com/v4 /object-storage/keys/12345
10346
10346
- lang: CLI
10347
10347
source: >
10348
10348
linode-cli object-storage keys-delete \
@@ -10353,7 +10353,7 @@ paths:
10353
10353
operationId: cancelObjectStorage
10354
10354
x-linode-cli-action: cancel
10355
10355
servers:
10356
- - url: https://api.linode.com/v4beta
10356
+ - url: https://api.linode.com/v4
10357
10357
summary: Cancel Object Storage
10358
10358
description: |
10359
10359
Cancel Object Storage on an Account. All buckets on the Account must be empty
@@ -10384,7 +10384,7 @@ paths:
10384
10384
source: >
10385
10385
curl -H "Authorization: Bearer $TOKEN" \
10386
10386
-X POST \
10387
- https://api.linode.com/v4beta /object-storage/cancel
10387
+ https://api.linode.com/v4 /object-storage/cancel
10388
10388
- lang: CLI
10389
10389
source: >
10390
10390
linode-cli object-storage cancel
0 commit comments