Documentation ¶
Index ¶
- type API
- type S3Manager
- func (s *S3Manager) Downloader() awsSdkGoServiceS3S3managerS3manageriface.DownloaderAPI
- func (s *S3Manager) NewBatchDeleteWithClient(options ...func(*awsSdkGoServiceS3S3manager.BatchDelete)) aws.BatchDeleteWithClient
- func (s *S3Manager) NewDeleteListIterator(input *awsSdkGoServiceS3.ListObjectsInput, ...) awsSdkGoServiceS3S3manager.BatchDeleteIterator
- func (s *S3Manager) Uploader() awsSdkGoServiceS3S3managerS3manageriface.UploaderAPI
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type API ¶
type API struct {
// contains filtered or unexported fields
}
func (*API) S3 ¶
func (a *API) S3() awsSdkGoServiceS3S3iface.S3API
type S3Manager ¶ added in v1.31.0
type S3Manager struct {
// contains filtered or unexported fields
}
func (*S3Manager) Downloader ¶ added in v1.31.0
func (s *S3Manager) Downloader() awsSdkGoServiceS3S3managerS3manageriface.DownloaderAPI
func (*S3Manager) NewBatchDeleteWithClient ¶ added in v1.31.0
func (s *S3Manager) NewBatchDeleteWithClient(options ...func(*awsSdkGoServiceS3S3manager.BatchDelete)) aws.BatchDeleteWithClient
func (*S3Manager) NewDeleteListIterator ¶ added in v1.31.0
func (s *S3Manager) NewDeleteListIterator(input *awsSdkGoServiceS3.ListObjectsInput, options ...func(*awsSdkGoServiceS3S3manager.DeleteListIterator)) awsSdkGoServiceS3S3manager.BatchDeleteIterator
func (*S3Manager) Uploader ¶ added in v1.31.0
func (s *S3Manager) Uploader() awsSdkGoServiceS3S3managerS3manageriface.UploaderAPI
Click to show internal directories.
Click to hide internal directories.