From 7687d0937d4f46820a1ac64ecc9b53ab6ffa0dff Mon Sep 17 00:00:00 2001 From: Chris Date: Fri, 19 Mar 2021 12:15:21 -0700 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e527e2a..6bf8b3e 100644 --- a/README.md +++ b/README.md @@ -217,6 +217,7 @@ Now, your API will receive webhooks! Please note, as of right now, you cannot reuse the AWS credentials stored in your "environment file". The "workaround" for this is to adjust the `media-converter.php`-config file by renaming From: `AWS_ACCESS_KEY_ID` - To: e.g. `VAPOR_ACCESS_KEY_ID` + From: `AWS_SECRET_ACCESS_KEY` - To: e.g. `VAPOR_SECRET_ACCESS_KEY` and, lastly, please ensure that your Vapor environment has these values defined.