thoas / picfit

An image resizing server written in Go
http://bit.ly/1E7rSoi
MIT License
2.14k stars 177 forks source link

[FEATURE REQUEST] issues/149 (Closed!) #186

Closed remotejob closed 10 months ago

remotejob commented 1 year ago

Is it possible to make general S3 support? I also particularly need https://min.io storage

Hi, Do you have any plans for support different S3 storages? We use docker (k8s). As a result we use Minio S3 storage. Your solution can works only with vendor lock S3. Also looks like you can add optional parameter - s3_endpoint, as result we can configure it with next value: >s3_endpoint=http://minio:9000.

What do you think?