From e10d284e27ebb11fdcc9169ce508f727221fd067 Mon Sep 17 00:00:00 2001 From: Hiromi Hishida Date: Sun, 18 Jul 2021 21:05:26 +0900 Subject: [PATCH] add description to amazon-sqs-transport's access_key and secret_key --- messenger.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/messenger.rst b/messenger.rst index 97791ff9617..4a061ffa4cc 100644 --- a/messenger.rst +++ b/messenger.rst @@ -1423,7 +1423,7 @@ The transport has a number of options: ====================== ====================================== =================================== Option Description Default ====================== ====================================== =================================== -``access_key`` AWS access key +``access_key`` AWS access key must be urlencoded ``account`` Identifier of the AWS account The owner of the credentials ``auto_setup`` Whether the queue should be created ``true`` automatically during send / get. @@ -1433,7 +1433,7 @@ The transport has a number of options: seconds ``queue_name`` Name of the queue messages ``region`` Name of the AWS region eu-west-1 -``secret_key`` AWS secret key +``secret_key`` AWS secret key must be urlencoded ``visibility_timeout`` Amount of seconds the message will Queue's configuration not be visible (`Visibility Timeout`_) ``wait_time`` `Long polling`_ duration in seconds 20