Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Acme.Sh
Commits
55a3709b
Unverified
Commit
55a3709b
authored
Jul 17, 2023
by
neil
Committed by
GitHub
Jul 17, 2023
Browse files
Merge pull request #4700 from szhu25/patch-1
Fix SES region variable
parents
80ad62ff
dd958872
Changes
1
Show whitespace changes
Inline
Side-by-side
notify/aws_ses.sh
View file @
55a3709b
...
@@ -43,6 +43,7 @@ aws_ses_send() {
...
@@ -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"
_err
"Please specify your region and try again. see https://docs.aws.amazon.com/general/latest/gr/ses.html"
return
1
return
1
fi
fi
_saveaccountconf_mutable AWS_SES_REGION
"
$AWS_SES_REGION
"
#save for future use, unless using a role which will be fetched as needed
#save for future use, unless using a role which will be fetched as needed
if
[
-z
"
$_using_role
"
]
;
then
if
[
-z
"
$_using_role
"
]
;
then
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment