←back to thread

672 points LexSiga | 1 comments | | HN request time: 0.198s | source
Show context
gethly ◴[] No.45668087[source]
I think Minio is the only Go client for S3 API and S3-compatible APIs. I cannot say I liked using it, but I had no choice. Nowadays I run my own file storage with my own API, so I no longer care.

But if anyone wants to run their own file storage(so not a client), there is https://github.com/seaweedfs/seaweedfs

replies(2): >>45668935 #>>45673270 #
1. duskwuff ◴[] No.45673270[source]
Surely there's github.com/aws/aws-sdk-go-v2 ?