Skip to content

Commit 91993f7

Browse files
authoredAug 2, 2018
Merge pull request #484 from dgoujard/master
Update SQS DSN doc sample with mention urlencode
2 parents 7c3f704 + 391a52d commit 91993f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎docs/transport/sqs.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ $factory = new SqsConnectionFactory([
2929
'region' => 'aRegion',
3030
]);
3131

32-
// same as above but given as DSN string
32+
// same as above but given as DSN string. You may need to url encode secret if it contains special char (like +)
3333
$factory = new SqsConnectionFactory('sqs:?key=aKey&secret=aSecret&region=aRegion');
3434

3535
$psrContext = $factory->createContext();

0 commit comments

Comments
 (0)
Please sign in to comment.