A Web GUI for your S3 buckets. Based on Cloudlena S3 Manager
build/docker | ||
cmd/s3manager | ||
deployments/cf | ||
internal/app/s3manager | ||
web/template | ||
.cfignore | ||
.gitignore | ||
.travis.yml | ||
Gopkg.lock | ||
Gopkg.toml | ||
LICENSE | ||
Makefile | ||
README.md |
S3 Manager
A Web GUI written in Go to manage S3 buckets from any provider.
Install Dependencies
- Install Dep
- Run
dep ensure
Build and Run Locally
- Run
make
- Execute the created binary and visit http://localhost:8080
Run Tests
- Run
make test
Build Docker Image
- Run
make build-docker
Run on Cloud Foundry
- Modify
deployments/cf/*
to your liking - Run
make deploy-cf