Categorygithub.com/yegor-usoltsev/go-serve-s3
repositorypackage
1.0.8
Repository: https://github.com/yegor-usoltsev/go-serve-s3.git
Documentation: pkg.go.dev

# README

go-serve-s3

Build Status GitHub Release Docker Image (docker.io) Docker Image (ghcr.io)

A compact tool for serving static files from AWS S3 object storage with in-memory caching.

Environment Variables

KEYTYPEDEFAULT
APP_SERVER_HOSTString0.0.0.0
APP_SERVER_PORTInteger8080
APP_S3_BUCKETString
APP_S3_REGIONString
AWS_ACCESS_KEY_IDString
AWS_SECRET_ACCESS_KEYString

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.

License

MIT