A Web GUI for your S3 buckets. Based on Cloudlena S3 Manager
templates | ||
.cfignore | ||
.gitignore | ||
api.go | ||
glide.yaml | ||
logger.go | ||
main.go | ||
manifest.yml | ||
middleware.go | ||
minio.go | ||
pages.go | ||
README.md | ||
router.go | ||
routes.go |
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 IDS3_SECRET_ACCESS_KEY
: Required. Your S3 secret access keyS3_ENDPOINT
: Optional. In case you are using a different S3 provider than AWS. Defaults tos3.amazonaws.com
V2_SIGNING
: Optional. In case your S3 provider still uses V2 Signing, set this totrue
Run locally
- Set all environment variables
- Run
go build .
- Run the binary and visit http://localhost:8080