Skip to content

Commit ebe6199

Browse files
committed
Merge branch '5.4' into 6.0
* 5.4: add description to amazon-sqs-transport's access_key and secret_key
2 parents 14c96ca + 57bd057 commit ebe6199

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
@@ -1475,7 +1475,7 @@ The transport has a number of options:
14751475
====================== ====================================== ===================================
14761476
Option Description Default
14771477
====================== ====================================== ===================================
1478-
``access_key`` AWS access key
1478+
``access_key`` AWS access key must be urlencoded
14791479
``account`` Identifier of the AWS account The owner of the credentials
14801480
``auto_setup`` Whether the queue should be created ``true``
14811481
automatically during send / get.
@@ -1487,7 +1487,7 @@ The transport has a number of options:
14871487
seconds
14881488
``queue_name`` Name of the queue messages
14891489
``region`` Name of the AWS region eu-west-1
1490-
``secret_key`` AWS secret key
1490+
``secret_key`` AWS secret key must be urlencoded
14911491
``visibility_timeout`` Amount of seconds the message will Queue's configuration
14921492
not be visible (`Visibility Timeout`_)
14931493
``wait_time`` `Long polling`_ duration in seconds 20

0 commit comments

Comments
 (0)