From d8955f78c576e6d7eb181ab5cc0e8c329cbc2ba6 Mon Sep 17 00:00:00 2001 From: Sam Becker Date: Wed, 29 Nov 2023 23:02:48 -0600 Subject: [PATCH] Tweak S3 README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3b549541..fb97deb3 100644 --- a/README.md +++ b/README.md @@ -116,7 +116,7 @@ Installation ] } ``` - - [Create IAM user](https://console.aws.amazon.com/iam/home#/users) by choosing "Attach policies directly." Create access key under "Security credentials," choose "Application running outside AWS," and store credentials (⚠️ _Ensure credential environment variables are not prefixed with `NEXT_PUBLIC`_): + - [Create IAM user](https://console.aws.amazon.com/iam/home#/users) by choosing "Attach policies directly," and selecting the policy created above. Create access key under "Security credentials," choose "Application running outside AWS," and store credentials (⚠️ _Ensure credential environment variables are not prefixed with `NEXT_PUBLIC`_): - `AWS_S3_ACCESS_KEY` - `AWS_S3_SECRET_ACCESS_KEY`