Documentation ¶
Index ¶
- type Client
- func (client *Client) BucketExists(bucketName string) (bool, error)
- func (client *Client) CreateBucket(bucketName string) error
- func (client *Client) CreatePrefix(bucketName string, prefix string) error
- func (client *Client) RemoveBucket(bucketName string) error
- func (client *Client) RemovePrefix(bucketName string, prefix string) error
- type Config
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct { Config *Config // contains filtered or unexported fields }
func (*Client) CreateBucket ¶
func (*Client) CreatePrefix ¶
func (*Client) RemoveBucket ¶
Click to show internal directories.
Click to hide internal directories.