A Web GUI for your S3 buckets. Based on Cloudlena S3 Manager
cmd/s3manager | ||
deployments/cf | ||
internal/app/s3manager | ||
web/template | ||
.cfignore | ||
.gitignore | ||
.golangci.yml | ||
.travis.yml | ||
dive.log | ||
Dockerfile | ||
go.mod | ||
go.sum | ||
LICENSE | ||
Makefile | ||
README.md |
S3 Manager
A Web GUI written in Go to manage S3 buckets from any provider.
Build and Run Locally
- Run
make
- Execute the created binary and visit http://localhost:8080
Run Tests
- Run
make test
Build Docker Image
The image is available on Docker Hub
- Run
make build-docker
Run on Cloud Foundry
- Modify
deployments/cf/*
to your liking - Run
make deploy-cf