Skip to content
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.

Commit

Permalink
Corrects and improves s3curl instructions (#445)
Browse files Browse the repository at this point in the history
  • Loading branch information
dangur authored and dkinzer committed Aug 24, 2017
1 parent 8b8f85a commit 3d91b9e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/common_tasks/setting-up-local-project.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ if you haven't already
4. Setup S3 backup access
1. Get S3 credentials
2. Create aws credentials file
1. ``vim ~/.s3-curl``
2. Add:
1. ``vim ~/.s3curl``
2. ``chmod 600 ~/.s3curl`` # make file so only owner can read and write
3. Add:

.. code-block:: bash
Expand Down

0 comments on commit 3d91b9e

Please sign in to comment.