Versions in this module Expand all Collapse all v0 v0.0.1 Nov 20, 2024 Changes in this version + func DefaultObjectName(args ObjNameArgs) string + func New(bucket string, options ...Option) hatchery.Destination + type Client struct + func (c *Client) Bucket() string + func (c *Client) Gzip() bool + func (c *Client) Prefix() string + type ObjNameArgs struct + Ext string + Prefix string + SchemaHint string + Seq int + Slug string + Timestamp time.Time + type ObjNameFunc func(args ObjNameArgs) string + type Option func(*Client) + func WithClientOptions(options ...option.ClientOption) Option + func WithGzip(gzip bool) Option + func WithPrefix(prefix string) Option