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