Documentation ¶ Index ¶ type Client func NewClient(baseURL string, accessKeyID string, secretAccessKey string) (*Client, error) func (minioClient *Client) ObjectExists(bucket string, path string) bool func (minioClient *Client) UploadFile(bucketName string, filePath string, uploadPath string) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Client ¶ type Client struct { // contains filtered or unexported fields } func NewClient ¶ func NewClient(baseURL string, accessKeyID string, secretAccessKey string) (*Client, error) func (*Client) ObjectExists ¶ func (minioClient *Client) ObjectExists(bucket string, path string) bool func (*Client) UploadFile ¶ func (minioClient *Client) UploadFile(bucketName string, filePath string, uploadPath string) error Source Files ¶ View all Source files client.go Click to show internal directories. Click to hide internal directories.