Interface: s3manageriface.UploadWithIterator
import "../ibm-cos-sdk-go/service/s3/s3manager/s3manageriface"
Overview
UploadWithIterator is the interface for uploading objects to S3 using the S3 upload manager.
Implemented By
Interface Method Summary collapse
- UploadWithIterator(aws.Context, s3manager.BatchUploadIterator, ...func(*s3manager.Uploader)) error interface
Interface Method Details
UploadWithIterator(aws.Context, s3manager.BatchUploadIterator, ...func(*s3manager.Uploader)) error
This method is abstract.
36 |
// File 'service/s3/s3manager/s3manageriface/interface.go', line 36
|