Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct { Endpoint string AccessKeyID string SecretAccessKey string // contains filtered or unexported fields }
Client wraps the minio s3 client
func (*Client) Stat ¶ added in v0.0.9
Stat returns metainformation about an object in the repository.
func (*Client) Upload ¶
func (c *Client) Upload(object UploadObject) error
Upload uploads a io.Reader object to the configured endpoint
type UploadObject ¶
Click to show internal directories.
Click to hide internal directories.