We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7c3f704 + 391a52d commit 91993f7Copy full SHA for 91993f7
docs/transport/sqs.md
@@ -29,7 +29,7 @@ $factory = new SqsConnectionFactory([
29
'region' => 'aRegion',
30
]);
31
32
-// same as above but given as DSN string
+// same as above but given as DSN string. You may need to url encode secret if it contains special char (like +)
33
$factory = new SqsConnectionFactory('sqs:?key=aKey&secret=aSecret®ion=aRegion');
34
35
$psrContext = $factory->createContext();
0 commit comments