Versions in this module Expand all Collapse all v0 v0.0.1 Jun 23, 2024 Changes in this version + func NewClient(endpoint, accessKey, secretKey string, opts ...Option) (*minio.Client, error) + type Option func(*minio.Options) + func WithRegion(region string) Option + func WithSSL(useSSL bool) Option + func WithTrace(tracer *httptrace.ClientTrace) Option + func WithTransport(transport *http.Transport) Option