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 | ||
go.mod | ||
go.sum | ||
LICENSE | ||
Makefile | ||
README.md |
S3 Manager
A Web GUI written in Go to manage S3 buckets from any provider.
Install Dependencies
- Install vgo
- Run
vgo mod vendor
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