Versions in this module Expand all Collapse all v1 v1.0.1 Jan 10, 2021 v1.0.0 May 27, 2020 Changes in this version + const Name + type Store struct + Bucket string + S3 s3Backend + Session *session.Session + Uploader s3Uploader + func New(bucket string, sess *session.Session) *Store + func NewFromConfig(config map[string]string) *Store + func (s *Store) Concat(ctx context.Context, concurrency int, files []string) ([][]byte, error) + func (s *Store) Delete(ctx context.Context, key string) error + func (s *Store) Get(ctx context.Context, name string) (*file.File, error) + func (s *Store) Put(ctx context.Context, reader io.Reader, name string, lastModified time.Time) error + func (s *Store) Search(ctx context.Context, prefix string) (file.List, error) + func (s *Store) Stat(ctx context.Context, name string) (*file.File, error) + func (s *Store) String() string