You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: openapi.yaml
+21-21Lines changed: 21 additions & 21 deletions
Original file line number
Diff line number
Diff line change
@@ -17716,31 +17716,31 @@ components:
17716
17716
type: array
17717
17717
items:
17718
17718
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.
17721
17721
17722
17722
17723
-
Limited Access Keys can:
17723
+
Limited Access Keys can:
17724
17724
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.
17726
17726
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.
0 commit comments