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