Package: s3manageriface
import "../ibm-cos-sdk-go/service/s3/s3manager/s3manageriface"
Overview
Package s3manageriface provides an interface for the s3manager package
Variables
-
var _ BatchDelete = writable
-
Value:
(*s3manager.BatchDelete)(nil)
Interface Summary collapse
-
BatchDelete
interface
BatchDelete is the interface type for batch deleting objects from S3 using the S3 manager.
-
DownloadWithIterator
interface
DownloadWithIterator is the interface type for the contained method of the same name.
-
DownloaderAPI
interface
DownloaderAPI is the interface type for s3manager.Downloader.
-
UploadWithIterator
interface
UploadWithIterator is the interface for uploading objects to S3 using the S3 upload manager.
-
UploaderAPI
interface
UploaderAPI is the interface type for s3manager.Uploader.