Versions in this module Expand all Collapse all v1 v1.0.0 Jul 10, 2022 Changes in this version + type System struct + func NewLocal(dirPath string) (*System, error) + func NewS3(bucketName string, region string, endpoint string, accessKey string, ...) (*System, error) + func (s *System) Attributes(fileKey string) (*blob.Attributes, error) + func (s *System) Close() error + func (s *System) CreateThumb(originalKey string, thumbKey, thumbSize string, cropCenter bool) error + func (s *System) Delete(fileKey string) error + func (s *System) DeletePrefix(prefix string) []error + func (s *System) Exists(fileKey string) (bool, error) + func (s *System) Serve(response http.ResponseWriter, fileKey string, name string) error + func (s *System) Upload(content []byte, fileKey string) error