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 Handler struct + func NewHandler() (*Handler, error) + func (h *Handler) Find(ctx context.Context, key, bucketName string) ([]byte, error) + func (h *Handler) Save(ctx context.Context, object []byte, key, bucketName string) error