File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -11507,6 +11507,15 @@ paths:
11507
11507
summary: Create an Object Storage Key
11508
11508
description: |
11509
11509
Provisions a new Object Storage Key on your account.
11510
+
11511
+ * To create a Limited Access Key with specific permissions, send a `bucket_access`
11512
+ array.
11513
+
11514
+ * To create a Limited Access Key without access to any buckets, send an empty
11515
+ `bucket_access` array.
11516
+
11517
+ * To create an Access Key with unlimited access to all clusters and all buckets,
11518
+ omit the `bucket_access` array.
11510
11519
tags:
11511
11520
- Object Storage
11512
11521
security:
@@ -18953,6 +18962,9 @@ components:
18953
18962
18954
18963
**Note:** You can create an Object Storage Limited Access Key without access to any buckets.
18955
18964
This is achieved by sending a request with an empty `bucket_access` array.
18965
+
18966
+
18967
+ **Note:** If this field is ommited, a regular unlimited access key is issued.
18956
18968
items:
18957
18969
type: object
18958
18970
properties:
You can’t perform that action at this time.
0 commit comments