Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNotFound = errors.New("Item could not be found")
ErrNotFound is not found
Functions ¶
This section is empty.
Types ¶
type Item ¶
type Item interface { Key() string PublicURL() string Contents() (io.ReadCloser, error) }
Item interface
type S3Config ¶
type S3Config struct { Bucket string Endpoint string Region string ID string Secret string Token string DisableSSL bool ForcePathStyle bool }
S3Config structure
Click to show internal directories.
Click to hide internal directories.