Skip to content

Commit 7343060

Browse files
authored
add description to amazon-sqs-transport's access_key and secret_key
1 parent 395d48d commit 7343060

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

messenger.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1543,7 +1543,7 @@ The transport has a number of options:
15431543
====================== ====================================== ===================================
15441544
Option Description Default
15451545
====================== ====================================== ===================================
1546-
``access_key`` AWS access key
1546+
``access_key`` AWS access key must be urlencoded
15471547
``account`` Identifier of the AWS account The owner of the credentials
15481548
``auto_setup`` Whether the queue should be created ``true``
15491549
automatically during send / get.
@@ -1555,7 +1555,7 @@ The transport has a number of options:
15551555
seconds
15561556
``queue_name`` Name of the queue messages
15571557
``region`` Name of the AWS region eu-west-1
1558-
``secret_key`` AWS secret key
1558+
``secret_key`` AWS secret key must be urlencoded
15591559
``visibility_timeout`` Amount of seconds the message will Queue's configuration
15601560
not be visible (`Visibility Timeout`_)
15611561
``wait_time`` `Long polling`_ duration in seconds 20

0 commit comments

Comments
 (0)