Versions in this module Expand all Collapse all v0 v0.1.3 Jun 27, 2025 v0.1.2 Jun 27, 2025 Changes in this version + type S3Cacher struct + KeyPrefix string + Local string + LogRequests bool + Logf func(string, ...any) + MaxTasks int + S3Client *s3util.Client + func (c *S3Cacher) Close() error + func (c *S3Cacher) Get(ctx context.Context, name string) (_ io.ReadCloser, oerr error) + func (c *S3Cacher) Metrics() *expvar.Map + func (c *S3Cacher) Put(ctx context.Context, name string, data io.ReadSeeker) (oerr error)