Registry / cloud / minio-minio-go

minio-minio-go

JSON →
library6.0.14+incompatiblegogounverified

A Go client library for interacting with MinIO and Amazon S3 compatible object storage services.

go get github.com/minio/minio-go
INSTALL
IMPORT
SIG · MINIO-MINIO-GO
M
minio-minio-go
cloudgov6.0.14+incompatible
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-go

Creates a new MinIO client and prints it.

package main import ( "fmt" "github.com/minio/minio-go" ) func main() { client, err := minio.New("play.min.io", "accessKey", "secretKey", false) if err != nil { panic(err) } fmt.Println(client) }
Debug
Known issues
breakingThe v6 version is incompatible with Go modules (note the +incompatible suffix). Use v7 or later for proper module support.
fix
Upgrade to github.com/minio/minio-go/v7 or later.
affects: >=6.0.0 <7.0.0
Upgrade
Version history
6.0.14+incompatiblelatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

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