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
- DownloadObject() BatchDownloadObject interface
- Err() error interface
- Next() bool interface
Interface Method Details
DownloadObject() BatchDownloadObject
This method is abstract.
443 |
// File 'service/s3/s3manager/batch.go', line 443 |
Err() error
This method is abstract.
442 |
// File 'service/s3/s3manager/batch.go', line 442
|
Next() bool
This method is abstract.
441 |
// File 'service/s3/s3manager/batch.go', line 441
|