Versions in this module Expand all Collapse all v0 v0.0.1 Jan 21, 2026 Changes in this version + var DropHeaders = []string + var Key = func(req *http.Request) string + type Storage struct + Bucket string + Client *s3.Client + Prefix string + func Must(client *s3.Client, bucket string, prefix ...string) *Storage + func New(client *s3.Client, bucket string, prefix ...string) (*Storage, error) + func (s *Storage) Get(ctx context.Context, req *http.Request) (*http.Response, error) + func (s *Storage) Put(ctx context.Context, resp *http.Response) error