Documentation ¶
Index ¶
Constants ¶
View Source
const BUF_LEN = 1 << 20 // 1 MB
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type S3Connection ¶
type S3Connection struct {
// contains filtered or unexported fields
}
func (*S3Connection) DownloadFile ¶
func (s *S3Connection) DownloadFile(remote string, local string) (err error)
func (*S3Connection) IsConnected ¶
func (s *S3Connection) IsConnected() bool
func (*S3Connection) UploadFile ¶
func (s *S3Connection) UploadFile(local string, remote string, contenttype string) (err error)
Click to show internal directories.
Click to hide internal directories.