←back to thread

672 points LexSiga | 3 comments | | HN request time: 0.001s | source
1. 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 #
2. nthdesign ◴[] No.45668935[source]
I've used the minio-go client library for about a year now. I don't see anything in the minio-go README or elsewhere to make me think it will no longer be supported. In fact, the most recently merged PR was yesterday. There are some other Go S3 clients, like https://github.com/kelindar/s3, but I don't know if any other Go S3 clients have the complete set of features that minio-go has.
3. duskwuff ◴[] No.45673270[source]
Surely there's github.com/aws/aws-sdk-go-v2 ?