Skip to content

[Messenger] add description to amazon-sqs-transport's access_key and secret_key #15533

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 21, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions messenger.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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
Expand Down