From 3b32e76664c1a450acca7ada10e85b63bfca17b9 Mon Sep 17 00:00:00 2001 From: LABOUARDY Mohamed Date: Sat, 4 May 2019 22:53:57 +0200 Subject: [PATCH] fix iam policy link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 94ef837b8..a8a2853a6 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ docker run -d -p 3000:3000 --name komiser mlabouardy/komiser:2.0.0 * Create an IAM user with the following IAM [policy](https://raw.githubusercontent.com/mlabouardy/komiser/master/policy.json): ``` -wget https://s3.amazonaws.com/komiser/aws/policy.json +wget http://komiser.s3.amazonaws.com/policy.json ``` * Add your **Access Key ID** and **Secret Access Key** to *~/.aws/credentials* using this format