Yet another telegram bot Elixir web development 101

Using Minio as an Object Store with Arc.

While working on http://app.twch.at/, I needed a way to store arbitrary files (e-mail bodies, images, etc) with Arc. However, I didn’t see a point in using S3 immediately, especially because I wanted tests to run against an actual instance in integration without incurring (negligible) fees.

I wrote about this here: https://jacky.wtf/weblog/arc-minio/