From 3d91b9e5e8915a908c8d0b8cea12ea402a0aab5e Mon Sep 17 00:00:00 2001 From: Dan Gurin Date: Thu, 24 Aug 2017 14:43:33 -0400 Subject: [PATCH] Corrects and improves s3curl instructions (#445) --- docs/common_tasks/setting-up-local-project.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/common_tasks/setting-up-local-project.rst b/docs/common_tasks/setting-up-local-project.rst index bbb07a90b..0e7f3d7bb 100644 --- a/docs/common_tasks/setting-up-local-project.rst +++ b/docs/common_tasks/setting-up-local-project.rst @@ -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