Versions in this module Expand all Collapse all v0 v0.2.0 May 20, 2019 v0.1.0 Feb 27, 2019 Changes in this version + type InProgress struct + Bucket string + Client s3iface.S3API + Timeout time.Duration + func (s *InProgress) Exists(ctx context.Context, key string) (bool, error) + func (s *InProgress) Get(ctx context.Context, key string) (io.ReadCloser, error) + type S3 struct + Bucket string + Client s3iface.S3API + func (s *S3) Exists(ctx context.Context, key string) (bool, error) + func (s *S3) Get(ctx context.Context, key string) (io.ReadCloser, error) + func (s *S3) Store(ctx context.Context, key string, data io.ReadCloser) error