Documentation ¶ Index ¶ type Writer func NewS3Writer(s3 *s3.S3) Writer Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Writer ¶ type Writer interface { // Write writes a backup file to the given path and returns size of written file. Write(path string, r io.Reader) (int64, error) } Writer defines the required writer operations. func NewS3Writer ¶ func NewS3Writer(s3 *s3.S3) Writer NewS3Writer creates a s3 writer. Source Files ¶ View all Source files s3_writer.go writer.go Click to show internal directories. Click to hide internal directories.