s3manager-web/README.md

11 lines
331 B
Markdown
Raw Normal View History

2016-12-18 22:54:21 +01:00
# S3 Manager
Manage S3 buckets from any provider.
## Environment Variables
* `S3_ACCESS_KEY_ID`
* `S3_SECRET_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`