Documentation
¶
Index ¶
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 client for S3.
func NewClient ¶
func NewClient(ctx context.Context, o NewOptions) (*Client, error)
NewClient returns a new S3 client.
func (*Client) Download ¶ added in v0.12.0
Download uses a download manager to download an object from a bucket. The download manager gets the data in parts and writes them to a buffer until all of the data has been downloaded.
Click to show internal directories.
Click to hide internal directories.