# README
go-serve-s3
A compact tool for serving static files from AWS S3 object storage with in-memory caching.
Environment Variables
KEY | TYPE | DEFAULT |
---|---|---|
APP_SERVER_HOST | String | 0.0.0.0 |
APP_SERVER_PORT | Integer | 8080 |
APP_S3_BUCKET | String | |
APP_S3_REGION | String | |
AWS_ACCESS_KEY_ID | String | |
AWS_SECRET_ACCESS_KEY | String |
Docker Images
This application is delivered as a multi-platform Docker image and is available for download from two image registries of choice: yusoltsev/go-serve-s3 and ghcr.io/yegor-usoltsev/go-serve-s3.
Versioning
This project uses Semantic Versioning
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. Please make sure to update tests as appropriate.