Documentation ¶ Index ¶ type S3Client func NewS3Client() *S3Client func (clt *S3Client) Download(s3Url *url.URL, writer io.WriterAt) (int64, error) func (clt *S3Client) ExistsBucket(bucket string) (bool, error) func (clt *S3Client) Upload(s3Url *url.URL, reader io.Reader) (string, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type S3Client ¶ type S3Client struct { // contains filtered or unexported fields } func NewS3Client ¶ func NewS3Client() *S3Client func (*S3Client) Download ¶ func (clt *S3Client) Download(s3Url *url.URL, writer io.WriterAt) (int64, error) func (*S3Client) ExistsBucket ¶ func (clt *S3Client) ExistsBucket(bucket string) (bool, error) func (*S3Client) Upload ¶ func (clt *S3Client) Upload(s3Url *url.URL, reader io.Reader) (string, error) Source Files ¶ View all Source files s3.go Click to show internal directories. Click to hide internal directories.