From 73d76d3248fb4de36391cb3cea25446b02e3c712 Mon Sep 17 00:00:00 2001 From: k3dz0r Date: Mon, 10 Feb 2025 09:16:58 -0300 Subject: [PATCH] Marketplace Hotfix in the Storage guide --- docs/marketplace/guides/storage.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/marketplace/guides/storage.md b/docs/marketplace/guides/storage.md index 39fd22b1..1733cbfa 100644 --- a/docs/marketplace/guides/storage.md +++ b/docs/marketplace/guides/storage.md @@ -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`. @@ -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 |