Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

Commit

Permalink
bug: make boto3 calls thread safe
Browse files Browse the repository at this point in the history
Closes #1081
  • Loading branch information
jrconlin committed Dec 4, 2017
1 parent 0184939 commit 1053a2a
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions docs/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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::
Expand Down

0 comments on commit 1053a2a

Please sign in to comment.