Versions in this module Expand all Collapse all v0 v0.0.2 Mar 10, 2020 v0.0.1 Mar 8, 2020 Changes in this version + type Object struct + LastModified *time.Time + Name string + Path string + StorageInterface StorageInterface + func (object Object) Get() (*os.File, error) + type StorageInterface interface + Delete func(path string) error + Get func(path string) (*os.File, error) + GetEndpoint func() string + GetStream func(path string) (io.ReadCloser, error) + GetURL func(path string) (string, error) + List func(path string) ([]*Object, error) + Put func(path string, reader io.Reader) (*Object, error)