File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
src/Symfony/Component/Notifier/Bridge/AmazonSns Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -7,14 +7,16 @@ DSN example
7
7
-----------
8
8
9
9
```
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
11
11
```
12
12
13
13
where:
14
14
- ` ACCESS_ID ` is your AWS access key id
15
15
- ` ACCESS_KEY ` is your AWS access key secret
16
16
- ` REGION ` is the AWS region targeted (optional, default: ` us-east-1 ` )
17
17
- ` 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
18
20
19
21
Adding Options to a Chat Message
20
22
--------------------------------
You can’t perform that action at this time.
0 commit comments