File tree 1 file changed +2
-1
lines changed
src/Symfony/Component/Notifier/Bridge/AmazonSns 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ AMAZON_SNS_DSN=sns://ACCESS_ID:ACCESS_KEY@default?region=REGION&profile=PROFILE
13
13
where:
14
14
- ` ACCESS_ID ` is your AWS access key id
15
15
- ` ACCESS_KEY ` is your AWS access key secret
16
- - ` REGION ` is the AWS region targeted (optional, default: ` us-east-1 ` )
16
+ - ` REGION ` is the targeted AWS region (optional, default: ` us-east-1 ` )
17
17
- ` PROFILE ` is the name of your AWS configured profile (optional, default: ` default ` )
18
18
19
19
Adding Options to a Chat Message
@@ -43,6 +43,7 @@ $chatter->send($chatMessage);
43
43
Resources
44
44
---------
45
45
46
+ * [ AsyncAws Documentation] ( https://async-aws.com/configuration.html )
46
47
* [ Contributing] ( https://symfony.com/doc/current/contributing/index.html )
47
48
* [ Report issues] ( https://github.com/symfony/symfony/issues ) and
48
49
[ send Pull Requests] ( https://github.com/symfony/symfony/pulls )
You can’t perform that action at this time.
0 commit comments