Versions in this module Expand all Collapse all v0 v0.1.0 Dec 11, 2020 v0.0.0 Dec 9, 2020 Changes in this version + type ObjectStorage interface + Find func(ctx context.Context, key, bucketName string) ([]byte, error) + Save func(ctx context.Context, object []byte, key, bucketName string) error