From 069e9fcc676de5bd0e44ac3db7a5b0b701dd8af3 Mon Sep 17 00:00:00 2001 From: Lena Fuhrimann <6780471+cloudlena@users.noreply.github.com> Date: Wed, 25 Jan 2017 10:59:15 +0100 Subject: [PATCH 1/2] Remove redundant env variable --- manifest.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/manifest.yml b/manifest.yml index 16668ff..bbb07be 100644 --- a/manifest.yml +++ b/manifest.yml @@ -5,7 +5,6 @@ applications: buildpack: https://github.com/cloudfoundry/go-buildpack.git env: - GOVERSION: go1.7 S3_ACCESS_KEY_ID: "XXX" S3_SECRET_ACCESS_KEY: "xxx" S3_ENDPOINT: "ds31s3.swisscom.com" 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 2/2] 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`