We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 54a30cf + d7499c9 commit a0026a1Copy full SHA for a0026a1
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