-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[Notifier] Document Amazon Notifier options #51216
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Thank you Antoine. |
…irault) This PR was merged into the 6.4 branch. Discussion ---------- [Notifier] Document Amazon Notifier SSLMODE option | Q | A | ------------- | --- | Branch? | 6.4 | Bug fix? | no | New feature? | no <!-- please update src/**/CHANGELOG.md files --> | Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files --> | Tickets | Fix #... <!-- prefix each issue number with "Fix #", no need to create an issue if none exists, explain below instead --> | License | MIT | Doc PR | symfony/symfony-docs#... <!-- required for new features --> Merge after #51216 Document Amazon Notifier SSLMODE option This PR fix symfony/symfony-docs#18652 Commits ------- 17f606b [Notifier] Document Amazon Notifier SSLMODE option
where: | ||
- `ACCESS_ID` is your AWS access key id | ||
- `ACCESS_KEY` is your AWS access key secret | ||
- `REGION` is the AWS region targeted (optional, default: `us-east-1`) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- `REGION` is the AWS region targeted (optional, default: `us-east-1`) | |
- `REGION` is the targeted AWS region (optional, default: `us-east-1`) |
- `ACCESS_ID` is your AWS access key id | ||
- `ACCESS_KEY` is your AWS access key secret | ||
- `REGION` is the AWS region targeted (optional, default: `us-east-1`) | ||
- `PROFILE` is the name of your AWS configured profile (optional, default: `default`) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe this should link to the async-aws documentation to explain what this is about.
@stof I opened a PR with your comments, sorry for being too fast 🌷 |
This PR was merged into the 5.4 branch. Discussion ---------- [Notifier] [AmazonSns] README update | Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | Follows #51216 | License | MIT | Doc PR | Applied `@stof` comments from * #51216 Commits ------- 269eb10 [Notifier][AmazonSns] README update
Documentation of notifier options are in their own README
This PR prepare symfony/symfony-docs#18652 in branch 5.4
Wording is taken from https://async-aws.com/configuration.html