Versions in this module Expand all Collapse all v0 v0.3.1 Aug 21, 2026 Changes in this version + type Config struct + AccessKeyID string + Bucket string + Endpoint string + SecretAccessKey string + UseSSL bool + type Store struct + func New(ctx context.Context, cfg Config) (*Store, error) + func (s *Store) Get(contentHash string) ([]byte, error) + func (s *Store) Has(contentHash string) (bool, error) + func (s *Store) Put(content []byte) (string, error)