From 1053a2a2da26334c60749ac4c4553af26609fa2b Mon Sep 17 00:00:00 2001 From: jr conlin Date: Thu, 30 Nov 2017 18:12:46 -0800 Subject: [PATCH] bug: make boto3 calls thread safe Closes #1081 --- docs/install.rst | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/docs/install.rst b/docs/install.rst index 2fb98226..1c60f253 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -40,7 +40,7 @@ Or a Debian based system (like Ubuntu): $ sudo apt-get install build-essential libffi-dev \ libssl-dev pypy-dev python-virtualenv git --assume-yes -Autopush uses the `Boto python library`_. Be sure to `properly set up your boto +Autopush uses the `Boto3 python library`_. Be sure to `properly set up your boto config file`_. Notes on OS X @@ -138,11 +138,10 @@ An example `boto config file`_ is provided in ``automock/boto.cfg`` that directs autopush to your local DynamoDB instance. .. _Mozilla Push Service - Code Development: http://mozilla-push-service.readthedocs.io/en/latest/development/#code-development -.. _`boto config file`: https://boto.readthedocs.io/en/latest/boto_config_tut.html +.. _`boto config file`: http://boto3.readthedocs.io/en/docs/guide/quickstart.html#configuration .. _`Local DynamoDB Java server`: http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Tools.DynamoDBLocal.html -.. _`Boto python library`: https://boto.readthedocs.io/en/latest/ -.. _`properly set up your boto config file`: - https://boto.readthedocs.io/en/latest/boto_config_tut.html +.. _`Boto3 python library`: https://boto3.readthedocs.io/en/latest/ +.. _`properly set up your boto config file`: http://boto3.readthedocs.io/en/docs/guide/quickstart.html#configuration .. _`cryptography`: https://cryptography.io/en/latest/installation .. toctree::