Versions in this module Expand all Collapse all v1 v1.1.0-RC2 May 14, 2023 v1.1.0-RC1 May 12, 2023 v1.0.0 Apr 26, 2023 Changes in this version + type Storage struct + func NewStorage(c config.S3) (*Storage, error) + func (s *Storage) GetDownloadLink(key string) (string, string, error) + func (s *Storage) Healthcheck() error + func (s *Storage) PutFile(key string, body io.Reader) error