From 25167b412b7ff584c9d8c93ff455fd8822421e49 Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Wed, 29 Jul 2015 12:16:41 +0200 Subject: [PATCH] Added ENV documentation for AWS --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 180563d..5468aea 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,8 @@ Example: s3://mybucket/ You can specify the bucket and also a prefix for the storage. That way you even could use one bucket for different instances of CloudKeys Go. In case you're migrating from the old version you need to set the path to `/`. +For this to work you also need to set three environment variables: `AWS_ACCESS_KEY`, `AWS_SECRET_ACCESS_KEY` and `AWS_REGION`. When its about `AWS_REGION` pay attention to select the right region for your bucket. + ### Redis If you want to utilize a Redis storage server or even a Redis cluster you can choose this storage type. Authentication is supported as well as selecting the database to use. Aditionally you can set a prefix for the keys.