Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewDownloader ¶
func NewDownloader(cr config.MigrationReader) (*s3manager.Downloader, error)
func NewGetObjectInput ¶
func NewGetObjectInput(key string, bucket string) *s3.GetObjectInput
Types ¶
type ObjectDownloader ¶
type ObjectDownloader interface {
DownloadWithContext(ctx aws.Context, w io.WriterAt, input *s3.GetObjectInput, options ...func(*s3manager.Downloader)) (n int64, err error)
}
Click to show internal directories.
Click to hide internal directories.