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 @@ -1475,7 +1475,7 @@ The transport has a number of options:
1475
1475
====================== ====================================== ===================================
1476
1476
Option Description Default
1477
1477
====================== ====================================== ===================================
1478
- ``access_key `` AWS access key
1478
+ ``access_key `` AWS access key must be urlencoded
1479
1479
``account `` Identifier of the AWS account The owner of the credentials
1480
1480
``auto_setup `` Whether the queue should be created ``true ``
1481
1481
automatically during send / get.
@@ -1487,7 +1487,7 @@ The transport has a number of options:
1487
1487
seconds
1488
1488
``queue_name `` Name of the queue messages
1489
1489
``region `` Name of the AWS region eu-west-1
1490
- ``secret_key `` AWS secret key
1490
+ ``secret_key `` AWS secret key must be urlencoded
1491
1491
``visibility_timeout `` Amount of seconds the message will Queue's configuration
1492
1492
not be visible (`Visibility Timeout `_)
1493
1493
``wait_time `` `Long polling `_ duration in seconds 20
You can’t perform that action at this time.
0 commit comments