Documentation ¶
Overview ¶
Package s3manageriface provides an interface for the s3manager package
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DownloaderAPI ¶
type DownloaderAPI interface { Download(io.WriterAt, *s3.GetObjectInput, ...func(*s3manager.Downloader)) (int64, error) DownloadWithContext(aws.Context, io.WriterAt, *s3.GetObjectInput, ...func(*s3manager.Downloader)) (int64, error) }
DownloaderAPI is the interface type for s3manager.Downloader.
type UploaderAPI ¶
type UploaderAPI interface { Upload(*s3manager.UploadInput, ...func(*s3manager.Uploader)) (*s3manager.UploadOutput, error) UploadWithContext(aws.Context, *s3manager.UploadInput, ...func(*s3manager.Uploader)) (*s3manager.UploadOutput, error) }
UploaderAPI is the interface type for s3manager.Uploader.
Click to show internal directories.
Click to hide internal directories.