Documentation ¶
Index ¶
- type Client
- func (client *Client) DownloadObject(bucket string, object string, fileName string) (err error)
- func (client *Client) GetObject(bucket string, object string) ([]byte, error)
- func (client *Client) ListBuckets() ([]string, error)
- func (client *Client) ListObjects(bucket string) (objects []string, err error)
- func (client *Client) UploadObject(bucket string, filename string, file string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶ added in v1.0.1
type Client struct {
// contains filtered or unexported fields
}
func (*Client) DownloadObject ¶ added in v1.0.1
func (*Client) ListBuckets ¶ added in v1.0.1
func (*Client) ListObjects ¶ added in v1.0.1
Click to show internal directories.
Click to hide internal directories.