From 43e20d7e9c4d09634ec874933b711cd7874f9abc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nils=20Norman=20Hauk=C3=A5s?= Date: Fri, 27 Apr 2018 15:50:59 +0200 Subject: [PATCH] update indentation --- readme.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/readme.md b/readme.md index 261572e..0e574f1 100644 --- a/readme.md +++ b/readme.md @@ -3,14 +3,14 @@ Helper scripts to quickly build buckets with tidy access rights ## Getting started 1. Install AWS command line tool. - - Mac users can run `brew install awscli` (provided you have brew). + - Mac users can run `brew install awscli` (provided you have brew). 1. Configure it with `aws configure` and add access token. - - Note: We do not yet provide top level credentials to create buckets but soon. + - Note: We do not yet provide top level credentials to create buckets but soon. 1. Run `./s3-spin-up-a-bucket.sh bucket-name`. This will: - 1. Create a user called bucket-name for simplicity. - 1. Give user right to list buckets (not view their contents). - 1. Create bucket called bucket-name. - 1. Add bucket access policy so that user can work within the bucket. - 1. Create access tokens for the user. + 1. Create a user called bucket-name for simplicity. + 1. Give user right to list buckets (not view their contents). + 1. Create bucket called bucket-name. + 1. Add bucket access policy so that user can work within the bucket. + 1. Create access tokens for the user. Licensed under GNU GPLv3, see `LICENSE.txt`.