8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f1ba4c commit 56166afCopy full SHA for 56166af
src/Symfony/Component/Notifier/Bridge/AmazonSns/README.md
@@ -7,9 +7,15 @@ DSN example
7
-----------
8
9
```
10
-AMAZON_SNS_DSN=sns://ACCESS_ID:ACCESS_KEY@default?region=REGION
+AMAZON_SNS_DSN=sns://ACCESS_ID:ACCESS_KEY@default?region=REGION&profile=PROFILE
11
12
13
+where:
14
+ - `ACCESS_ID` is your AWS access key id
15
+ - `ACCESS_KEY` is your AWS access key secret
16
+ - `REGION` is the AWS region targeted (optional, default: `us-east-1`)
17
+ - `PROFILE` is the name of your AWS configured profile (optional, default: `default`)
18
+
19
Adding Options to a Chat Message
20
--------------------------------
21
0 commit comments