Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Client ¶ added in v0.2.1
type Client struct {
// contains filtered or unexported fields
}
func (*Client) ListBuckets ¶ added in v0.2.1
func (*Client) ListObjects ¶ added in v0.2.1
type Driver ¶ added in v0.0.9
type Driver struct {
Cred auth.Credential
Regions []string
Client *Client
}
func (*Driver) GetBuckets ¶ added in v0.0.9
func (*Driver) ListObjects ¶ added in v0.2.1
type ListBucketsResponse ¶ added in v0.2.1
type ListObjectsResponse ¶ added in v0.2.1
type Option ¶ added in v0.2.1
type Option func(*Client)
func WithHTTPClient ¶ added in v0.2.1
func WithRetryPolicy ¶ added in v0.2.1
Click to show internal directories.
Click to hide internal directories.