Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 6886837

Browse filesBrowse files
committed
minor #15533 [Messenger] add description to amazon-sqs-transport's access_key and secret_key (77web)
This PR was merged into the 5.2 branch. Discussion ---------- [Messenger] add description to amazon-sqs-transport's access_key and secret_key Added description according to reviews to this PR symfony/symfony#41427 Commits ------- e10d284 add description to amazon-sqs-transport's access_key and secret_key
2 parents 883307e + e10d284 commit 6886837
Copy full SHA for 6886837

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎messenger.rst

Copy file name to clipboardExpand all lines: messenger.rst
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1423,7 +1423,7 @@ The transport has a number of options:
14231423
====================== ====================================== ===================================
14241424
Option Description Default
14251425
====================== ====================================== ===================================
1426-
``access_key`` AWS access key
1426+
``access_key`` AWS access key must be urlencoded
14271427
``account`` Identifier of the AWS account The owner of the credentials
14281428
``auto_setup`` Whether the queue should be created ``true``
14291429
automatically during send / get.
@@ -1433,7 +1433,7 @@ The transport has a number of options:
14331433
seconds
14341434
``queue_name`` Name of the queue messages
14351435
``region`` Name of the AWS region eu-west-1
1436-
``secret_key`` AWS secret key
1436+
``secret_key`` AWS secret key must be urlencoded
14371437
``visibility_timeout`` Amount of seconds the message will Queue's configuration
14381438
not be visible (`Visibility Timeout`_)
14391439
``wait_time`` `Long polling`_ duration in seconds 20

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.