Skip to content

Remove Object Storage from Beta #187

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 14, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
60 changes: 30 additions & 30 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9587,7 +9587,7 @@ paths:
operationId: getObjectStorageBuckets
x-linode-cli-skip: true
servers:
- url: https://api.linode.com/v4beta
- url: https://api.linode.com/v4
summary: List Object Storage Buckets
description: |
Returns a paginated list of all Object Storage Buckets that you own.
Expand Down Expand Up @@ -9625,12 +9625,12 @@ paths:
- lang: Shell
source: >
curl -H "Authorization: Bearer $TOKEN" \
https://api.linode.com/v4beta/object-storage/buckets/
https://api.linode.com/v4/object-storage/buckets/
post:
operationId: createObjectStorageBucket
x-linode-cli-skip: true
servers:
- url: https://api.linode.com/v4beta
- url: https://api.linode.com/v4
summary: Create Object Storage Bucket
description: |
Creates an Object Storage Bucket in the cluster specified. If the
Expand Down Expand Up @@ -9710,7 +9710,7 @@ paths:
"cors_enabled": true,
"acl": "private"
}' \
https://api.linode.com/v4beta/object-storage/buckets/
https://api.linode.com/v4/object-storage/buckets/
/object-storage/buckets/{clusterId}/{bucket}:
parameters:
- name: clusterId
Expand All @@ -9729,7 +9729,7 @@ paths:
operationId: getObjectStorageBucket
x-linode-cli-skip: true
servers:
- url: https://api.linode.com/v4beta
- url: https://api.linode.com/v4
summary: View Object Storage Bucket
description: |
Returns a single Object Storage Bucket.
Expand All @@ -9756,12 +9756,12 @@ paths:
- lang: Shell
source: >
curl -H "Authorization: Bearer $TOKEN" \
https://api.linode.com/v4beta/object-storage/buckets/us-east-1/example-bucket
https://api.linode.com/v4/object-storage/buckets/us-east-1/example-bucket
delete:
operationId: deleteObjectStorageBucket
x-linode-cli-skip: true
servers:
- url: https://api.linode.com/v4beta
- url: https://api.linode.com/v4
summary: Remove Object Storage Bucket
description: >
Removes a single bucket. While buckets containing objects _may_ be
Expand Down Expand Up @@ -9793,7 +9793,7 @@ paths:
source: >
curl -H "Authorization: Bearer $TOKEN" \
-X DELETE \
https://api.linode.com/v4beta/object-storage/buckets/us-east-1/example-bucket
https://api.linode.com/v4/object-storage/buckets/us-east-1/example-bucket
/object-storage/buckets/{clusterId}/{bucket}/access:
parameters:
- name: clusterId
Expand All @@ -9812,7 +9812,7 @@ paths:
operationId: modifyObjectStorageBucketAccess
x-linode-cli-skip: true
servers:
- url: https://api.linode.com/v4beta
- url: https://api.linode.com/v4
summary: Modify Object Storage Bucket Access
description: |
Allows changing basic Cross-origin Resource Sharing (CORS) and Access Control Level (ACL) settings.
Expand Down Expand Up @@ -9869,7 +9869,7 @@ paths:
"cors_enabled": true,
"acl": "private"
}' \
https://api.linode.com/v4beta/object-storage/buckets/us-east-1/example-bucket/access
https://api.linode.com/v4/object-storage/buckets/us-east-1/example-bucket/access
/object-storage/buckets/{clusterId}/{bucket}/object-list:
parameters:
- name: clusterId
Expand All @@ -9888,7 +9888,7 @@ paths:
operationId: getObjectStorageBucketContent
x-linode-cli-skip: true
servers:
- url: https://api.linode.com/v4beta
- url: https://api.linode.com/v4
summary: List Object Storage Bucket Contents
description: |
Returns the contents of a bucket. The contents are paginated using a `marker`,
Expand Down Expand Up @@ -9955,7 +9955,7 @@ paths:
- lang: Shell
source: >
curl -H "Authorization: Bearer $TOKEN" \
https://api.linode.com/v4beta/object-storage/buckets/us-east-1/example-bucket/object-list
https://api.linode.com/v4/object-storage/buckets/us-east-1/example-bucket/object-list
/object-storage/buckets/{clusterId}/{bucket}/object-url:
parameters:
- name: clusterId
Expand All @@ -9974,7 +9974,7 @@ paths:
operationId: createObjectStorageObjectURL
x-linode-cli-skip: true
servers:
- url: https://api.linode.com/v4beta
- url: https://api.linode.com/v4
summary: Create Object Storage Object URL
description: |
Creates a pre-signed URL to access a single Object in a bucket. This
Expand Down Expand Up @@ -10053,14 +10053,14 @@ paths:
"method": "GET",
"name": "example"
}' \
https://api.linode.com/v4beta/object-storage/buckets/us-east-1/example-bucket/object-url
https://api.linode.com/v4/object-storage/buckets/us-east-1/example-bucket/object-url
/object-storage/clusters:
x-linode-cli-command: object-storage
get:
operationId: getObjectStorageClusters
x-linode-cli-action: clusters-list
servers:
- url: https://api.linode.com/v4beta
- url: https://api.linode.com/v4
summary: List Clusters
description: |
Returns a paginated list of Object Storage Clusters that are available for
Expand Down Expand Up @@ -10092,7 +10092,7 @@ paths:
- lang: Shell
source: >
curl -H "Authorization: Bearer $TOKEN" \
https://api.linode.com/v4beta/object-storage/clusters
https://api.linode.com/v4/object-storage/clusters
- lang: CLI
source: >
linode-cli object-storage clusters-list
Expand All @@ -10109,7 +10109,7 @@ paths:
operationId: getObjectStorageCluster
x-linode-cli-action: clusters-view
servers:
- url: https://api.linode.com/v4beta
- url: https://api.linode.com/v4
summary: View Cluster
description: |
Returns a single Object Storage Cluster.
Expand All @@ -10128,7 +10128,7 @@ paths:
- lang: Shell
source: >
curl -H "Authorization: Bearer $TOKEN" \
https://api.linode.com/v4beta/object-storage/clusters/us-east-1
https://api.linode.com/v4/object-storage/clusters/us-east-1
- lang: CLI
source: >
linode-cli object-storage clusters-view us-east-1
Expand All @@ -10138,7 +10138,7 @@ paths:
operationId: getObjectStorageKeys
x-linode-cli-action: keys-list
servers:
- url: https://api.linode.com/v4beta
- url: https://api.linode.com/v4
tags:
- Object Storage
summary: List Object Storage Keys
Expand Down Expand Up @@ -10173,15 +10173,15 @@ paths:
- lang: Shell
source: >
curl -H "Authorization: Bearer $TOKEN" \
https://api.linode.com/v4beta/object-storage/keys
https://api.linode.com/v4/object-storage/keys
- lang: CLI
source: >
linode-cli object-storage keys-list
post:
operationId: createObjectStorageKeys
x-linode-cli-action: keys-create
servers:
- url: https://api.linode.com/v4beta
- url: https://api.linode.com/v4
summary: Create an Object Storage Key
description: |
Provisions a new Object Storage Key on your account.
Expand Down Expand Up @@ -10225,7 +10225,7 @@ paths:
-X POST -d '{
"label": "my-object-storage-key"
}' \
https://api.linode.com/v4beta/object-storage/keys
https://api.linode.com/v4/object-storage/keys
- lang: CLI
source: >
linode-cli object-storage keys-create \
Expand All @@ -10243,7 +10243,7 @@ paths:
operationId: getObjectStorageKey
x-linode-cli-action: keys-view
servers:
- url: https://api.linode.com/v4beta
- url: https://api.linode.com/v4
summary: View Object Storage Key
description: |
Returns a single Object Storage Key provisioned for your account.
Expand All @@ -10266,7 +10266,7 @@ paths:
- lang: Shell
source: >
curl -H "Authorization: Bearer $TOKEN" \
https://api.linode.com/v4beta/object-storage/keys/12345
https://api.linode.com/v4/object-storage/keys/12345
- lang: CLI
source: >
linode-cli object-storage keys-view \
Expand All @@ -10275,7 +10275,7 @@ paths:
operationId: updateObjectStorageKey
x-linode-cli-action: keys-update
servers:
- url: https://api.linode.com/v4beta
- url: https://api.linode.com/v4
summary: Update an Object Storage Key
description: |
Updates an Object Storage Key on your account.
Expand Down Expand Up @@ -10308,7 +10308,7 @@ paths:
-x PUT -d '{
"label": "my-object-storage-key"
}' \
https://api.linode.com/v4beta/object-storage/keys/12345
https://api.linode.com/v4/object-storage/keys/12345
- lang: CLI
source: >
linode-cli object-storage keys-update \
Expand All @@ -10318,7 +10318,7 @@ paths:
operationId: deleteObjectStorageKey
x-linode-cli-action: keys-delete
servers:
- url: https://api.linode.com/v4beta
- url: https://api.linode.com/v4
summary: Revoke Object Storage Key
description: |
Revokes an Object Storage Key. This keypair will no longer be usable by third-party clients.
Expand All @@ -10342,7 +10342,7 @@ paths:
source: >
curl -H "Authorization: Bearer $TOKEN" \
-x DELETE \
https://api.linode.com/v4beta/object-storage/keys/12345
https://api.linode.com/v4/object-storage/keys/12345
- lang: CLI
source: >
linode-cli object-storage keys-delete \
Expand All @@ -10353,7 +10353,7 @@ paths:
operationId: cancelObjectStorage
x-linode-cli-action: cancel
servers:
- url: https://api.linode.com/v4beta
- url: https://api.linode.com/v4
summary: Cancel Object Storage
description: |
Cancel Object Storage on an Account. All buckets on the Account must be empty
Expand Down Expand Up @@ -10384,7 +10384,7 @@ paths:
source: >
curl -H "Authorization: Bearer $TOKEN" \
-X POST \
https://api.linode.com/v4beta/object-storage/cancel
https://api.linode.com/v4/object-storage/cancel
- lang: CLI
source: >
linode-cli object-storage cancel
Expand Down