942 B
942 B
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