Documentation ¶ Index ¶ type Uploader func NewUploader(cloud, bucket, prefix, region, endpoint, sse string) (*Uploader, error) func (uploader *Uploader) Get(filename string) ([]byte, error) func (uploader *Uploader) Put(filename string, contents []byte) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Uploader ¶ type Uploader struct { Backend storage.Backend } Uploader -- func NewUploader ¶ func NewUploader(cloud, bucket, prefix, region, endpoint, sse string) (*Uploader, error) NewUploader -- func (*Uploader) Get ¶ func (uploader *Uploader) Get(filename string) ([]byte, error) Get -- func (*Uploader) Put ¶ func (uploader *Uploader) Put(filename string, contents []byte) error Put -- Source Files ¶ View all Source files store.go Click to show internal directories. Click to hide internal directories.