Registry / cloud / minio-madmin-go

minio-madmin-go

JSON →
library1.7.5gogounverified

Package madmin provides a Go client for MinIO server administrative operations.

go get github.com/minio/madmin-go
INSTALL
IMPORT
SIG · MINIO-MADMIN-GO
M
minio-madmin-go
cloudgov1.7.5
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.

madmin
github.com/minio/madmin-go

Create a new MinIO admin client.

package main import ( "fmt" "github.com/minio/madmin-go" ) func main() { adm := madmin.New("localhost:9000", "accesskey", "secretkey", false) fmt.Println(adm) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.7.5latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

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