Versions in this module Expand all Collapse all v0 v0.2.0 Apr 27, 2019 Changes in this version + type Storage interface + CreateBucket func(string, string) error + DeleteFile func(string, string) error + FilePath func(string, string) string + GetFile func(string, string) string + UploadFile func(string, string, []byte) error + var S3 Storage + func NewEngine() (Storage, error)