mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2026-08-13 12:33:30 +02:00
aws_ses_send calls `_use_container_role || _use_instance_role` when no static AWS keys are set, but those functions were never defined -- only _use_metadata was -- so role-based auth silently fell through to the "no api key" error. Add both, using the current IMDSv2-capable versions from dns_aws.sh, and set the IMDSv2 token header in _use_metadata so the credential fetch works on IMDSv2-only instances. Closes #4742 |
||
|---|---|---|
| .. | ||
| aws_ses.sh | ||
| bark.sh | ||
| callmebotWhatsApp.sh | ||
| cqhttp.sh | ||
| dingtalk.sh | ||
| discord.sh | ||
| feishu.sh | ||
| gotify.sh | ||
| ifttt.sh | ||
| mail.sh | ||
| mailgun.sh | ||
| mattermost.sh | ||
| ntfy.sh | ||
| opsgenie.sh | ||
| pop.sh | ||
| postmark.sh | ||
| pushbullet.sh | ||
| pushover.sh | ||
| sendgrid.sh | ||
| slack.sh | ||
| slack_app.sh | ||
| smtp.sh | ||
| teams.sh | ||
| telegram.sh | ||
| weixin_work.sh | ||
| xmpp.sh | ||