File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Original file line number Diff line number Diff line change @@ -1423,7 +1423,7 @@ The transport has a number of options:
1423
1423
====================== ====================================== ===================================
1424
1424
Option Description Default
1425
1425
====================== ====================================== ===================================
1426
- ``access_key `` AWS access key
1426
+ ``access_key `` AWS access key must be urlencoded
1427
1427
``account `` Identifier of the AWS account The owner of the credentials
1428
1428
``auto_setup `` Whether the queue should be created ``true ``
1429
1429
automatically during send / get.
@@ -1433,7 +1433,7 @@ The transport has a number of options:
1433
1433
seconds
1434
1434
``queue_name `` Name of the queue messages
1435
1435
``region `` Name of the AWS region eu-west-1
1436
- ``secret_key `` AWS secret key
1436
+ ``secret_key `` AWS secret key must be urlencoded
1437
1437
``visibility_timeout `` Amount of seconds the message will Queue's configuration
1438
1438
not be visible (`Visibility Timeout `_)
1439
1439
``wait_time `` `Long polling `_ duration in seconds 20
You can’t perform that action at this time.
0 commit comments