Skip to content

Commit 149a414

Browse files
Update Object Storage Endpoints
Remove`region`, `size`, and `objects` response parameters from GET /object-storage/buckets and GET /object-storage/buckets/:clusterId/:bucket. Remove `force` query parameter from DELETE /object-storage/buckets/:clusterId/:bucket
1 parent d65f961 commit 149a414

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

openapi.yaml

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -9000,18 +9000,6 @@ paths:
90009000
- personalAccessToken: []
90019001
- oauth:
90029002
- object_storage:read_write
9003-
parameters:
9004-
- name: force
9005-
in: query
9006-
required: false
9007-
description: >
9008-
If false, this operation will fail if the bucket is not empty. If true, this operation
9009-
will attempt to remove the bucket and its contents; very large buckets
9010-
may still return an error and require object deletion manually or through
9011-
object lifecycle management. See [the S3 API docs](https://docs.ceph.com/docs/mimic/radosgw/s3/bucketops/#delete-bucket) for details.
9012-
schema:
9013-
type: integer
9014-
default: false
90159003
responses:
90169004
'200':
90179005
description: Bucket deleted successfully.
@@ -15879,18 +15867,6 @@ components:
1587915867
The hostname where this bucket can be accessed. This hostname
1588015868
can be accessed through a browser if the bucket is made public.
1588115869
example: example-bucket.us-east-1.linodeobjects.com
15882-
region:
15883-
type: string
15884-
description: The ID of the Region this bucket exists in.
15885-
example: us-east
15886-
size:
15887-
type: integer
15888-
description: The size of this bucket, in bytes.
15889-
example: 123
15890-
objects:
15891-
type: integer
15892-
description: The number of objects in this bucket.
15893-
example: 4
1589415870
ObjectStorageObject:
1589515871
type: object
1589615872
description: >

0 commit comments

Comments
 (0)