Documentation
¶
Index ¶
- type Client
- func (e *Client) Close() error
- func (e *Client) DeleteObject(ctx context.Context, bucket string, key string) error
- func (e *Client) GetObject(ctx context.Context, bucket string, key string) (io.ReadCloser, error)
- func (e *Client) MakeBucket(ctx context.Context, bucket string) error
- func (e *Client) PutObject(ctx context.Context, bucket string, key string, reader io.Reader, ...) (minio.UploadInfo, error)
- type Options
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
}
Client is a wrapper for the s3 client
func (*Client) DeleteObject ¶
func (*Client) MakeBucket ¶ added in v0.1.1
Click to show internal directories.
Click to hide internal directories.