From b3f600e4ba27849aeab7f3e6eafcb7366976d2c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nils=20Norman=20Hauk=C3=A5s?= Date: Fri, 27 Apr 2018 16:39:16 +0200 Subject: [PATCH] update readme --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 7d42c4b..4ad3eda 100644 --- a/readme.md +++ b/readme.md @@ -10,7 +10,7 @@ Helper scripts to quickly build buckets with tidy access rights 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. **Important:** All resources within bucket will be downloadable by anyone with a link by default. + 1. Add bucket access policy so that user can work within the bucket. **Important: All resources within bucket will be downloadable by anyone with a link by default.** So, adjust this if you need stricter security. 1. Create access tokens for the user. Licensed under GNU GPLv3, see `LICENSE.txt`.