Skip to content

Commit 8cc20ec

Browse files
Fix indentation
1 parent 486649e commit 8cc20ec

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

openapi.yaml

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -17716,31 +17716,31 @@ components:
1771617716
type: array
1771717717
items:
1771817718
type: object
17719-
description: >
17720-
Defines this key as a Limited Access Key. Limited Access Keys restrict this Object Storage key's access to only the bucket(s) declared in this array and define their bucket-level permissions.
17719+
description: >
17720+
Defines this key as a Limited Access Key. Limited Access Keys restrict this Object Storage key's access to only the bucket(s) declared in this array and define their bucket-level permissions.
1772117721

1772217722

17723-
Limited Access Keys can:
17723+
Limited Access Keys can:
1772417724

17725-
* [list all buckets](/api/v4/object-storage-buckets/) available on this Account, but cannot perform any actions on a bucket unless it has access to the bucket.
17725+
* [list all buckets](/api/v4/object-storage-buckets/) available on this Account, but cannot perform any actions on a bucket unless it has access to the bucket.
1772617726

17727-
* [create new buckets](/api/v4/object-storage-buckets/#post), but do not have any access to the buckets it creates, unless explicitly given access to them.
17728-
properties:
17729-
cluster:
17730-
type: string
17731-
description: The Object Storage cluster where a bucket to which the key is granting access is hosted.
17732-
example: ap-south-1
17733-
bucket_name:
17734-
type: string
17735-
description: The unique label of the bucket to which the key will grant limited access.
17736-
example: example-bucket
17737-
permissions:
17738-
type: string
17739-
enum:
17740-
- read_write
17741-
- read_only
17742-
description: This Limited Access Key's permissions for the selected bucket.
17743-
example: read_only
17727+
* [create new buckets](/api/v4/object-storage-buckets/#post), but do not have any access to the buckets it creates, unless explicitly given access to them.
17728+
properties:
17729+
cluster:
17730+
type: string
17731+
description: The Object Storage cluster where a bucket to which the key is granting access is hosted.
17732+
example: ap-south-1
17733+
bucket_name:
17734+
type: string
17735+
description: The unique label of the bucket to which the key will grant limited access.
17736+
example: example-bucket
17737+
permissions:
17738+
type: string
17739+
enum:
17740+
- read_write
17741+
- read_only
17742+
description: This Limited Access Key's permissions for the selected bucket.
17743+
example: read_only
1774417744
PaginationEnvelope:
1774517745
type: object
1774617746
description: >

0 commit comments

Comments
 (0)