Skip to content

Commit

Permalink
[Update] Multiple topics Object Storage (#7008)
Browse files Browse the repository at this point in the history
* multi-cluster updates

* Formatting fix

---------

Co-authored-by: Matthew Wildman <matt@wildman.online>
  • Loading branch information
skotyck and wildmanonline authored Jun 24, 2024
1 parent 081235d commit c700ff5
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 8 deletions.
6 changes: 4 additions & 2 deletions docs/products/storage/object-storage/get-started/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,11 @@ Billing for Object Storage starts when it is enabled on your account, **regardle

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**.

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.**
1. Select at least one region. You can select multiple regions for your access key.

1. You now have the credentials needed to connect to Linode Object Storage.
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.**

3. You now have the credentials needed to connect to Linode Object Storage.

## Create a Bucket

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 13 additions & 6 deletions docs/products/storage/object-storage/guides/access-keys/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Manage Access Keys"
description: "How to create an Access Key for use with Linode Object Storage."
published: 2021-05-28
modified: 2022-02-07
modified: 2024-06-17
keywords: ['object storage']
aliases: ['/products/storage/object-storage/guides/generate-key-pair/','/products/storage/object-storage/guides/generate-access-keys/']
---
Expand All @@ -17,9 +17,14 @@ When an access key is generated, a corresponding *secret key* is also created. T

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

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

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).
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.

From here, you can create a new access key. You can also click the ellipsis to:
- Edit the access key labels and the regions list.
- View the permissions.
- Revoke access (which deletes the access key).

## Create an Access Key

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

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.

1. Select at least one Region. You can select multiple regions for your access key.

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.

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

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.
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.

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

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

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c700ff5

Please sign in to comment.