diff --git a/docs/transport/sqs.md b/docs/transport/sqs.md index 9c688f8ec..8f447d40d 100644 --- a/docs/transport/sqs.md +++ b/docs/transport/sqs.md @@ -29,7 +29,7 @@ $factory = new SqsConnectionFactory([ 'region' => 'aRegion', ]); -// 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 +) $factory = new SqsConnectionFactory('sqs:?key=aKey&secret=aSecret®ion=aRegion'); $psrContext = $factory->createContext();