Documentation
¶
Index ¶
- Constants
- type Client
- func (c *Client) PutObject(ctx context.Context, bucket, key string, reader io.Reader, size int64) error
- func (c *Client) PutObjectBytes(ctx context.Context, bucket, key string, data []byte) error
- func (c *Client) PutObjectString(ctx context.Context, bucket, key string, data string) error
- func (c *Client) RemoveObject(ctx context.Context, bucket, key string) error
- type Config
Constants ¶
View Source
const ( SignatureV2 = "v2" SignatureV4 = "v4" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) PutObjectBytes ¶
func (*Client) PutObjectString ¶
Click to show internal directories.
Click to hide internal directories.