Преглед на файлове

Add note about URL encoding in SQS urls

Zach Smith преди 12 години
родител
ревизия
5263d658df
променени са 1 файла, в които са добавени 6 реда и са изтрити 0 реда
  1. 6 0
      docs/getting-started/brokers/sqs.rst

+ 6 - 0
docs/getting-started/brokers/sqs.rst

@@ -37,6 +37,12 @@ The login credentials can also be set using the environment variables
 :envvar:`AWS_ACCESS_KEY_ID` and :envvar:`AWS_SECRET_ACCESS_KEY`,
 in that case the broker url may only be ``sqs://``.
 
+.. note::
+
+    If you specify AWS credentials in the broker URL, then please keep in mind
+    that the secret access key may contain unsafe characters that needs to be
+    URL encoded.
+
 Options
 =======