Skip to content

Commit 391a52d

Browse files
authored
Update SQS DSN doc sample with mention urlencode
1 parent 7c3f704 commit 391a52d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 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)