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 @@ -1560,7 +1560,7 @@ The transport has a number of options:
1560
1560
====================== ====================================== ===================================
1561
1561
Option Description Default
1562
1562
====================== ====================================== ===================================
1563
- ``access_key `` AWS access key
1563
+ ``access_key `` AWS access key must be urlencoded
1564
1564
``account `` Identifier of the AWS account The owner of the credentials
1565
1565
``auto_setup `` Whether the queue should be created ``true ``
1566
1566
automatically during send / get.
@@ -1572,7 +1572,7 @@ The transport has a number of options:
1572
1572
seconds
1573
1573
``queue_name `` Name of the queue messages
1574
1574
``region `` Name of the AWS region eu-west-1
1575
- ``secret_key `` AWS secret key
1575
+ ``secret_key `` AWS secret key must be urlencoded
1576
1576
``visibility_timeout `` Amount of seconds the message will Queue's configuration
1577
1577
not be visible (`Visibility Timeout `_)
1578
1578
``wait_time `` `Long polling `_ duration in seconds 20
You can’t perform that action at this time.
0 commit comments