File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -1300,7 +1300,7 @@ Amazon SQS
13001300
13011301.. versionadded :: 5.1
13021302
1303- The Amazon SQS transport has been introduced in Symfony 5.1.
1303+ The Amazon SQS transport was introduced in Symfony 5.1.
13041304
13051305The Amazon SQS transport is perfect for application hosted on AWS. Install it by
13061306running:
@@ -1328,10 +1328,9 @@ The SQS transport DSN may looks like this:
13281328 name into an AWS queue URL by calling the ``GetQueueUrl `` API in AWS. This
13291329 extra API call can be avoided by providing a DSN which is the queue URL.
13301330
1331- .. versionadded :: 5.2
1331+ .. versionadded :: 5.2
13321332
1333- Providing a DSN equals to the queue URL to avoid call to ``GetQueueUrl ``
1334- has been introduced in Symfony 5.2.
1333+ The feature to provide the queue URL in the DSN was introduced in Symfony 5.2.
13351334
13361335The transport has a number of options:
13371336
You can’t perform that action at this time.
0 commit comments