Versions in this module Expand all Collapse all v0 v0.1.40 Jun 15, 2026 v0.1.39 Jun 14, 2026 Changes in this version + type Client struct + func NewClient(ctx context.Context, settings *offsite.OffsiteSettings) (*Client, error) + func (c *Client) DeleteFile(ctx context.Context, key string) error + func (c *Client) DownloadFile(ctx context.Context, key string) ([]byte, error) + func (c *Client) DownloadFileTo(ctx context.Context, key string, w io.Writer) (int64, error) + func (c *Client) FileExists(ctx context.Context, key string) (bool, error) + func (c *Client) GetBucketPath() string + func (c *Client) RelativeKey(fullKey string) string + func (c *Client) UploadFile(ctx context.Context, key string, content io.Reader) error