Versions in this module Expand all Collapse all v0 v0.14.0 Apr 20, 2026 Changes in this version + type S3Writer struct + func NewWriter(ctx context.Context, ...) (*S3Writer, error) + func (w *S3Writer) Close() error + func (w *S3Writer) WriteData(data []byte) error + type Writer interface + Close func() error + WriteData func([]byte) error