Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/marketplace/guides/storage.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ If you don't already have a [Storj](https://www.storj.io/) account, register one

## Step 3. Generate S3 Access Keys

In the Storj dashboard, generate two S3 Access Keys for the bucket. Assign **Write** and **Delete** permissions to one key. Assign **Read** permission to the other key. Note that each S3 Access Key comes with a corresponding Secret Key:
In the Storj dashboard, generate two S3 Access Keys for the bucket. Assign **Write** and **Delete** permissions to one key. Assign **Read** and **List** permissions to the other key. Note that each S3 Access Key comes with a corresponding Secret Key:

- Example Access Key: `jv7ke2m5vqkyxffywr3qmc47ibxa`.
- Example Secret Key: `jzbf5fgqz56nlun2jht7pjoiapmowvb3uarpzeqb2t2wiivij3jvg`.
Expand All @@ -48,8 +48,8 @@ Select the **Your Storj account** radio button, fill in the fields, and click **
| Path | Path to a directory inside the bucket; it can be empty |
| WriteAccessKeyId | Access Key with **Write** and **Delete** permissions |
| WriteSecretAccessKey | Secret Key with **Write** and **Delete** permissions |
| ReadAccessKeyId | Access Key with **Read** permissions |
| ReadSecretAccessKey | Secret Key with **Read** permissions |
| ReadAccessKeyId | Access Key with **Read** and **List** permissions |
| ReadSecretAccessKey | Secret Key with **Read** and **List** permissions |

<img src={require('../images/web3acc-storj.png').default} width="auto" height="auto" border="1"/>
<br/>
Expand Down
Loading