Browse Source
Merge pull request #4700 from szhu25/patch-1
Fix SES region variable
pull/4708/head
neil
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
notify/aws_ses.sh
|
|
@ -43,6 +43,7 @@ aws_ses_send() { |
|
|
|
_err "Please specify your region and try again. see https://docs.aws.amazon.com/general/latest/gr/ses.html" |
|
|
|
return 1 |
|
|
|
fi |
|
|
|
_saveaccountconf_mutable AWS_SES_REGION "$AWS_SES_REGION" |
|
|
|
|
|
|
|
#save for future use, unless using a role which will be fetched as needed |
|
|
|
if [ -z "$_using_role" ]; then |
|
|
|