A Web GUI for your S3 buckets. Based on Cloudlena S3 Manager
Find a file
2017-02-12 17:09:42 +01:00
templates Allow to delete bucket 2016-12-21 22:29:12 +01:00
.cfignore Allow bucket creation 2016-12-21 00:32:40 +01:00
.gitignore Allow bucket creation 2016-12-21 00:32:40 +01:00
api-handlers.go Allow to delete bucket 2016-12-21 22:29:12 +01:00
glide.yaml Use gorilla/mux 2016-12-20 19:47:36 +01:00
logger.go Use gorilla/mux 2016-12-20 19:47:36 +01:00
main.go Use gorilla/mux 2016-12-20 19:47:36 +01:00
manifest.yml Remove redundant env variable 2017-01-25 10:59:15 +01:00
page-handlers.go Allow bucket creation 2016-12-21 00:32:40 +01:00
README.md Add descriptions for variables 2017-02-12 17:09:42 +01:00
router.go Use gorilla/mux 2016-12-20 19:47:36 +01:00
routes.go Allow to delete bucket 2016-12-21 22:29:12 +01:00

S3 Manager

Manage S3 buckets from any provider.

Environment Variables

  • 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