Documentation ¶
Overview ¶
Package s3 implements S3 storage logic.
Index ¶
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
}
Storage is a S3 implementation of a file storage.
func NewStorage ¶
func NewStorage(params StorageParams) (*Storage, error)
NewStorage creates new instance of the Storage.
type StorageParams ¶
type StorageParams struct {
Config config.S3StorageConfig
}
StorageParams is an incoming params for the NewStorage function.
Click to show internal directories.
Click to hide internal directories.