From 839e7c44e525b7c645e4d2bf828027ab890859b4 Mon Sep 17 00:00:00 2001 From: Steven Zhu Date: Tue, 4 Jul 2023 22:32:07 -0400 Subject: [PATCH] Updated notify (markdown) --- notify.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/notify.md b/notify.md index e811839..649e24a 100644 --- a/notify.md +++ b/notify.md @@ -661,8 +661,8 @@ You'll need to setup a API user with the following security permissions to send ``` Usage: ```sh -export AWS_SES_ACCESS_KEY_ID="sdfsdfsdfljlbjkljlkjsdfoiwje" -export AWS_SES_SECRET_ACCESS_KEY="xxxxxxxxxxxxxx" +export AWS_ACCESS_KEY_ID="sdfsdfsdfljlbjkljlkjsdfoiwje" +export AWS_SECRET_ACCESS_KEY="xxxxxxxxxxxxxx" # Use the REGION column from the table # https://docs.aws.amazon.com/general/latest/gr/ses.html export AWS_SES_REGION="xx-xxxx-x"