From 0e7dde5aefcd91fe41c920356939ac96e9e958f2 Mon Sep 17 00:00:00 2001 From: Sam Becker Date: Mon, 27 Nov 2023 20:31:28 -0600 Subject: [PATCH] Tweak IAM README text --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 53218b93..892dd3dd 100644 --- a/README.md +++ b/README.md @@ -101,7 +101,7 @@ Installation 4. [Create IAM user](https://console.aws.amazon.com/iam/home#/users) for upload policy (by choosing "Attach policies directly"), create access key under "Security credentials," choose "Application running outside AWS," and store credentials - `NEXT_PUBLIC_S3_UPLOAD_ACCESS_KEY` - `NEXT_PUBLIC_S3_UPLOAD_SECRET_ACCESS_KEY` -5. [Create IAM user](https://console.aws.amazon.com/iam/home#/users), for admin policy (by choosing "Attach policies directly"), , create access key under "Security credentials," choose "Application running outside AWS," and store credentials (_ensure admin environment variables are not prefixed with `NEXT_PUBLIC`_) +5. [Create IAM user](https://console.aws.amazon.com/iam/home#/users), for admin policy (by choosing "Attach policies directly"), create access key under "Security credentials," choose "Application running outside AWS," and store credentials (⚠️ _Ensure admin environment variables are not prefixed with `NEXT_PUBLIC`_) - `S3_ADMIN_ACCESS_KEY` - `S3_ADMIN_SECRET_ACCESS_KEY`