Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewWriteAtBuffer ¶
func NewWriteAtBuffer(bites []byte) *awsSdkGoAws.WriteAtBuffer
Types ¶
type API ¶
type API interface { S3() awsSdkGoServiceS3S3iface.S3API S3Manager() S3Manager }
type BatchDeleteWithClient ¶ added in v1.31.0
type BatchDeleteWithClient interface {
Delete(ctx awsSdkGoAws.Context, batchDeleteIterator awsSdkGoServiceS3S3manager.BatchDeleteIterator) error
}
type S3Manager ¶ added in v1.31.0
type S3Manager interface { Downloader() awsSdkGoServiceS3S3managerS3manageriface.DownloaderAPI Uploader() awsSdkGoServiceS3S3managerS3manageriface.UploaderAPI NewBatchDeleteWithClient(options ...func(*awsSdkGoServiceS3S3manager.BatchDelete)) BatchDeleteWithClient NewDeleteListIterator(listObjectsInput *awsSdkGoServiceS3.ListObjectsInput, options ...func(*awsSdkGoServiceS3S3manager.DeleteListIterator)) awsSdkGoServiceS3S3manager.BatchDeleteIterator }
Click to show internal directories.
Click to hide internal directories.