From 9f1cb3e9258b9a2b33203e3ce6b1b95bea33e17c Mon Sep 17 00:00:00 2001 From: Lena Fuhrimann <6780471+cloudlena@users.noreply.github.com> Date: Sun, 12 Feb 2017 17:09:42 +0100 Subject: [PATCH] Add descriptions for variables --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4e16312..3fd0f92 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Manage S3 buckets from any provider. ## Environment Variables -* `S3_ACCESS_KEY_ID` -* `S3_SECRET_ACCESS_KEY` +* `S3_ACCESS_KEY_ID`: Your S3 access key ID +* `S3_SECRET_ACCESS_KEY`: Your S3 secred access key * `S3_ENDPOINT`: Optional. In case you are using a different S3 provider than AWS. Defaults to `s3.amazonaws.com` * `V2_SIGNING`: Optional. In case your S3 provider still uses V2 Signing, set this to `true`