Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrOpeningFile indicates an error opening a file to upload. ErrOpeningFile = errors.New("Error opening file") )
Functions ¶
This section is empty.
Types ¶
type Uploader ¶
Uploader specifies the interface for a report's FileInfo uploader.
func NewS3Uploader ¶
func NewS3Uploader(uploadManager s3manageriface.UploaderAPI, log *log.Logger) Uploader
NewS3Uploader builds and returns a new uploader for AWS S3.
Click to show internal directories.
Click to hide internal directories.