url-bucket
Small wrapper around minio to store web assets.
It provides a REST API and includes Swagger UI - packaged as docker container.
By default it will use the demo minio instance running at play.minio.io.
The latest API can be viewed online: editor.swagger.io
For a quick demo run:
docker run -d -p 8080:8080 0xff/url-bucket
And point your Browser to localhost:8080.
To use your own instance of minio (or any S3 compatible storage) you have to set some environment variables.
To get started have a look at the provided docker-compose.yml example.