File tree Expand file tree Collapse file tree 1 file changed +1
-25
lines changed Expand file tree Collapse file tree 1 file changed +1
-25
lines changed Original file line number Diff line number Diff line change @@ -8919,7 +8919,7 @@ paths:
8919
8919
"label": "example-bucket",
8920
8920
"cluster": "us-east-1",
8921
8921
"cors_enabled": true,
8922
- "acl": "private",
8922
+ "acl": "private"
8923
8923
}' \
8924
8924
https://api.linode.com/v4beta/object-storage/buckets/
8925
8925
/object-storage/buckets/{clusterId}/{bucket}:
@@ -9002,18 +9002,6 @@ paths:
9002
9002
- personalAccessToken: []
9003
9003
- oauth:
9004
9004
- 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
9017
9005
responses:
9018
9006
'200':
9019
9007
description: Bucket deleted successfully.
@@ -15881,18 +15869,6 @@ components:
15881
15869
The hostname where this bucket can be accessed. This hostname
15882
15870
can be accessed through a browser if the bucket is made public.
15883
15871
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
15896
15872
ObjectStorageObject:
15897
15873
type: object
15898
15874
description: >
You can’t perform that action at this time.
0 commit comments