Versions in this module Expand all Collapse all v0 v0.5.0 Jan 30, 2021 Changes in this version + const EventDelete + const EventFinalize + func Set(storage Storage) + type Storage interface + DeleteObject func(ctx context.Context, bucketID string, objectID string) error + ReaderForObject func(ctx context.Context, bucketID string, objectID string) (io.ReadCloser, error) + WriterForObject func(ctx context.Context, bucketID string, objectID string) (io.WriteCloser, error) + func Get() Storage + func New() (Storage, error)