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:
1150711507 summary: Create an Object Storage Key
1150811508 description: |
1150911509 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.
1151011519 tags:
1151111520 - Object Storage
1151211521 security:
@@ -18953,6 +18962,9 @@ components:
1895318962
1895418963 **Note:** You can create an Object Storage Limited Access Key without access to any buckets.
1895518964 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.
1895618968 items:
1895718969 type: object
1895818970 properties:
You can’t perform that action at this time.
0 commit comments