Interface: s3manageriface.DownloaderAPI

import "../ibm-cos-sdk-go/service/s3/s3manager/s3manageriface"

Overview

DownloaderAPI is the interface type for s3manager.Downloader.

Implemented By

s3manager.Downloader

Interface Method Summary collapse

Interface Method Details

Download(io.WriterAt, *s3.GetObjectInput, ...func(*s3manager.Downloader)) (int64, error)

This method is abstract.


15
// File 'service/s3/s3manager/s3manageriface/interface.go', line 15

Download(io.WriterAt, *s3.GetObjectInput, ...func(*s3manager.Downloader)) (int64, error)

DownloadWithContext(aws.Context, io.WriterAt, *s3.GetObjectInput, ...func(*s3manager.Downloader)) (int64, error)

This method is abstract.


16
// File 'service/s3/s3manager/s3manageriface/interface.go', line 16

DownloadWithContext(aws.Context, io.WriterAt, *s3.GetObjectInput, ...func(*s3manager.Downloader)) (int64, error)