Registry / cloud / minio-minio

minio-minio

JSON →
library0.0.0-20260212201848-7aac2a2c5b7cgogounverified

A high-performance, S3-compatible object storage server and client library.

go get github.com/minio/minio
INSTALL
IMPORT
SIG · MINIO-MINIO
M
minio-minio
cloudgov0.0.0-20260212201848-7aac2a2c5b7c
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

minio
github.com/minio/minio

Create a MinIO client connected to the public play server.

package main import ( "github.com/minio/minio-go/v7" "log" ) func main() { client, err := minio.New("play.min.io", &minio.Options{ Creds: minio.Credentials{AccessKey: "Q3AM3UQ867SPQQA43P2F", SecretKey: "zuf+tfteSlswRu7BJ86wekitnifILbZam1KYY3TG"}, }) if err != nil { log.Fatal(err) } log.Println(client) }
Debug
Known issues
gotchaThe main module path is for the server; use github.com/minio/minio-go/v7 for the client library.
fix
Import github.com/minio/minio-go/v7 instead of github.com/minio/minio for client usage.
affects: *
Upgrade
Version history
0.0.0-20260212201848-7aac2a2c5b7clatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
Resources
minio-minio — go get minio-minio · libregistry