8000 minor #51217 [Notifier] Document Amazon Notifier SSLMODE option (alam… · symfony/symfony@72c80dd · GitHub
[go: up one dir, main page]

Skip to content

Commit 72c80dd

Browse files
minor #51217 [Notifier] Document Amazon Notifier SSLMODE option (alamirault)
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
2 parents ac99721 + 17f606b commit 72c80dd

File tree

1 file changed

+3
-1
lines changed
  • src/Symfony/Component/Notifier/Bridge/AmazonSns

1 file changed

+3
-1
lines changed

src/Symfony/Component/Notifier/Bridge/AmazonSns/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,16 @@ DSN example
77
-----------
88

99
```
10-
AMAZON_SNS_DSN=sns://ACCESS_ID:ACCESS_KEY@default?region=REGION&profile=PROFILE
10+
AMAZON_SNS_DSN=sns://ACCESS_ID:ACCESS_KEY@default?region=REGION&profile=PROFILE&sslmode=SSLMODE
1111
```
1212

1313
where:
1414
- `ACCESS_ID` is your AWS access key id
1515
- `ACCESS_KEY` is your AWS access key secret
1616
- `REGION` is the AWS region targeted (optional, default: `us-east-1`)
1717
- `PROFILE` is the name of your AWS configured profile (optional, default: `default`)
18+
- `SSLMODE` `https` is used by default. It can be changed by setting value to `disable`,
19+
`http` will be used
1820

1921
Adding Options to a Chat Message
2022
--------------------------------

0 commit comments

Comments
 (0)
0