Skip to content

Update Object Storage Endpoints #137

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
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
26 changes: 1 addition & 25 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8917,7 +8917,7 @@ paths:
"label": "example-bucket",
"cluster": "us-east-1",
"cors_enabled": true,
"acl": "private",
"acl": "private"
}' \
https://api.linode.com/v4beta/object-storage/buckets/
/object-storage/buckets/{clusterId}/{bucket}:
Expand Down Expand Up @@ -9000,18 +9000,6 @@ paths:
- personalAccessToken: []
- oauth:
- object_storage:read_write
parameters:
- name: force
in: query
required: false
description: >
If false, this operation will fail if the bucket is not empty. If true, this operation
will attempt to remove the bucket and its contents; very large buckets
may still return an error and require object deletion manually or through
object lifecycle management. See [the S3 API docs](https://docs.ceph.com/docs/mimic/radosgw/s3/bucketops/#delete-bucket) for details.
schema:
type: integer
default: false
responses:
'200':
description: Bucket deleted successfully.
Expand Down Expand Up @@ -15879,18 +15867,6 @@ components:
The hostname where this bucket can be accessed. This hostname
can be accessed through a browser if the bucket is made public.
example: example-bucket.us-east-1.linodeobjects.com
region:
type: string
description: The ID of the Region this bucket exists in.
example: us-east
size:
type: integer
description: The size of this bucket, in bytes.
example: 123
objects:
type: integer
description: The number of objects in this bucket.
example: 4
ObjectStorageObject:
type: object
description: >
Expand Down