Documentation ¶ Index ¶ type Storage 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 Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Storage ¶ type Storage struct { // contains filtered or unexported fields } func NewStorage ¶ func NewStorage(c config.S3) (*Storage, error) func (*Storage) GetDownloadLink ¶ func (s *Storage) GetDownloadLink(key string) (string, string, error) func (*Storage) Healthcheck ¶ func (s *Storage) Healthcheck() error func (*Storage) PutFile ¶ func (s *Storage) PutFile(key string, body io.Reader) error Source Files ¶ View all Source files s3.go Click to show internal directories. Click to hide internal directories.