The golang `github.com.minio.mc.pkg.client.Client` package is a client library that provides methods and functionalities to interact with the MinIO command-line tool. It allows users to programmatically perform operations such as file uploads, downloads, listing buckets, creating buckets, setting bucket policies, and more on a MinIO server. This package is commonly used by developers who need to automate tasks or integrate MinIO features into their own Go applications.
Golang Client - 24 examples found. These are the top rated real world Golang examples of github.com/minio/mc/pkg/client.Client extracted from open source projects. You can rate examples to help us improve the quality of examples.