Interface: s3manager.BatchDownloadIterator

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

Overview

BatchDownloadIterator is an interface that uses the scanner pattern to iterate through a series of objects to be downloaded.

Implemented By

s3manager.DownloadObjectsIterator

Interface Method Summary collapse

Interface Method Details

DownloadObject() BatchDownloadObject

This method is abstract.


443
// File 'service/s3/s3manager/batch.go', line 443

DownloadObject() BatchDownloadObject

Err() error

This method is abstract.


442
// File 'service/s3/s3manager/batch.go', line 442

Err() error

Next() bool

This method is abstract.


441
// File 'service/s3/s3manager/batch.go', line 441

Next() bool