Skip to content

Commit 5731fd6

Browse files
Merge pull request #137 from andystevensname/remove-fields-from-object-storage
Update Object Storage Endpoints
2 parents 98ef3a1 + a07cc81 commit 5731fd6

File tree

1 file changed

+1
-25
lines changed

1 file changed

+1
-25
lines changed

openapi.yaml

Lines changed: 1 addition & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -8919,7 +8919,7 @@ paths:
89198919
"label": "example-bucket",
89208920
"cluster": "us-east-1",
89218921
"cors_enabled": true,
8922-
"acl": "private",
8922+
"acl": "private"
89238923
}' \
89248924
https://api.linode.com/v4beta/object-storage/buckets/
89258925
/object-storage/buckets/{clusterId}/{bucket}:
@@ -9002,18 +9002,6 @@ paths:
90029002
- personalAccessToken: []
90039003
- oauth:
90049004
- object_storage:read_write
9005-
parameters:
9006-
- name: force
9007-
in: query
9008-
required: false
9009-
description: >
9010-
If false, this operation will fail if the bucket is not empty. If true, this operation
9011-
will attempt to remove the bucket and its contents; very large buckets
9012-
may still return an error and require object deletion manually or through
9013-
object lifecycle management. See [the S3 API docs](https://docs.ceph.com/docs/mimic/radosgw/s3/bucketops/#delete-bucket) for details.
9014-
schema:
9015-
type: integer
9016-
default: false
90179005
responses:
90189006
'200':
90199007
description: Bucket deleted successfully.
@@ -15881,18 +15869,6 @@ components:
1588115869
The hostname where this bucket can be accessed. This hostname
1588215870
can be accessed through a browser if the bucket is made public.
1588315871
example: example-bucket.us-east-1.linodeobjects.com
15884-
region:
15885-
type: string
15886-
description: The ID of the Region this bucket exists in.
15887-
example: us-east
15888-
size:
15889-
type: integer
15890-
description: The size of this bucket, in bytes.
15891-
example: 123
15892-
objects:
15893-
type: integer
15894-
description: The number of objects in this bucket.
15895-
example: 4
1589615872
ObjectStorageObject:
1589715873
type: object
1589815874
description: >

0 commit comments

Comments
 (0)