Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 17f606b

Browse files
alamiraultnicolas-grekas
authored andcommitted
[Notifier] Document Amazon Notifier SSLMODE option
1 parent ac99721 commit 17f606b

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)