Documentation ¶ Index ¶ type St func New(uri, keyId, key string, secure bool) (*St, error) func (o *St) CreateBucket(name string) error func (o *St) GetObject(bucketName, name string) (io.ReadCloser, error) func (o *St) PutObject(bucketName, name string, data io.Reader, contentType string) error func (o *St) RemoveObject(bucketName, name string) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type St ¶ type St struct { Client *minio.Client } func New ¶ func New(uri, keyId, key string, secure bool) (*St, error) func (*St) CreateBucket ¶ func (o *St) CreateBucket(name string) error func (*St) GetObject ¶ func (o *St) GetObject(bucketName, name string) (io.ReadCloser, error) func (*St) PutObject ¶ func (o *St) PutObject(bucketName, name string, data io.Reader, contentType string) error func (*St) RemoveObject ¶ func (o *St) RemoveObject(bucketName, name string) error Source Files ¶ View all Source files index.go Click to show internal directories. Click to hide internal directories.