Documentation ¶
Index ¶
- type Client
- func (this *Client) CreateBucket(name string) error
- func (this *Client) DeleteObject(bucketName, name string) error
- func (this *Client) GetObject(bucketName, name string) ([]byte, error)
- func (this *Client) GetObjectToFile(bucketName, name string, localPath string) error
- func (this *Client) PutObject(bucketName, name string, data []byte) error
- func (this *Client) PutObjectFromFile(bucketName, name string, localFile string) error
- func (this *Client) RemoveBucket(name string) error
- type Type
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 (*Client) CreateBucket ¶
func (*Client) DeleteObject ¶
func (*Client) GetObjectToFile ¶
func (*Client) PutObjectFromFile ¶
func (*Client) RemoveBucket ¶
Click to show internal directories.
Click to hide internal directories.