A Web GUI for your S3 buckets. Based on Cloudlena S3 Manager
Find a file
2017-03-09 21:44:11 +01:00
templates Don't use global variables 2017-03-09 21:20:40 +01:00
.cfignore Add correct binary to .cfignore 2017-03-09 21:22:24 +01:00
.gitignore Don't use global variables 2017-03-09 21:20:40 +01:00
api.go Export all handlers 2017-03-09 21:44:11 +01:00
glide.yaml Use gorilla/mux 2016-12-20 19:47:36 +01:00
logger.go Use proper middleware 2017-03-05 15:02:59 +01:00
main.go Don't use global variables 2017-03-09 21:20:40 +01:00
manifest.yml Externalize S3 config from main 2017-02-22 11:18:20 +01:00
middleware.go Use proper middleware 2017-03-05 15:02:59 +01:00
minio.go Don't use global variables 2017-03-09 21:20:40 +01:00
pages.go Export all handlers 2017-03-09 21:44:11 +01:00
README.md Externalize S3 config from main 2017-02-22 11:18:20 +01:00
router.go Use proper middleware 2017-03-05 15:02:59 +01:00
routes.go Export all handlers 2017-03-09 21:44:11 +01:00

S3 Manager

A Web UI to written in Go to manage S3 buckets from any provider.

Environment Variables

  • S3_ACCESS_KEY_ID: Required. Your S3 access key ID
  • S3_SECRET_ACCESS_KEY: Required. Your 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

Run locally

  1. Set all environment variables
  2. Run go build .
  3. Run the binary and visit http://localhost:8080