Skip to content

Commit c700ff5

Browse files
[Update] Multiple topics Object Storage (#7008)
* multi-cluster updates * Formatting fix --------- Co-authored-by: Matthew Wildman <[email protected]>
1 parent 081235d commit c700ff5

File tree

5 files changed

+17
-8
lines changed

5 files changed

+17
-8
lines changed

docs/products/storage/object-storage/get-started/index.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,11 @@ Billing for Object Storage starts when it is enabled on your account, **regardle
3333

3434
1. Enter a label for the key pair. This label is how you reference your key pair in the Linode Cloud Manager. Then, click **Submit**.
3535

36-
1. A window appears that contains your access key and your secret key. Write these down somewhere secure. The access key is visible in the Linode Cloud Manager, but **you are not be able to retrieve your secret key again once you close the window.**
36+
1. Select at least one region. You can select multiple regions for your access key.
3737

38-
1. You now have the credentials needed to connect to Linode Object Storage.
38+
2. A window appears that contains your access key and your secret key. Write these down somewhere secure. The access key is visible in the Linode Cloud Manager, but **you are not able to retrieve your secret key again once you close the window.**
39+
40+
3. You now have the credentials needed to connect to Linode Object Storage.
3941

4042
## Create a Bucket
4143

35 KB
Loading

docs/products/storage/object-storage/guides/access-keys/index.md

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Manage Access Keys"
33
description: "How to create an Access Key for use with Linode Object Storage."
44
published: 2021-05-28
5-
modified: 2022-02-07
5+
modified: 2024-06-17
66
keywords: ['object storage']
77
aliases: ['/products/storage/object-storage/guides/generate-key-pair/','/products/storage/object-storage/guides/generate-access-keys/']
88
---
@@ -17,9 +17,14 @@ When an access key is generated, a corresponding *secret key* is also created. T
1717

1818
1. Select the **Object Storage** link in the sidebar and navigate to the **Access Keys** tab.
1919

20-
![Viewing a list of access keys in the Cloud Manager](access-keys-list.png)
20+
![Viewing a list of access keys in the Cloud Manager](view-access-keys.jpg)
2121

22-
This page displays a list of all access keys added to your Object Storage account. From here, you can create a new access key, edit the labels on the existing keys, view the permissions, or revoke access (which deletes the access key).
22+
This page displays a list of all the access keys added to your Object Storage account. It also shows the S3 endpoint hostname. The S3 endpoint hostname is different for each region and is displayed when the you create an access key.
23+
24+
From here, you can create a new access key. You can also click the ellipsis to:
25+
- Edit the access key labels and the regions list.
26+
- View the permissions.
27+
- Revoke access (which deletes the access key).
2328

2429
## Create an Access Key
2530

@@ -31,13 +36,15 @@ To use Object Storage with any compatible client or command-line tool, you'll ne
3136

3237
1. Enter a label for the access key. This label is how you reference the access key in the Cloud Manager and any S3 compatible client.
3338

39+
1. Select at least one Region. You can select multiple regions for your access key.
40+
3441
1. Toggle the **Limited Access** switch if you wish to only provide access to certain buckets. This allows you to limit the permissions for the new access key on a per-bucket level. See [Access Key Permissions](#permissions) for more details.
3542

36-
![The limited access switch](access-keys-limited-access-switch.png)
43+
![The limited access switch](create-access-key.jpg)
3744

38-
1. Click the **Submit** button to create the access key. A dialog box appears that displays the new access key and its secret key. While the access key is always visible within the Cloud Manager, its corresponding secrete key is only visible once and cannot be retrieved again after this window is closed. Store this secret key somewhere secure, such as a password manager.
45+
1. Click the **Create Access Key** button to create the access key. A dialog box appears that displays the new access key and its secret key. While the access key is always visible within the Cloud Manager, its corresponding secrete key is only visible once and cannot be retrieved again after this window is closed. Store this secret key somewhere secure, such as a password manager.
3946

40-
![The access key and secret key displayed within the Cloud Manager](access-keys-display-after-creation.png)
47+
![The access key and secret key displayed within the Cloud Manager](secret-key.jpg)
4148

4249
You now have the credentials needed to connect to Object Storage.
4350

53.4 KB
Loading
25.6 KB
Loading

0 commit comments

Comments
 (0)