Documentation ¶ Index ¶ type Handler 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 Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Handler ¶ type Handler struct { // contains filtered or unexported fields } func NewHandler ¶ func NewHandler() (*Handler, error) func (*Handler) Find ¶ func (h *Handler) Find(ctx context.Context, key, bucketName string) ([]byte, error) func (*Handler) Save ¶ func (h *Handler) Save(ctx context.Context, object []byte, key, bucketName string) error Source Files ¶ View all Source files s3.go Click to show internal directories. Click to hide internal directories.