@@ -15960,12 +15960,10 @@ paths:
15960
15960
description: |
15961
15961
Provisions a new Object Storage Key on your account.
15962
15962
15963
- Accounts with negative balances cannot access this command.
15964
-
15963
+ * Accounts with negative balances cannot access this command.
15964
+ * A successful request triggers an `obj_access_key_create` event.
15965
15965
* To create a Limited Access Key with specific permissions, send a `bucket_access` array.
15966
-
15967
15966
* To create a Limited Access Key without access to any buckets, send an empty `bucket_access` array.
15968
-
15969
15967
* To create an Access Key with unlimited access to all clusters and all buckets, omit the `bucket_access` array.
15970
15968
tags:
15971
15969
- Object Storage
@@ -16064,6 +16062,8 @@ paths:
16064
16062
summary: Object Storage Key Update
16065
16063
description: |
16066
16064
Updates an Object Storage Key on your account.
16065
+
16066
+ * A successful request triggers an `obj_access_key_update` event.
16067
16067
security:
16068
16068
- personalAccessToken: []
16069
16069
- oauth:
@@ -16111,7 +16111,9 @@ paths:
16111
16111
- url: https://api.linode.com/v4
16112
16112
summary: Object Storage Key Revoke
16113
16113
description: |
16114
- Revokes an Object Storage Key. This keypair will no longer be usable by third-party clients.
16114
+ Revokes an Object Storage Key. This keypair will no longer be usable by third-party clients.
16115
+
16116
+ * A successful request triggers an `obj_access_key_delete` event.
16115
16117
security:
16116
16118
- personalAccessToken: []
16117
16119
- oauth:
@@ -21075,6 +21077,9 @@ components:
21075
21077
- oauth_client_delete
21076
21078
- oauth_client_secret_reset
21077
21079
- oauth_client_update
21080
+ - obj_access_key_create
21081
+ - obj_access_key_delete
21082
+ - obj_access_key_update
21078
21083
- password_reset
21079
21084
- payment_method_add
21080
21085
- payment_submitted
0 commit comments