@@ -15663,12 +15663,10 @@ paths:
15663
15663
description: |
15664
15664
Provisions a new Object Storage Key on your account.
15665
15665
15666
- Accounts with negative balances cannot access this command.
15667
-
15666
+ * Accounts with negative balances cannot access this command.
15667
+ * A successful request triggers an `obj_access_key_create` event.
15668
15668
* To create a Limited Access Key with specific permissions, send a `bucket_access` array.
15669
-
15670
15669
* To create a Limited Access Key without access to any buckets, send an empty `bucket_access` array.
15671
-
15672
15670
* To create an Access Key with unlimited access to all clusters and all buckets, omit the `bucket_access` array.
15673
15671
tags:
15674
15672
- Object Storage
@@ -15767,6 +15765,8 @@ paths:
15767
15765
summary: Object Storage Key Update
15768
15766
description: |
15769
15767
Updates an Object Storage Key on your account.
15768
+
15769
+ * A successful request triggers an `obj_access_key_update` event.
15770
15770
security:
15771
15771
- personalAccessToken: []
15772
15772
- oauth:
@@ -15814,7 +15814,9 @@ paths:
15814
15814
- url: https://api.linode.com/v4
15815
15815
summary: Object Storage Key Revoke
15816
15816
description: |
15817
- Revokes an Object Storage Key. This keypair will no longer be usable by third-party clients.
15817
+ Revokes an Object Storage Key. This keypair will no longer be usable by third-party clients.
15818
+
15819
+ * A successful request triggers an `obj_access_key_delete` event.
15818
15820
security:
15819
15821
- personalAccessToken: []
15820
15822
- oauth:
@@ -20687,6 +20689,9 @@ components:
20687
20689
- oauth_client_delete
20688
20690
- oauth_client_secret_reset
20689
20691
- oauth_client_update
20692
+ - obj_access_key_create
20693
+ - obj_access_key_delete
20694
+ - obj_access_key_update
20690
20695
- password_reset
20691
20696
- payment_method_add
20692
20697
- payment_submitted
0 commit comments