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: Object Storage Key Create
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:
@@ -18968,6 +18977,9 @@ components:
18968
18977
18969
18978
**Note:** You can create an Object Storage Limited Access Key without access to any buckets.
18970
18979
This is achieved by sending a request with an empty `bucket_access` array.
18980
+
18981
+
18982
+ **Note:** If this field is omitted, a regular unlimited access key is issued.
18971
18983
items:
18972
18984
type: object
18973
18985
properties:
You can’t perform that action at this time.
0 commit comments