Documentation ¶
Index ¶
- type Client
- func (c *Client) DeleteObject(ctx context.Context, key string) error
- func (c *Client) DeleteObjects(ctx context.Context, keys []string) error
- func (c *Client) GetObjectTags(ctx context.Context, key string) ([]types.Tag, error)
- func (c *Client) PutObject(ctx context.Context, key string, body []byte) error
- func (c *Client) PutObjectTagging(ctx context.Context, key string, tags map[string]string) error
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) DeleteObjects ¶ added in v0.794.0
func (*Client) GetObjectTags ¶ added in v0.775.0
Click to show internal directories.
Click to hide internal directories.