diff --git a/manifest.yml b/manifest.yml new file mode 100644 index 0000000..16668ff --- /dev/null +++ b/manifest.yml @@ -0,0 +1,12 @@ +--- +applications: +- name: s3-manager + memory: 64M + 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" + V2_SIGNING: true diff --git a/templates/layout.html b/templates/layout.html index 75bedf3..3ec7004 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -9,7 +9,7 @@ S3 Manager - +