File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1543,7 +1543,7 @@ The transport has a number of options:
1543
1543
====================== ====================================== ===================================
1544
1544
Option Description Default
1545
1545
====================== ====================================== ===================================
1546
- ``access_key `` AWS access key
1546
+ ``access_key `` AWS access key must be urlencoded
1547
1547
``account `` Identifier of the AWS account The owner of the credentials
1548
1548
``auto_setup `` Whether the queue should be created ``true ``
1549
1549
automatically during send / get.
@@ -1555,7 +1555,7 @@ The transport has a number of options:
1555
1555
seconds
1556
1556
``queue_name `` Name of the queue messages
1557
1557
``region `` Name of the AWS region eu-west-1
1558
- ``secret_key `` AWS secret key
1558
+ ``secret_key `` AWS secret key must be urlencoded
1559
1559
``visibility_timeout `` Amount of seconds the message will Queue's configuration
1560
1560
not be visible (`Visibility Timeout `_)
1561
1561
``wait_time `` `Long polling `_ duration in seconds 20
You can’t perform that action at this time.
0 commit comments