mocks

package
v6.13.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 24, 2024 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DownloaderAPI

type DownloaderAPI struct {
	mock.Mock
}

DownloaderAPI is an autogenerated mock type for the DownloaderAPI type

func NewDownloaderAPI

func NewDownloaderAPI(t interface {
	mock.TestingT
	Cleanup(func())
}) *DownloaderAPI

NewDownloaderAPI creates a new instance of DownloaderAPI. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.

func (*DownloaderAPI) Download

func (_m *DownloaderAPI) Download(_a0 io.WriterAt, _a1 *s3.GetObjectInput, _a2 ...func(*s3manager.Downloader)) (int64, error)

Download provides a mock function with given fields: _a0, _a1, _a2

func (*DownloaderAPI) DownloadWithContext

func (_m *DownloaderAPI) DownloadWithContext(_a0 context.Context, _a1 io.WriterAt, _a2 *s3.GetObjectInput, _a3 ...func(*s3manager.Downloader)) (int64, error)

DownloadWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*DownloaderAPI) EXPECT

func (_m *DownloaderAPI) EXPECT() *DownloaderAPI_Expecter

type DownloaderAPI_DownloadWithContext_Call

type DownloaderAPI_DownloadWithContext_Call struct {
	*mock.Call
}

DownloaderAPI_DownloadWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DownloadWithContext'

func (*DownloaderAPI_DownloadWithContext_Call) Return

func (*DownloaderAPI_DownloadWithContext_Call) Run

func (*DownloaderAPI_DownloadWithContext_Call) RunAndReturn

type DownloaderAPI_Download_Call

type DownloaderAPI_Download_Call struct {
	*mock.Call
}

DownloaderAPI_Download_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Download'

func (*DownloaderAPI_Download_Call) Return

func (*DownloaderAPI_Download_Call) Run

func (*DownloaderAPI_Download_Call) RunAndReturn

type DownloaderAPI_Expecter

type DownloaderAPI_Expecter struct {
	// contains filtered or unexported fields
}

func (*DownloaderAPI_Expecter) Download

func (_e *DownloaderAPI_Expecter) Download(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *DownloaderAPI_Download_Call

Download is a helper method to define mock.On call

  • _a0 io.WriterAt
  • _a1 *s3.GetObjectInput
  • _a2 ...func(*s3manager.Downloader)

func (*DownloaderAPI_Expecter) DownloadWithContext

func (_e *DownloaderAPI_Expecter) DownloadWithContext(_a0 interface{}, _a1 interface{}, _a2 interface{}, _a3 ...interface{}) *DownloaderAPI_DownloadWithContext_Call

DownloadWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 io.WriterAt
  • _a2 *s3.GetObjectInput
  • _a3 ...func(*s3manager.Downloader)

type S3API

type S3API struct {
	mock.Mock
}

S3API is an autogenerated mock type for the S3API type

func NewS3API

func NewS3API(t interface {
	mock.TestingT
	Cleanup(func())
}) *S3API

NewS3API creates a new instance of S3API. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.

func (*S3API) AbortMultipartUpload

func (_m *S3API) AbortMultipartUpload(_a0 *s3.AbortMultipartUploadInput) (*s3.AbortMultipartUploadOutput, error)

AbortMultipartUpload provides a mock function with given fields: _a0

func (*S3API) AbortMultipartUploadRequest

func (_m *S3API) AbortMultipartUploadRequest(_a0 *s3.AbortMultipartUploadInput) (*request.Request, *s3.AbortMultipartUploadOutput)

AbortMultipartUploadRequest provides a mock function with given fields: _a0

func (*S3API) AbortMultipartUploadWithContext

func (_m *S3API) AbortMultipartUploadWithContext(_a0 context.Context, _a1 *s3.AbortMultipartUploadInput, _a2 ...request.Option) (*s3.AbortMultipartUploadOutput, error)

AbortMultipartUploadWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) CompleteMultipartUpload

func (_m *S3API) CompleteMultipartUpload(_a0 *s3.CompleteMultipartUploadInput) (*s3.CompleteMultipartUploadOutput, error)

CompleteMultipartUpload provides a mock function with given fields: _a0

func (*S3API) CompleteMultipartUploadRequest

func (_m *S3API) CompleteMultipartUploadRequest(_a0 *s3.CompleteMultipartUploadInput) (*request.Request, *s3.CompleteMultipartUploadOutput)

CompleteMultipartUploadRequest provides a mock function with given fields: _a0

func (*S3API) CompleteMultipartUploadWithContext

func (_m *S3API) CompleteMultipartUploadWithContext(_a0 context.Context, _a1 *s3.CompleteMultipartUploadInput, _a2 ...request.Option) (*s3.CompleteMultipartUploadOutput, error)

CompleteMultipartUploadWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) CopyObject

func (_m *S3API) CopyObject(_a0 *s3.CopyObjectInput) (*s3.CopyObjectOutput, error)

CopyObject provides a mock function with given fields: _a0

func (*S3API) CopyObjectRequest

func (_m *S3API) CopyObjectRequest(_a0 *s3.CopyObjectInput) (*request.Request, *s3.CopyObjectOutput)

CopyObjectRequest provides a mock function with given fields: _a0

func (*S3API) CopyObjectWithContext

func (_m *S3API) CopyObjectWithContext(_a0 context.Context, _a1 *s3.CopyObjectInput, _a2 ...request.Option) (*s3.CopyObjectOutput, error)

CopyObjectWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) CreateBucket

func (_m *S3API) CreateBucket(_a0 *s3.CreateBucketInput) (*s3.CreateBucketOutput, error)

CreateBucket provides a mock function with given fields: _a0

func (*S3API) CreateBucketRequest

func (_m *S3API) CreateBucketRequest(_a0 *s3.CreateBucketInput) (*request.Request, *s3.CreateBucketOutput)

CreateBucketRequest provides a mock function with given fields: _a0

func (*S3API) CreateBucketWithContext

func (_m *S3API) CreateBucketWithContext(_a0 context.Context, _a1 *s3.CreateBucketInput, _a2 ...request.Option) (*s3.CreateBucketOutput, error)

CreateBucketWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) CreateMultipartUpload

func (_m *S3API) CreateMultipartUpload(_a0 *s3.CreateMultipartUploadInput) (*s3.CreateMultipartUploadOutput, error)

CreateMultipartUpload provides a mock function with given fields: _a0

func (*S3API) CreateMultipartUploadRequest

func (_m *S3API) CreateMultipartUploadRequest(_a0 *s3.CreateMultipartUploadInput) (*request.Request, *s3.CreateMultipartUploadOutput)

CreateMultipartUploadRequest provides a mock function with given fields: _a0

func (*S3API) CreateMultipartUploadWithContext

func (_m *S3API) CreateMultipartUploadWithContext(_a0 context.Context, _a1 *s3.CreateMultipartUploadInput, _a2 ...request.Option) (*s3.CreateMultipartUploadOutput, error)

CreateMultipartUploadWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) CreateSession

func (_m *S3API) CreateSession(_a0 *s3.CreateSessionInput) (*s3.CreateSessionOutput, error)

CreateSession provides a mock function with given fields: _a0

func (*S3API) CreateSessionRequest

func (_m *S3API) CreateSessionRequest(_a0 *s3.CreateSessionInput) (*request.Request, *s3.CreateSessionOutput)

CreateSessionRequest provides a mock function with given fields: _a0

func (*S3API) CreateSessionWithContext

func (_m *S3API) CreateSessionWithContext(_a0 context.Context, _a1 *s3.CreateSessionInput, _a2 ...request.Option) (*s3.CreateSessionOutput, error)

CreateSessionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) DeleteBucket

func (_m *S3API) DeleteBucket(_a0 *s3.DeleteBucketInput) (*s3.DeleteBucketOutput, error)

DeleteBucket provides a mock function with given fields: _a0

func (*S3API) DeleteBucketAnalyticsConfiguration

func (_m *S3API) DeleteBucketAnalyticsConfiguration(_a0 *s3.DeleteBucketAnalyticsConfigurationInput) (*s3.DeleteBucketAnalyticsConfigurationOutput, error)

DeleteBucketAnalyticsConfiguration provides a mock function with given fields: _a0

func (*S3API) DeleteBucketAnalyticsConfigurationRequest

func (_m *S3API) DeleteBucketAnalyticsConfigurationRequest(_a0 *s3.DeleteBucketAnalyticsConfigurationInput) (*request.Request, *s3.DeleteBucketAnalyticsConfigurationOutput)

DeleteBucketAnalyticsConfigurationRequest provides a mock function with given fields: _a0

func (*S3API) DeleteBucketAnalyticsConfigurationWithContext

func (_m *S3API) DeleteBucketAnalyticsConfigurationWithContext(_a0 context.Context, _a1 *s3.DeleteBucketAnalyticsConfigurationInput, _a2 ...request.Option) (*s3.DeleteBucketAnalyticsConfigurationOutput, error)

DeleteBucketAnalyticsConfigurationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) DeleteBucketCors

func (_m *S3API) DeleteBucketCors(_a0 *s3.DeleteBucketCorsInput) (*s3.DeleteBucketCorsOutput, error)

DeleteBucketCors provides a mock function with given fields: _a0

func (*S3API) DeleteBucketCorsRequest

func (_m *S3API) DeleteBucketCorsRequest(_a0 *s3.DeleteBucketCorsInput) (*request.Request, *s3.DeleteBucketCorsOutput)

DeleteBucketCorsRequest provides a mock function with given fields: _a0

func (*S3API) DeleteBucketCorsWithContext

func (_m *S3API) DeleteBucketCorsWithContext(_a0 context.Context, _a1 *s3.DeleteBucketCorsInput, _a2 ...request.Option) (*s3.DeleteBucketCorsOutput, error)

DeleteBucketCorsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) DeleteBucketEncryption

func (_m *S3API) DeleteBucketEncryption(_a0 *s3.DeleteBucketEncryptionInput) (*s3.DeleteBucketEncryptionOutput, error)

DeleteBucketEncryption provides a mock function with given fields: _a0

func (*S3API) DeleteBucketEncryptionRequest

func (_m *S3API) DeleteBucketEncryptionRequest(_a0 *s3.DeleteBucketEncryptionInput) (*request.Request, *s3.DeleteBucketEncryptionOutput)

DeleteBucketEncryptionRequest provides a mock function with given fields: _a0

func (*S3API) DeleteBucketEncryptionWithContext

func (_m *S3API) DeleteBucketEncryptionWithContext(_a0 context.Context, _a1 *s3.DeleteBucketEncryptionInput, _a2 ...request.Option) (*s3.DeleteBucketEncryptionOutput, error)

DeleteBucketEncryptionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) DeleteBucketIntelligentTieringConfiguration

DeleteBucketIntelligentTieringConfiguration provides a mock function with given fields: _a0

func (*S3API) DeleteBucketIntelligentTieringConfigurationRequest

func (_m *S3API) DeleteBucketIntelligentTieringConfigurationRequest(_a0 *s3.DeleteBucketIntelligentTieringConfigurationInput) (*request.Request, *s3.DeleteBucketIntelligentTieringConfigurationOutput)

DeleteBucketIntelligentTieringConfigurationRequest provides a mock function with given fields: _a0

func (*S3API) DeleteBucketIntelligentTieringConfigurationWithContext

func (_m *S3API) DeleteBucketIntelligentTieringConfigurationWithContext(_a0 context.Context, _a1 *s3.DeleteBucketIntelligentTieringConfigurationInput, _a2 ...request.Option) (*s3.DeleteBucketIntelligentTieringConfigurationOutput, error)

DeleteBucketIntelligentTieringConfigurationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) DeleteBucketInventoryConfiguration

func (_m *S3API) DeleteBucketInventoryConfiguration(_a0 *s3.DeleteBucketInventoryConfigurationInput) (*s3.DeleteBucketInventoryConfigurationOutput, error)

DeleteBucketInventoryConfiguration provides a mock function with given fields: _a0

func (*S3API) DeleteBucketInventoryConfigurationRequest

func (_m *S3API) DeleteBucketInventoryConfigurationRequest(_a0 *s3.DeleteBucketInventoryConfigurationInput) (*request.Request, *s3.DeleteBucketInventoryConfigurationOutput)

DeleteBucketInventoryConfigurationRequest provides a mock function with given fields: _a0

func (*S3API) DeleteBucketInventoryConfigurationWithContext

func (_m *S3API) DeleteBucketInventoryConfigurationWithContext(_a0 context.Context, _a1 *s3.DeleteBucketInventoryConfigurationInput, _a2 ...request.Option) (*s3.DeleteBucketInventoryConfigurationOutput, error)

DeleteBucketInventoryConfigurationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) DeleteBucketLifecycle

func (_m *S3API) DeleteBucketLifecycle(_a0 *s3.DeleteBucketLifecycleInput) (*s3.DeleteBucketLifecycleOutput, error)

DeleteBucketLifecycle provides a mock function with given fields: _a0

func (*S3API) DeleteBucketLifecycleRequest

func (_m *S3API) DeleteBucketLifecycleRequest(_a0 *s3.DeleteBucketLifecycleInput) (*request.Request, *s3.DeleteBucketLifecycleOutput)

DeleteBucketLifecycleRequest provides a mock function with given fields: _a0

func (*S3API) DeleteBucketLifecycleWithContext

func (_m *S3API) DeleteBucketLifecycleWithContext(_a0 context.Context, _a1 *s3.DeleteBucketLifecycleInput, _a2 ...request.Option) (*s3.DeleteBucketLifecycleOutput, error)

DeleteBucketLifecycleWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) DeleteBucketMetricsConfiguration

func (_m *S3API) DeleteBucketMetricsConfiguration(_a0 *s3.DeleteBucketMetricsConfigurationInput) (*s3.DeleteBucketMetricsConfigurationOutput, error)

DeleteBucketMetricsConfiguration provides a mock function with given fields: _a0

func (*S3API) DeleteBucketMetricsConfigurationRequest

func (_m *S3API) DeleteBucketMetricsConfigurationRequest(_a0 *s3.DeleteBucketMetricsConfigurationInput) (*request.Request, *s3.DeleteBucketMetricsConfigurationOutput)

DeleteBucketMetricsConfigurationRequest provides a mock function with given fields: _a0

func (*S3API) DeleteBucketMetricsConfigurationWithContext

func (_m *S3API) DeleteBucketMetricsConfigurationWithContext(_a0 context.Context, _a1 *s3.DeleteBucketMetricsConfigurationInput, _a2 ...request.Option) (*s3.DeleteBucketMetricsConfigurationOutput, error)

DeleteBucketMetricsConfigurationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) DeleteBucketOwnershipControls

func (_m *S3API) DeleteBucketOwnershipControls(_a0 *s3.DeleteBucketOwnershipControlsInput) (*s3.DeleteBucketOwnershipControlsOutput, error)

DeleteBucketOwnershipControls provides a mock function with given fields: _a0

func (*S3API) DeleteBucketOwnershipControlsRequest

func (_m *S3API) DeleteBucketOwnershipControlsRequest(_a0 *s3.DeleteBucketOwnershipControlsInput) (*request.Request, *s3.DeleteBucketOwnershipControlsOutput)

DeleteBucketOwnershipControlsRequest provides a mock function with given fields: _a0

func (*S3API) DeleteBucketOwnershipControlsWithContext

func (_m *S3API) DeleteBucketOwnershipControlsWithContext(_a0 context.Context, _a1 *s3.DeleteBucketOwnershipControlsInput, _a2 ...request.Option) (*s3.DeleteBucketOwnershipControlsOutput, error)

DeleteBucketOwnershipControlsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) DeleteBucketPolicy

func (_m *S3API) DeleteBucketPolicy(_a0 *s3.DeleteBucketPolicyInput) (*s3.DeleteBucketPolicyOutput, error)

DeleteBucketPolicy provides a mock function with given fields: _a0

func (*S3API) DeleteBucketPolicyRequest

func (_m *S3API) DeleteBucketPolicyRequest(_a0 *s3.DeleteBucketPolicyInput) (*request.Request, *s3.DeleteBucketPolicyOutput)

DeleteBucketPolicyRequest provides a mock function with given fields: _a0

func (*S3API) DeleteBucketPolicyWithContext

func (_m *S3API) DeleteBucketPolicyWithContext(_a0 context.Context, _a1 *s3.DeleteBucketPolicyInput, _a2 ...request.Option) (*s3.DeleteBucketPolicyOutput, error)

DeleteBucketPolicyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) DeleteBucketReplication

func (_m *S3API) DeleteBucketReplication(_a0 *s3.DeleteBucketReplicationInput) (*s3.DeleteBucketReplicationOutput, error)

DeleteBucketReplication provides a mock function with given fields: _a0

func (*S3API) DeleteBucketReplicationRequest

func (_m *S3API) DeleteBucketReplicationRequest(_a0 *s3.DeleteBucketReplicationInput) (*request.Request, *s3.DeleteBucketReplicationOutput)

DeleteBucketReplicationRequest provides a mock function with given fields: _a0

func (*S3API) DeleteBucketReplicationWithContext

func (_m *S3API) DeleteBucketReplicationWithContext(_a0 context.Context, _a1 *s3.DeleteBucketReplicationInput, _a2 ...request.Option) (*s3.DeleteBucketReplicationOutput, error)

DeleteBucketReplicationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) DeleteBucketRequest

func (_m *S3API) DeleteBucketRequest(_a0 *s3.DeleteBucketInput) (*request.Request, *s3.DeleteBucketOutput)

DeleteBucketRequest provides a mock function with given fields: _a0

func (*S3API) DeleteBucketTagging

func (_m *S3API) DeleteBucketTagging(_a0 *s3.DeleteBucketTaggingInput) (*s3.DeleteBucketTaggingOutput, error)

DeleteBucketTagging provides a mock function with given fields: _a0

func (*S3API) DeleteBucketTaggingRequest

func (_m *S3API) DeleteBucketTaggingRequest(_a0 *s3.DeleteBucketTaggingInput) (*request.Request, *s3.DeleteBucketTaggingOutput)

DeleteBucketTaggingRequest provides a mock function with given fields: _a0

func (*S3API) DeleteBucketTaggingWithContext

func (_m *S3API) DeleteBucketTaggingWithContext(_a0 context.Context, _a1 *s3.DeleteBucketTaggingInput, _a2 ...request.Option) (*s3.DeleteBucketTaggingOutput, error)

DeleteBucketTaggingWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) DeleteBucketWebsite

func (_m *S3API) DeleteBucketWebsite(_a0 *s3.DeleteBucketWebsiteInput) (*s3.DeleteBucketWebsiteOutput, error)

DeleteBucketWebsite provides a mock function with given fields: _a0

func (*S3API) DeleteBucketWebsiteRequest

func (_m *S3API) DeleteBucketWebsiteRequest(_a0 *s3.DeleteBucketWebsiteInput) (*request.Request, *s3.DeleteBucketWebsiteOutput)

DeleteBucketWebsiteRequest provides a mock function with given fields: _a0

func (*S3API) DeleteBucketWebsiteWithContext

func (_m *S3API) DeleteBucketWebsiteWithContext(_a0 context.Context, _a1 *s3.DeleteBucketWebsiteInput, _a2 ...request.Option) (*s3.DeleteBucketWebsiteOutput, error)

DeleteBucketWebsiteWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) DeleteBucketWithContext

func (_m *S3API) DeleteBucketWithContext(_a0 context.Context, _a1 *s3.DeleteBucketInput, _a2 ...request.Option) (*s3.DeleteBucketOutput, error)

DeleteBucketWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) DeleteObject

func (_m *S3API) DeleteObject(_a0 *s3.DeleteObjectInput) (*s3.DeleteObjectOutput, error)

DeleteObject provides a mock function with given fields: _a0

func (*S3API) DeleteObjectRequest

func (_m *S3API) DeleteObjectRequest(_a0 *s3.DeleteObjectInput) (*request.Request, *s3.DeleteObjectOutput)

DeleteObjectRequest provides a mock function with given fields: _a0

func (*S3API) DeleteObjectTagging

func (_m *S3API) DeleteObjectTagging(_a0 *s3.DeleteObjectTaggingInput) (*s3.DeleteObjectTaggingOutput, error)

DeleteObjectTagging provides a mock function with given fields: _a0

func (*S3API) DeleteObjectTaggingRequest

func (_m *S3API) DeleteObjectTaggingRequest(_a0 *s3.DeleteObjectTaggingInput) (*request.Request, *s3.DeleteObjectTaggingOutput)

DeleteObjectTaggingRequest provides a mock function with given fields: _a0

func (*S3API) DeleteObjectTaggingWithContext

func (_m *S3API) DeleteObjectTaggingWithContext(_a0 context.Context, _a1 *s3.DeleteObjectTaggingInput, _a2 ...request.Option) (*s3.DeleteObjectTaggingOutput, error)

DeleteObjectTaggingWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) DeleteObjectWithContext

func (_m *S3API) DeleteObjectWithContext(_a0 context.Context, _a1 *s3.DeleteObjectInput, _a2 ...request.Option) (*s3.DeleteObjectOutput, error)

DeleteObjectWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) DeleteObjects

func (_m *S3API) DeleteObjects(_a0 *s3.DeleteObjectsInput) (*s3.DeleteObjectsOutput, error)

DeleteObjects provides a mock function with given fields: _a0

func (*S3API) DeleteObjectsRequest

func (_m *S3API) DeleteObjectsRequest(_a0 *s3.DeleteObjectsInput) (*request.Request, *s3.DeleteObjectsOutput)

DeleteObjectsRequest provides a mock function with given fields: _a0

func (*S3API) DeleteObjectsWithContext

func (_m *S3API) DeleteObjectsWithContext(_a0 context.Context, _a1 *s3.DeleteObjectsInput, _a2 ...request.Option) (*s3.DeleteObjectsOutput, error)

DeleteObjectsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) DeletePublicAccessBlock

func (_m *S3API) DeletePublicAccessBlock(_a0 *s3.DeletePublicAccessBlockInput) (*s3.DeletePublicAccessBlockOutput, error)

DeletePublicAccessBlock provides a mock function with given fields: _a0

func (*S3API) DeletePublicAccessBlockRequest

func (_m *S3API) DeletePublicAccessBlockRequest(_a0 *s3.DeletePublicAccessBlockInput) (*request.Request, *s3.DeletePublicAccessBlockOutput)

DeletePublicAccessBlockRequest provides a mock function with given fields: _a0

func (*S3API) DeletePublicAccessBlockWithContext

func (_m *S3API) DeletePublicAccessBlockWithContext(_a0 context.Context, _a1 *s3.DeletePublicAccessBlockInput, _a2 ...request.Option) (*s3.DeletePublicAccessBlockOutput, error)

DeletePublicAccessBlockWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) EXPECT

func (_m *S3API) EXPECT() *S3API_Expecter

func (*S3API) GetBucketAccelerateConfiguration

func (_m *S3API) GetBucketAccelerateConfiguration(_a0 *s3.GetBucketAccelerateConfigurationInput) (*s3.GetBucketAccelerateConfigurationOutput, error)

GetBucketAccelerateConfiguration provides a mock function with given fields: _a0

func (*S3API) GetBucketAccelerateConfigurationRequest

func (_m *S3API) GetBucketAccelerateConfigurationRequest(_a0 *s3.GetBucketAccelerateConfigurationInput) (*request.Request, *s3.GetBucketAccelerateConfigurationOutput)

GetBucketAccelerateConfigurationRequest provides a mock function with given fields: _a0

func (*S3API) GetBucketAccelerateConfigurationWithContext

func (_m *S3API) GetBucketAccelerateConfigurationWithContext(_a0 context.Context, _a1 *s3.GetBucketAccelerateConfigurationInput, _a2 ...request.Option) (*s3.GetBucketAccelerateConfigurationOutput, error)

GetBucketAccelerateConfigurationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) GetBucketAcl

func (_m *S3API) GetBucketAcl(_a0 *s3.GetBucketAclInput) (*s3.GetBucketAclOutput, error)

GetBucketAcl provides a mock function with given fields: _a0

func (*S3API) GetBucketAclRequest

func (_m *S3API) GetBucketAclRequest(_a0 *s3.GetBucketAclInput) (*request.Request, *s3.GetBucketAclOutput)

GetBucketAclRequest provides a mock function with given fields: _a0

func (*S3API) GetBucketAclWithContext

func (_m *S3API) GetBucketAclWithContext(_a0 context.Context, _a1 *s3.GetBucketAclInput, _a2 ...request.Option) (*s3.GetBucketAclOutput, error)

GetBucketAclWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) GetBucketAnalyticsConfiguration

func (_m *S3API) GetBucketAnalyticsConfiguration(_a0 *s3.GetBucketAnalyticsConfigurationInput) (*s3.GetBucketAnalyticsConfigurationOutput, error)

GetBucketAnalyticsConfiguration provides a mock function with given fields: _a0

func (*S3API) GetBucketAnalyticsConfigurationRequest

func (_m *S3API) GetBucketAnalyticsConfigurationRequest(_a0 *s3.GetBucketAnalyticsConfigurationInput) (*request.Request, *s3.GetBucketAnalyticsConfigurationOutput)

GetBucketAnalyticsConfigurationRequest provides a mock function with given fields: _a0

func (*S3API) GetBucketAnalyticsConfigurationWithContext

func (_m *S3API) GetBucketAnalyticsConfigurationWithContext(_a0 context.Context, _a1 *s3.GetBucketAnalyticsConfigurationInput, _a2 ...request.Option) (*s3.GetBucketAnalyticsConfigurationOutput, error)

GetBucketAnalyticsConfigurationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) GetBucketCors

func (_m *S3API) GetBucketCors(_a0 *s3.GetBucketCorsInput) (*s3.GetBucketCorsOutput, error)

GetBucketCors provides a mock function with given fields: _a0

func (*S3API) GetBucketCorsRequest

func (_m *S3API) GetBucketCorsRequest(_a0 *s3.GetBucketCorsInput) (*request.Request, *s3.GetBucketCorsOutput)

GetBucketCorsRequest provides a mock function with given fields: _a0

func (*S3API) GetBucketCorsWithContext

func (_m *S3API) GetBucketCorsWithContext(_a0 context.Context, _a1 *s3.GetBucketCorsInput, _a2 ...request.Option) (*s3.GetBucketCorsOutput, error)

GetBucketCorsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) GetBucketEncryption

func (_m *S3API) GetBucketEncryption(_a0 *s3.GetBucketEncryptionInput) (*s3.GetBucketEncryptionOutput, error)

GetBucketEncryption provides a mock function with given fields: _a0

func (*S3API) GetBucketEncryptionRequest

func (_m *S3API) GetBucketEncryptionRequest(_a0 *s3.GetBucketEncryptionInput) (*request.Request, *s3.GetBucketEncryptionOutput)

GetBucketEncryptionRequest provides a mock function with given fields: _a0

func (*S3API) GetBucketEncryptionWithContext

func (_m *S3API) GetBucketEncryptionWithContext(_a0 context.Context, _a1 *s3.GetBucketEncryptionInput, _a2 ...request.Option) (*s3.GetBucketEncryptionOutput, error)

GetBucketEncryptionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) GetBucketIntelligentTieringConfiguration

GetBucketIntelligentTieringConfiguration provides a mock function with given fields: _a0

func (*S3API) GetBucketIntelligentTieringConfigurationRequest

func (_m *S3API) GetBucketIntelligentTieringConfigurationRequest(_a0 *s3.GetBucketIntelligentTieringConfigurationInput) (*request.Request, *s3.GetBucketIntelligentTieringConfigurationOutput)

GetBucketIntelligentTieringConfigurationRequest provides a mock function with given fields: _a0

func (*S3API) GetBucketIntelligentTieringConfigurationWithContext

func (_m *S3API) GetBucketIntelligentTieringConfigurationWithContext(_a0 context.Context, _a1 *s3.GetBucketIntelligentTieringConfigurationInput, _a2 ...request.Option) (*s3.GetBucketIntelligentTieringConfigurationOutput, error)

GetBucketIntelligentTieringConfigurationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) GetBucketInventoryConfiguration

func (_m *S3API) GetBucketInventoryConfiguration(_a0 *s3.GetBucketInventoryConfigurationInput) (*s3.GetBucketInventoryConfigurationOutput, error)

GetBucketInventoryConfiguration provides a mock function with given fields: _a0

func (*S3API) GetBucketInventoryConfigurationRequest

func (_m *S3API) GetBucketInventoryConfigurationRequest(_a0 *s3.GetBucketInventoryConfigurationInput) (*request.Request, *s3.GetBucketInventoryConfigurationOutput)

GetBucketInventoryConfigurationRequest provides a mock function with given fields: _a0

func (*S3API) GetBucketInventoryConfigurationWithContext

func (_m *S3API) GetBucketInventoryConfigurationWithContext(_a0 context.Context, _a1 *s3.GetBucketInventoryConfigurationInput, _a2 ...request.Option) (*s3.GetBucketInventoryConfigurationOutput, error)

GetBucketInventoryConfigurationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) GetBucketLifecycle

func (_m *S3API) GetBucketLifecycle(_a0 *s3.GetBucketLifecycleInput) (*s3.GetBucketLifecycleOutput, error)

GetBucketLifecycle provides a mock function with given fields: _a0

func (*S3API) GetBucketLifecycleConfiguration

func (_m *S3API) GetBucketLifecycleConfiguration(_a0 *s3.GetBucketLifecycleConfigurationInput) (*s3.GetBucketLifecycleConfigurationOutput, error)

GetBucketLifecycleConfiguration provides a mock function with given fields: _a0

func (*S3API) GetBucketLifecycleConfigurationRequest

func (_m *S3API) GetBucketLifecycleConfigurationRequest(_a0 *s3.GetBucketLifecycleConfigurationInput) (*request.Request, *s3.GetBucketLifecycleConfigurationOutput)

GetBucketLifecycleConfigurationRequest provides a mock function with given fields: _a0

func (*S3API) GetBucketLifecycleConfigurationWithContext

func (_m *S3API) GetBucketLifecycleConfigurationWithContext(_a0 context.Context, _a1 *s3.GetBucketLifecycleConfigurationInput, _a2 ...request.Option) (*s3.GetBucketLifecycleConfigurationOutput, error)

GetBucketLifecycleConfigurationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) GetBucketLifecycleRequest

func (_m *S3API) GetBucketLifecycleRequest(_a0 *s3.GetBucketLifecycleInput) (*request.Request, *s3.GetBucketLifecycleOutput)

GetBucketLifecycleRequest provides a mock function with given fields: _a0

func (*S3API) GetBucketLifecycleWithContext

func (_m *S3API) GetBucketLifecycleWithContext(_a0 context.Context, _a1 *s3.GetBucketLifecycleInput, _a2 ...request.Option) (*s3.GetBucketLifecycleOutput, error)

GetBucketLifecycleWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) GetBucketLocation

func (_m *S3API) GetBucketLocation(_a0 *s3.GetBucketLocationInput) (*s3.GetBucketLocationOutput, error)

GetBucketLocation provides a mock function with given fields: _a0

func (*S3API) GetBucketLocationRequest

func (_m *S3API) GetBucketLocationRequest(_a0 *s3.GetBucketLocationInput) (*request.Request, *s3.GetBucketLocationOutput)

GetBucketLocationRequest provides a mock function with given fields: _a0

func (*S3API) GetBucketLocationWithContext

func (_m *S3API) GetBucketLocationWithContext(_a0 context.Context, _a1 *s3.GetBucketLocationInput, _a2 ...request.Option) (*s3.GetBucketLocationOutput, error)

GetBucketLocationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) GetBucketLogging

func (_m *S3API) GetBucketLogging(_a0 *s3.GetBucketLoggingInput) (*s3.GetBucketLoggingOutput, error)

GetBucketLogging provides a mock function with given fields: _a0

func (*S3API) GetBucketLoggingRequest

func (_m *S3API) GetBucketLoggingRequest(_a0 *s3.GetBucketLoggingInput) (*request.Request, *s3.GetBucketLoggingOutput)

GetBucketLoggingRequest provides a mock function with given fields: _a0

func (*S3API) GetBucketLoggingWithContext

func (_m *S3API) GetBucketLoggingWithContext(_a0 context.Context, _a1 *s3.GetBucketLoggingInput, _a2 ...request.Option) (*s3.GetBucketLoggingOutput, error)

GetBucketLoggingWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) GetBucketMetricsConfiguration

func (_m *S3API) GetBucketMetricsConfiguration(_a0 *s3.GetBucketMetricsConfigurationInput) (*s3.GetBucketMetricsConfigurationOutput, error)

GetBucketMetricsConfiguration provides a mock function with given fields: _a0

func (*S3API) GetBucketMetricsConfigurationRequest

func (_m *S3API) GetBucketMetricsConfigurationRequest(_a0 *s3.GetBucketMetricsConfigurationInput) (*request.Request, *s3.GetBucketMetricsConfigurationOutput)

GetBucketMetricsConfigurationRequest provides a mock function with given fields: _a0

func (*S3API) GetBucketMetricsConfigurationWithContext

func (_m *S3API) GetBucketMetricsConfigurationWithContext(_a0 context.Context, _a1 *s3.GetBucketMetricsConfigurationInput, _a2 ...request.Option) (*s3.GetBucketMetricsConfigurationOutput, error)

GetBucketMetricsConfigurationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) GetBucketNotification

GetBucketNotification provides a mock function with given fields: _a0

func (*S3API) GetBucketNotificationConfiguration

func (_m *S3API) GetBucketNotificationConfiguration(_a0 *s3.GetBucketNotificationConfigurationRequest) (*s3.NotificationConfiguration, error)

GetBucketNotificationConfiguration provides a mock function with given fields: _a0

func (*S3API) GetBucketNotificationConfigurationRequest

func (_m *S3API) GetBucketNotificationConfigurationRequest(_a0 *s3.GetBucketNotificationConfigurationRequest) (*request.Request, *s3.NotificationConfiguration)

GetBucketNotificationConfigurationRequest provides a mock function with given fields: _a0

func (*S3API) GetBucketNotificationConfigurationWithContext

func (_m *S3API) GetBucketNotificationConfigurationWithContext(_a0 context.Context, _a1 *s3.GetBucketNotificationConfigurationRequest, _a2 ...request.Option) (*s3.NotificationConfiguration, error)

GetBucketNotificationConfigurationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) GetBucketNotificationRequest

GetBucketNotificationRequest provides a mock function with given fields: _a0

func (*S3API) GetBucketNotificationWithContext

func (_m *S3API) GetBucketNotificationWithContext(_a0 context.Context, _a1 *s3.GetBucketNotificationConfigurationRequest, _a2 ...request.Option) (*s3.NotificationConfigurationDeprecated, error)

GetBucketNotificationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) GetBucketOwnershipControls

func (_m *S3API) GetBucketOwnershipControls(_a0 *s3.GetBucketOwnershipControlsInput) (*s3.GetBucketOwnershipControlsOutput, error)

GetBucketOwnershipControls provides a mock function with given fields: _a0

func (*S3API) GetBucketOwnershipControlsRequest

func (_m *S3API) GetBucketOwnershipControlsRequest(_a0 *s3.GetBucketOwnershipControlsInput) (*request.Request, *s3.GetBucketOwnershipControlsOutput)

GetBucketOwnershipControlsRequest provides a mock function with given fields: _a0

func (*S3API) GetBucketOwnershipControlsWithContext

func (_m *S3API) GetBucketOwnershipControlsWithContext(_a0 context.Context, _a1 *s3.GetBucketOwnershipControlsInput, _a2 ...request.Option) (*s3.GetBucketOwnershipControlsOutput, error)

GetBucketOwnershipControlsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) GetBucketPolicy

func (_m *S3API) GetBucketPolicy(_a0 *s3.GetBucketPolicyInput) (*s3.GetBucketPolicyOutput, error)

GetBucketPolicy provides a mock function with given fields: _a0

func (*S3API) GetBucketPolicyRequest

func (_m *S3API) GetBucketPolicyRequest(_a0 *s3.GetBucketPolicyInput) (*request.Request, *s3.GetBucketPolicyOutput)

GetBucketPolicyRequest provides a mock function with given fields: _a0

func (*S3API) GetBucketPolicyStatus

func (_m *S3API) GetBucketPolicyStatus(_a0 *s3.GetBucketPolicyStatusInput) (*s3.GetBucketPolicyStatusOutput, error)

GetBucketPolicyStatus provides a mock function with given fields: _a0

func (*S3API) GetBucketPolicyStatusRequest

func (_m *S3API) GetBucketPolicyStatusRequest(_a0 *s3.GetBucketPolicyStatusInput) (*request.Request, *s3.GetBucketPolicyStatusOutput)

GetBucketPolicyStatusRequest provides a mock function with given fields: _a0

func (*S3API) GetBucketPolicyStatusWithContext

func (_m *S3API) GetBucketPolicyStatusWithContext(_a0 context.Context, _a1 *s3.GetBucketPolicyStatusInput, _a2 ...request.Option) (*s3.GetBucketPolicyStatusOutput, error)

GetBucketPolicyStatusWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) GetBucketPolicyWithContext

func (_m *S3API) GetBucketPolicyWithContext(_a0 context.Context, _a1 *s3.GetBucketPolicyInput, _a2 ...request.Option) (*s3.GetBucketPolicyOutput, error)

GetBucketPolicyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) GetBucketReplication

func (_m *S3API) GetBucketReplication(_a0 *s3.GetBucketReplicationInput) (*s3.GetBucketReplicationOutput, error)

GetBucketReplication provides a mock function with given fields: _a0

func (*S3API) GetBucketReplicationRequest

func (_m *S3API) GetBucketReplicationRequest(_a0 *s3.GetBucketReplicationInput) (*request.Request, *s3.GetBucketReplicationOutput)

GetBucketReplicationRequest provides a mock function with given fields: _a0

func (*S3API) GetBucketReplicationWithContext

func (_m *S3API) GetBucketReplicationWithContext(_a0 context.Context, _a1 *s3.GetBucketReplicationInput, _a2 ...request.Option) (*s3.GetBucketReplicationOutput, error)

GetBucketReplicationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) GetBucketRequestPayment

func (_m *S3API) GetBucketRequestPayment(_a0 *s3.GetBucketRequestPaymentInput) (*s3.GetBucketRequestPaymentOutput, error)

GetBucketRequestPayment provides a mock function with given fields: _a0

func (*S3API) GetBucketRequestPaymentRequest

func (_m *S3API) GetBucketRequestPaymentRequest(_a0 *s3.GetBucketRequestPaymentInput) (*request.Request, *s3.GetBucketRequestPaymentOutput)

GetBucketRequestPaymentRequest provides a mock function with given fields: _a0

func (*S3API) GetBucketRequestPaymentWithContext

func (_m *S3API) GetBucketRequestPaymentWithContext(_a0 context.Context, _a1 *s3.GetBucketRequestPaymentInput, _a2 ...request.Option) (*s3.GetBucketRequestPaymentOutput, error)

GetBucketRequestPaymentWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) GetBucketTagging

func (_m *S3API) GetBucketTagging(_a0 *s3.GetBucketTaggingInput) (*s3.GetBucketTaggingOutput, error)

GetBucketTagging provides a mock function with given fields: _a0

func (*S3API) GetBucketTaggingRequest

func (_m *S3API) GetBucketTaggingRequest(_a0 *s3.GetBucketTaggingInput) (*request.Request, *s3.GetBucketTaggingOutput)

GetBucketTaggingRequest provides a mock function with given fields: _a0

func (*S3API) GetBucketTaggingWithContext

func (_m *S3API) GetBucketTaggingWithContext(_a0 context.Context, _a1 *s3.GetBucketTaggingInput, _a2 ...request.Option) (*s3.GetBucketTaggingOutput, error)

GetBucketTaggingWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) GetBucketVersioning

func (_m *S3API) GetBucketVersioning(_a0 *s3.GetBucketVersioningInput) (*s3.GetBucketVersioningOutput, error)

GetBucketVersioning provides a mock function with given fields: _a0

func (*S3API) GetBucketVersioningRequest

func (_m *S3API) GetBucketVersioningRequest(_a0 *s3.GetBucketVersioningInput) (*request.Request, *s3.GetBucketVersioningOutput)

GetBucketVersioningRequest provides a mock function with given fields: _a0

func (*S3API) GetBucketVersioningWithContext

func (_m *S3API) GetBucketVersioningWithContext(_a0 context.Context, _a1 *s3.GetBucketVersioningInput, _a2 ...request.Option) (*s3.GetBucketVersioningOutput, error)

GetBucketVersioningWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) GetBucketWebsite

func (_m *S3API) GetBucketWebsite(_a0 *s3.GetBucketWebsiteInput) (*s3.GetBucketWebsiteOutput, error)

GetBucketWebsite provides a mock function with given fields: _a0

func (*S3API) GetBucketWebsiteRequest

func (_m *S3API) GetBucketWebsiteRequest(_a0 *s3.GetBucketWebsiteInput) (*request.Request, *s3.GetBucketWebsiteOutput)

GetBucketWebsiteRequest provides a mock function with given fields: _a0

func (*S3API) GetBucketWebsiteWithContext

func (_m *S3API) GetBucketWebsiteWithContext(_a0 context.Context, _a1 *s3.GetBucketWebsiteInput, _a2 ...request.Option) (*s3.GetBucketWebsiteOutput, error)

GetBucketWebsiteWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) GetObject

func (_m *S3API) GetObject(_a0 *s3.GetObjectInput) (*s3.GetObjectOutput, error)

GetObject provides a mock function with given fields: _a0

func (*S3API) GetObjectAcl

func (_m *S3API) GetObjectAcl(_a0 *s3.GetObjectAclInput) (*s3.GetObjectAclOutput, error)

GetObjectAcl provides a mock function with given fields: _a0

func (*S3API) GetObjectAclRequest

func (_m *S3API) GetObjectAclRequest(_a0 *s3.GetObjectAclInput) (*request.Request, *s3.GetObjectAclOutput)

GetObjectAclRequest provides a mock function with given fields: _a0

func (*S3API) GetObjectAclWithContext

func (_m *S3API) GetObjectAclWithContext(_a0 context.Context, _a1 *s3.GetObjectAclInput, _a2 ...request.Option) (*s3.GetObjectAclOutput, error)

GetObjectAclWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) GetObjectAttributes

func (_m *S3API) GetObjectAttributes(_a0 *s3.GetObjectAttributesInput) (*s3.GetObjectAttributesOutput, error)

GetObjectAttributes provides a mock function with given fields: _a0

func (*S3API) GetObjectAttributesRequest

func (_m *S3API) GetObjectAttributesRequest(_a0 *s3.GetObjectAttributesInput) (*request.Request, *s3.GetObjectAttributesOutput)

GetObjectAttributesRequest provides a mock function with given fields: _a0

func (*S3API) GetObjectAttributesWithContext

func (_m *S3API) GetObjectAttributesWithContext(_a0 context.Context, _a1 *s3.GetObjectAttributesInput, _a2 ...request.Option) (*s3.GetObjectAttributesOutput, error)

GetObjectAttributesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) GetObjectLegalHold

func (_m *S3API) GetObjectLegalHold(_a0 *s3.GetObjectLegalHoldInput) (*s3.GetObjectLegalHoldOutput, error)

GetObjectLegalHold provides a mock function with given fields: _a0

func (*S3API) GetObjectLegalHoldRequest

func (_m *S3API) GetObjectLegalHoldRequest(_a0 *s3.GetObjectLegalHoldInput) (*request.Request, *s3.GetObjectLegalHoldOutput)

GetObjectLegalHoldRequest provides a mock function with given fields: _a0

func (*S3API) GetObjectLegalHoldWithContext

func (_m *S3API) GetObjectLegalHoldWithContext(_a0 context.Context, _a1 *s3.GetObjectLegalHoldInput, _a2 ...request.Option) (*s3.GetObjectLegalHoldOutput, error)

GetObjectLegalHoldWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) GetObjectLockConfiguration

func (_m *S3API) GetObjectLockConfiguration(_a0 *s3.GetObjectLockConfigurationInput) (*s3.GetObjectLockConfigurationOutput, error)

GetObjectLockConfiguration provides a mock function with given fields: _a0

func (*S3API) GetObjectLockConfigurationRequest

func (_m *S3API) GetObjectLockConfigurationRequest(_a0 *s3.GetObjectLockConfigurationInput) (*request.Request, *s3.GetObjectLockConfigurationOutput)

GetObjectLockConfigurationRequest provides a mock function with given fields: _a0

func (*S3API) GetObjectLockConfigurationWithContext

func (_m *S3API) GetObjectLockConfigurationWithContext(_a0 context.Context, _a1 *s3.GetObjectLockConfigurationInput, _a2 ...request.Option) (*s3.GetObjectLockConfigurationOutput, error)

GetObjectLockConfigurationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) GetObjectRequest

func (_m *S3API) GetObjectRequest(_a0 *s3.GetObjectInput) (*request.Request, *s3.GetObjectOutput)

GetObjectRequest provides a mock function with given fields: _a0

func (*S3API) GetObjectRetention

func (_m *S3API) GetObjectRetention(_a0 *s3.GetObjectRetentionInput) (*s3.GetObjectRetentionOutput, error)

GetObjectRetention provides a mock function with given fields: _a0

func (*S3API) GetObjectRetentionRequest

func (_m *S3API) GetObjectRetentionRequest(_a0 *s3.GetObjectRetentionInput) (*request.Request, *s3.GetObjectRetentionOutput)

GetObjectRetentionRequest provides a mock function with given fields: _a0

func (*S3API) GetObjectRetentionWithContext

func (_m *S3API) GetObjectRetentionWithContext(_a0 context.Context, _a1 *s3.GetObjectRetentionInput, _a2 ...request.Option) (*s3.GetObjectRetentionOutput, error)

GetObjectRetentionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) GetObjectTagging

func (_m *S3API) GetObjectTagging(_a0 *s3.GetObjectTaggingInput) (*s3.GetObjectTaggingOutput, error)

GetObjectTagging provides a mock function with given fields: _a0

func (*S3API) GetObjectTaggingRequest

func (_m *S3API) GetObjectTaggingRequest(_a0 *s3.GetObjectTaggingInput) (*request.Request, *s3.GetObjectTaggingOutput)

GetObjectTaggingRequest provides a mock function with given fields: _a0

func (*S3API) GetObjectTaggingWithContext

func (_m *S3API) GetObjectTaggingWithContext(_a0 context.Context, _a1 *s3.GetObjectTaggingInput, _a2 ...request.Option) (*s3.GetObjectTaggingOutput, error)

GetObjectTaggingWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) GetObjectTorrent

func (_m *S3API) GetObjectTorrent(_a0 *s3.GetObjectTorrentInput) (*s3.GetObjectTorrentOutput, error)

GetObjectTorrent provides a mock function with given fields: _a0

func (*S3API) GetObjectTorrentRequest

func (_m *S3API) GetObjectTorrentRequest(_a0 *s3.GetObjectTorrentInput) (*request.Request, *s3.GetObjectTorrentOutput)

GetObjectTorrentRequest provides a mock function with given fields: _a0

func (*S3API) GetObjectTorrentWithContext

func (_m *S3API) GetObjectTorrentWithContext(_a0 context.Context, _a1 *s3.GetObjectTorrentInput, _a2 ...request.Option) (*s3.GetObjectTorrentOutput, error)

GetObjectTorrentWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) GetObjectWithContext

func (_m *S3API) GetObjectWithContext(_a0 context.Context, _a1 *s3.GetObjectInput, _a2 ...request.Option) (*s3.GetObjectOutput, error)

GetObjectWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) GetPublicAccessBlock

func (_m *S3API) GetPublicAccessBlock(_a0 *s3.GetPublicAccessBlockInput) (*s3.GetPublicAccessBlockOutput, error)

GetPublicAccessBlock provides a mock function with given fields: _a0

func (*S3API) GetPublicAccessBlockRequest

func (_m *S3API) GetPublicAccessBlockRequest(_a0 *s3.GetPublicAccessBlockInput) (*request.Request, *s3.GetPublicAccessBlockOutput)

GetPublicAccessBlockRequest provides a mock function with given fields: _a0

func (*S3API) GetPublicAccessBlockWithContext

func (_m *S3API) GetPublicAccessBlockWithContext(_a0 context.Context, _a1 *s3.GetPublicAccessBlockInput, _a2 ...request.Option) (*s3.GetPublicAccessBlockOutput, error)

GetPublicAccessBlockWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) HeadBucket

func (_m *S3API) HeadBucket(_a0 *s3.HeadBucketInput) (*s3.HeadBucketOutput, error)

HeadBucket provides a mock function with given fields: _a0

func (*S3API) HeadBucketRequest

func (_m *S3API) HeadBucketRequest(_a0 *s3.HeadBucketInput) (*request.Request, *s3.HeadBucketOutput)

HeadBucketRequest provides a mock function with given fields: _a0

func (*S3API) HeadBucketWithContext

func (_m *S3API) HeadBucketWithContext(_a0 context.Context, _a1 *s3.HeadBucketInput, _a2 ...request.Option) (*s3.HeadBucketOutput, error)

HeadBucketWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) HeadObject

func (_m *S3API) HeadObject(_a0 *s3.HeadObjectInput) (*s3.HeadObjectOutput, error)

HeadObject provides a mock function with given fields: _a0

func (*S3API) HeadObjectRequest

func (_m *S3API) HeadObjectRequest(_a0 *s3.HeadObjectInput) (*request.Request, *s3.HeadObjectOutput)

HeadObjectRequest provides a mock function with given fields: _a0

func (*S3API) HeadObjectWithContext

func (_m *S3API) HeadObjectWithContext(_a0 context.Context, _a1 *s3.HeadObjectInput, _a2 ...request.Option) (*s3.HeadObjectOutput, error)

HeadObjectWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) ListBucketAnalyticsConfigurations

func (_m *S3API) ListBucketAnalyticsConfigurations(_a0 *s3.ListBucketAnalyticsConfigurationsInput) (*s3.ListBucketAnalyticsConfigurationsOutput, error)

ListBucketAnalyticsConfigurations provides a mock function with given fields: _a0

func (*S3API) ListBucketAnalyticsConfigurationsRequest

func (_m *S3API) ListBucketAnalyticsConfigurationsRequest(_a0 *s3.ListBucketAnalyticsConfigurationsInput) (*request.Request, *s3.ListBucketAnalyticsConfigurationsOutput)

ListBucketAnalyticsConfigurationsRequest provides a mock function with given fields: _a0

func (*S3API) ListBucketAnalyticsConfigurationsWithContext

func (_m *S3API) ListBucketAnalyticsConfigurationsWithContext(_a0 context.Context, _a1 *s3.ListBucketAnalyticsConfigurationsInput, _a2 ...request.Option) (*s3.ListBucketAnalyticsConfigurationsOutput, error)

ListBucketAnalyticsConfigurationsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) ListBucketIntelligentTieringConfigurations

ListBucketIntelligentTieringConfigurations provides a mock function with given fields: _a0

func (*S3API) ListBucketIntelligentTieringConfigurationsRequest

func (_m *S3API) ListBucketIntelligentTieringConfigurationsRequest(_a0 *s3.ListBucketIntelligentTieringConfigurationsInput) (*request.Request, *s3.ListBucketIntelligentTieringConfigurationsOutput)

ListBucketIntelligentTieringConfigurationsRequest provides a mock function with given fields: _a0

func (*S3API) ListBucketIntelligentTieringConfigurationsWithContext

func (_m *S3API) ListBucketIntelligentTieringConfigurationsWithContext(_a0 context.Context, _a1 *s3.ListBucketIntelligentTieringConfigurationsInput, _a2 ...request.Option) (*s3.ListBucketIntelligentTieringConfigurationsOutput, error)

ListBucketIntelligentTieringConfigurationsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) ListBucketInventoryConfigurations

func (_m *S3API) ListBucketInventoryConfigurations(_a0 *s3.ListBucketInventoryConfigurationsInput) (*s3.ListBucketInventoryConfigurationsOutput, error)

ListBucketInventoryConfigurations provides a mock function with given fields: _a0

func (*S3API) ListBucketInventoryConfigurationsRequest

func (_m *S3API) ListBucketInventoryConfigurationsRequest(_a0 *s3.ListBucketInventoryConfigurationsInput) (*request.Request, *s3.ListBucketInventoryConfigurationsOutput)

ListBucketInventoryConfigurationsRequest provides a mock function with given fields: _a0

func (*S3API) ListBucketInventoryConfigurationsWithContext

func (_m *S3API) ListBucketInventoryConfigurationsWithContext(_a0 context.Context, _a1 *s3.ListBucketInventoryConfigurationsInput, _a2 ...request.Option) (*s3.ListBucketInventoryConfigurationsOutput, error)

ListBucketInventoryConfigurationsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) ListBucketMetricsConfigurations

func (_m *S3API) ListBucketMetricsConfigurations(_a0 *s3.ListBucketMetricsConfigurationsInput) (*s3.ListBucketMetricsConfigurationsOutput, error)

ListBucketMetricsConfigurations provides a mock function with given fields: _a0

func (*S3API) ListBucketMetricsConfigurationsRequest

func (_m *S3API) ListBucketMetricsConfigurationsRequest(_a0 *s3.ListBucketMetricsConfigurationsInput) (*request.Request, *s3.ListBucketMetricsConfigurationsOutput)

ListBucketMetricsConfigurationsRequest provides a mock function with given fields: _a0

func (*S3API) ListBucketMetricsConfigurationsWithContext

func (_m *S3API) ListBucketMetricsConfigurationsWithContext(_a0 context.Context, _a1 *s3.ListBucketMetricsConfigurationsInput, _a2 ...request.Option) (*s3.ListBucketMetricsConfigurationsOutput, error)

ListBucketMetricsConfigurationsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) ListBuckets

func (_m *S3API) ListBuckets(_a0 *s3.ListBucketsInput) (*s3.ListBucketsOutput, error)

ListBuckets provides a mock function with given fields: _a0

func (*S3API) ListBucketsRequest

func (_m *S3API) ListBucketsRequest(_a0 *s3.ListBucketsInput) (*request.Request, *s3.ListBucketsOutput)

ListBucketsRequest provides a mock function with given fields: _a0

func (*S3API) ListBucketsWithContext

func (_m *S3API) ListBucketsWithContext(_a0 context.Context, _a1 *s3.ListBucketsInput, _a2 ...request.Option) (*s3.ListBucketsOutput, error)

ListBucketsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) ListDirectoryBuckets

func (_m *S3API) ListDirectoryBuckets(_a0 *s3.ListDirectoryBucketsInput) (*s3.ListDirectoryBucketsOutput, error)

ListDirectoryBuckets provides a mock function with given fields: _a0

func (*S3API) ListDirectoryBucketsPages

func (_m *S3API) ListDirectoryBucketsPages(_a0 *s3.ListDirectoryBucketsInput, _a1 func(*s3.ListDirectoryBucketsOutput, bool) bool) error

ListDirectoryBucketsPages provides a mock function with given fields: _a0, _a1

func (*S3API) ListDirectoryBucketsPagesWithContext

func (_m *S3API) ListDirectoryBucketsPagesWithContext(_a0 context.Context, _a1 *s3.ListDirectoryBucketsInput, _a2 func(*s3.ListDirectoryBucketsOutput, bool) bool, _a3 ...request.Option) error

ListDirectoryBucketsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*S3API) ListDirectoryBucketsRequest

func (_m *S3API) ListDirectoryBucketsRequest(_a0 *s3.ListDirectoryBucketsInput) (*request.Request, *s3.ListDirectoryBucketsOutput)

ListDirectoryBucketsRequest provides a mock function with given fields: _a0

func (*S3API) ListDirectoryBucketsWithContext

func (_m *S3API) ListDirectoryBucketsWithContext(_a0 context.Context, _a1 *s3.ListDirectoryBucketsInput, _a2 ...request.Option) (*s3.ListDirectoryBucketsOutput, error)

ListDirectoryBucketsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) ListMultipartUploads

func (_m *S3API) ListMultipartUploads(_a0 *s3.ListMultipartUploadsInput) (*s3.ListMultipartUploadsOutput, error)

ListMultipartUploads provides a mock function with given fields: _a0

func (*S3API) ListMultipartUploadsPages

func (_m *S3API) ListMultipartUploadsPages(_a0 *s3.ListMultipartUploadsInput, _a1 func(*s3.ListMultipartUploadsOutput, bool) bool) error

ListMultipartUploadsPages provides a mock function with given fields: _a0, _a1

func (*S3API) ListMultipartUploadsPagesWithContext

func (_m *S3API) ListMultipartUploadsPagesWithContext(_a0 context.Context, _a1 *s3.ListMultipartUploadsInput, _a2 func(*s3.ListMultipartUploadsOutput, bool) bool, _a3 ...request.Option) error

ListMultipartUploadsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*S3API) ListMultipartUploadsRequest

func (_m *S3API) ListMultipartUploadsRequest(_a0 *s3.ListMultipartUploadsInput) (*request.Request, *s3.ListMultipartUploadsOutput)

ListMultipartUploadsRequest provides a mock function with given fields: _a0

func (*S3API) ListMultipartUploadsWithContext

func (_m *S3API) ListMultipartUploadsWithContext(_a0 context.Context, _a1 *s3.ListMultipartUploadsInput, _a2 ...request.Option) (*s3.ListMultipartUploadsOutput, error)

ListMultipartUploadsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) ListObjectVersions

func (_m *S3API) ListObjectVersions(_a0 *s3.ListObjectVersionsInput) (*s3.ListObjectVersionsOutput, error)

ListObjectVersions provides a mock function with given fields: _a0

func (*S3API) ListObjectVersionsPages

func (_m *S3API) ListObjectVersionsPages(_a0 *s3.ListObjectVersionsInput, _a1 func(*s3.ListObjectVersionsOutput, bool) bool) error

ListObjectVersionsPages provides a mock function with given fields: _a0, _a1

func (*S3API) ListObjectVersionsPagesWithContext

func (_m *S3API) ListObjectVersionsPagesWithContext(_a0 context.Context, _a1 *s3.ListObjectVersionsInput, _a2 func(*s3.ListObjectVersionsOutput, bool) bool, _a3 ...request.Option) error

ListObjectVersionsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*S3API) ListObjectVersionsRequest

func (_m *S3API) ListObjectVersionsRequest(_a0 *s3.ListObjectVersionsInput) (*request.Request, *s3.ListObjectVersionsOutput)

ListObjectVersionsRequest provides a mock function with given fields: _a0

func (*S3API) ListObjectVersionsWithContext

func (_m *S3API) ListObjectVersionsWithContext(_a0 context.Context, _a1 *s3.ListObjectVersionsInput, _a2 ...request.Option) (*s3.ListObjectVersionsOutput, error)

ListObjectVersionsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) ListObjects

func (_m *S3API) ListObjects(_a0 *s3.ListObjectsInput) (*s3.ListObjectsOutput, error)

ListObjects provides a mock function with given fields: _a0

func (*S3API) ListObjectsPages

func (_m *S3API) ListObjectsPages(_a0 *s3.ListObjectsInput, _a1 func(*s3.ListObjectsOutput, bool) bool) error

ListObjectsPages provides a mock function with given fields: _a0, _a1

func (*S3API) ListObjectsPagesWithContext

func (_m *S3API) ListObjectsPagesWithContext(_a0 context.Context, _a1 *s3.ListObjectsInput, _a2 func(*s3.ListObjectsOutput, bool) bool, _a3 ...request.Option) error

ListObjectsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*S3API) ListObjectsRequest

func (_m *S3API) ListObjectsRequest(_a0 *s3.ListObjectsInput) (*request.Request, *s3.ListObjectsOutput)

ListObjectsRequest provides a mock function with given fields: _a0

func (*S3API) ListObjectsV2

func (_m *S3API) ListObjectsV2(_a0 *s3.ListObjectsV2Input) (*s3.ListObjectsV2Output, error)

ListObjectsV2 provides a mock function with given fields: _a0

func (*S3API) ListObjectsV2Pages

func (_m *S3API) ListObjectsV2Pages(_a0 *s3.ListObjectsV2Input, _a1 func(*s3.ListObjectsV2Output, bool) bool) error

ListObjectsV2Pages provides a mock function with given fields: _a0, _a1

func (*S3API) ListObjectsV2PagesWithContext

func (_m *S3API) ListObjectsV2PagesWithContext(_a0 context.Context, _a1 *s3.ListObjectsV2Input, _a2 func(*s3.ListObjectsV2Output, bool) bool, _a3 ...request.Option) error

ListObjectsV2PagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*S3API) ListObjectsV2Request

func (_m *S3API) ListObjectsV2Request(_a0 *s3.ListObjectsV2Input) (*request.Request, *s3.ListObjectsV2Output)

ListObjectsV2Request provides a mock function with given fields: _a0

func (*S3API) ListObjectsV2WithContext

func (_m *S3API) ListObjectsV2WithContext(_a0 context.Context, _a1 *s3.ListObjectsV2Input, _a2 ...request.Option) (*s3.ListObjectsV2Output, error)

ListObjectsV2WithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) ListObjectsWithContext

func (_m *S3API) ListObjectsWithContext(_a0 context.Context, _a1 *s3.ListObjectsInput, _a2 ...request.Option) (*s3.ListObjectsOutput, error)

ListObjectsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) ListParts

func (_m *S3API) ListParts(_a0 *s3.ListPartsInput) (*s3.ListPartsOutput, error)

ListParts provides a mock function with given fields: _a0

func (*S3API) ListPartsPages

func (_m *S3API) ListPartsPages(_a0 *s3.ListPartsInput, _a1 func(*s3.ListPartsOutput, bool) bool) error

ListPartsPages provides a mock function with given fields: _a0, _a1

func (*S3API) ListPartsPagesWithContext

func (_m *S3API) ListPartsPagesWithContext(_a0 context.Context, _a1 *s3.ListPartsInput, _a2 func(*s3.ListPartsOutput, bool) bool, _a3 ...request.Option) error

ListPartsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*S3API) ListPartsRequest

func (_m *S3API) ListPartsRequest(_a0 *s3.ListPartsInput) (*request.Request, *s3.ListPartsOutput)

ListPartsRequest provides a mock function with given fields: _a0

func (*S3API) ListPartsWithContext

func (_m *S3API) ListPartsWithContext(_a0 context.Context, _a1 *s3.ListPartsInput, _a2 ...request.Option) (*s3.ListPartsOutput, error)

ListPartsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) PutBucketAccelerateConfiguration

func (_m *S3API) PutBucketAccelerateConfiguration(_a0 *s3.PutBucketAccelerateConfigurationInput) (*s3.PutBucketAccelerateConfigurationOutput, error)

PutBucketAccelerateConfiguration provides a mock function with given fields: _a0

func (*S3API) PutBucketAccelerateConfigurationRequest

func (_m *S3API) PutBucketAccelerateConfigurationRequest(_a0 *s3.PutBucketAccelerateConfigurationInput) (*request.Request, *s3.PutBucketAccelerateConfigurationOutput)

PutBucketAccelerateConfigurationRequest provides a mock function with given fields: _a0

func (*S3API) PutBucketAccelerateConfigurationWithContext

func (_m *S3API) PutBucketAccelerateConfigurationWithContext(_a0 context.Context, _a1 *s3.PutBucketAccelerateConfigurationInput, _a2 ...request.Option) (*s3.PutBucketAccelerateConfigurationOutput, error)

PutBucketAccelerateConfigurationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) PutBucketAcl

func (_m *S3API) PutBucketAcl(_a0 *s3.PutBucketAclInput) (*s3.PutBucketAclOutput, error)

PutBucketAcl provides a mock function with given fields: _a0

func (*S3API) PutBucketAclRequest

func (_m *S3API) PutBucketAclRequest(_a0 *s3.PutBucketAclInput) (*request.Request, *s3.PutBucketAclOutput)

PutBucketAclRequest provides a mock function with given fields: _a0

func (*S3API) PutBucketAclWithContext

func (_m *S3API) PutBucketAclWithContext(_a0 context.Context, _a1 *s3.PutBucketAclInput, _a2 ...request.Option) (*s3.PutBucketAclOutput, error)

PutBucketAclWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) PutBucketAnalyticsConfiguration

func (_m *S3API) PutBucketAnalyticsConfiguration(_a0 *s3.PutBucketAnalyticsConfigurationInput) (*s3.PutBucketAnalyticsConfigurationOutput, error)

PutBucketAnalyticsConfiguration provides a mock function with given fields: _a0

func (*S3API) PutBucketAnalyticsConfigurationRequest

func (_m *S3API) PutBucketAnalyticsConfigurationRequest(_a0 *s3.PutBucketAnalyticsConfigurationInput) (*request.Request, *s3.PutBucketAnalyticsConfigurationOutput)

PutBucketAnalyticsConfigurationRequest provides a mock function with given fields: _a0

func (*S3API) PutBucketAnalyticsConfigurationWithContext

func (_m *S3API) PutBucketAnalyticsConfigurationWithContext(_a0 context.Context, _a1 *s3.PutBucketAnalyticsConfigurationInput, _a2 ...request.Option) (*s3.PutBucketAnalyticsConfigurationOutput, error)

PutBucketAnalyticsConfigurationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) PutBucketCors

func (_m *S3API) PutBucketCors(_a0 *s3.PutBucketCorsInput) (*s3.PutBucketCorsOutput, error)

PutBucketCors provides a mock function with given fields: _a0

func (*S3API) PutBucketCorsRequest

func (_m *S3API) PutBucketCorsRequest(_a0 *s3.PutBucketCorsInput) (*request.Request, *s3.PutBucketCorsOutput)

PutBucketCorsRequest provides a mock function with given fields: _a0

func (*S3API) PutBucketCorsWithContext

func (_m *S3API) PutBucketCorsWithContext(_a0 context.Context, _a1 *s3.PutBucketCorsInput, _a2 ...request.Option) (*s3.PutBucketCorsOutput, error)

PutBucketCorsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) PutBucketEncryption

func (_m *S3API) PutBucketEncryption(_a0 *s3.PutBucketEncryptionInput) (*s3.PutBucketEncryptionOutput, error)

PutBucketEncryption provides a mock function with given fields: _a0

func (*S3API) PutBucketEncryptionRequest

func (_m *S3API) PutBucketEncryptionRequest(_a0 *s3.PutBucketEncryptionInput) (*request.Request, *s3.PutBucketEncryptionOutput)

PutBucketEncryptionRequest provides a mock function with given fields: _a0

func (*S3API) PutBucketEncryptionWithContext

func (_m *S3API) PutBucketEncryptionWithContext(_a0 context.Context, _a1 *s3.PutBucketEncryptionInput, _a2 ...request.Option) (*s3.PutBucketEncryptionOutput, error)

PutBucketEncryptionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) PutBucketIntelligentTieringConfiguration

PutBucketIntelligentTieringConfiguration provides a mock function with given fields: _a0

func (*S3API) PutBucketIntelligentTieringConfigurationRequest

func (_m *S3API) PutBucketIntelligentTieringConfigurationRequest(_a0 *s3.PutBucketIntelligentTieringConfigurationInput) (*request.Request, *s3.PutBucketIntelligentTieringConfigurationOutput)

PutBucketIntelligentTieringConfigurationRequest provides a mock function with given fields: _a0

func (*S3API) PutBucketIntelligentTieringConfigurationWithContext

func (_m *S3API) PutBucketIntelligentTieringConfigurationWithContext(_a0 context.Context, _a1 *s3.PutBucketIntelligentTieringConfigurationInput, _a2 ...request.Option) (*s3.PutBucketIntelligentTieringConfigurationOutput, error)

PutBucketIntelligentTieringConfigurationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) PutBucketInventoryConfiguration

func (_m *S3API) PutBucketInventoryConfiguration(_a0 *s3.PutBucketInventoryConfigurationInput) (*s3.PutBucketInventoryConfigurationOutput, error)

PutBucketInventoryConfiguration provides a mock function with given fields: _a0

func (*S3API) PutBucketInventoryConfigurationRequest

func (_m *S3API) PutBucketInventoryConfigurationRequest(_a0 *s3.PutBucketInventoryConfigurationInput) (*request.Request, *s3.PutBucketInventoryConfigurationOutput)

PutBucketInventoryConfigurationRequest provides a mock function with given fields: _a0

func (*S3API) PutBucketInventoryConfigurationWithContext

func (_m *S3API) PutBucketInventoryConfigurationWithContext(_a0 context.Context, _a1 *s3.PutBucketInventoryConfigurationInput, _a2 ...request.Option) (*s3.PutBucketInventoryConfigurationOutput, error)

PutBucketInventoryConfigurationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) PutBucketLifecycle

func (_m *S3API) PutBucketLifecycle(_a0 *s3.PutBucketLifecycleInput) (*s3.PutBucketLifecycleOutput, error)

PutBucketLifecycle provides a mock function with given fields: _a0

func (*S3API) PutBucketLifecycleConfiguration

func (_m *S3API) PutBucketLifecycleConfiguration(_a0 *s3.PutBucketLifecycleConfigurationInput) (*s3.PutBucketLifecycleConfigurationOutput, error)

PutBucketLifecycleConfiguration provides a mock function with given fields: _a0

func (*S3API) PutBucketLifecycleConfigurationRequest

func (_m *S3API) PutBucketLifecycleConfigurationRequest(_a0 *s3.PutBucketLifecycleConfigurationInput) (*request.Request, *s3.PutBucketLifecycleConfigurationOutput)

PutBucketLifecycleConfigurationRequest provides a mock function with given fields: _a0

func (*S3API) PutBucketLifecycleConfigurationWithContext

func (_m *S3API) PutBucketLifecycleConfigurationWithContext(_a0 context.Context, _a1 *s3.PutBucketLifecycleConfigurationInput, _a2 ...request.Option) (*s3.PutBucketLifecycleConfigurationOutput, error)

PutBucketLifecycleConfigurationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) PutBucketLifecycleRequest

func (_m *S3API) PutBucketLifecycleRequest(_a0 *s3.PutBucketLifecycleInput) (*request.Request, *s3.PutBucketLifecycleOutput)

PutBucketLifecycleRequest provides a mock function with given fields: _a0

func (*S3API) PutBucketLifecycleWithContext

func (_m *S3API) PutBucketLifecycleWithContext(_a0 context.Context, _a1 *s3.PutBucketLifecycleInput, _a2 ...request.Option) (*s3.PutBucketLifecycleOutput, error)

PutBucketLifecycleWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) PutBucketLogging

func (_m *S3API) PutBucketLogging(_a0 *s3.PutBucketLoggingInput) (*s3.PutBucketLoggingOutput, error)

PutBucketLogging provides a mock function with given fields: _a0

func (*S3API) PutBucketLoggingRequest

func (_m *S3API) PutBucketLoggingRequest(_a0 *s3.PutBucketLoggingInput) (*request.Request, *s3.PutBucketLoggingOutput)

PutBucketLoggingRequest provides a mock function with given fields: _a0

func (*S3API) PutBucketLoggingWithContext

func (_m *S3API) PutBucketLoggingWithContext(_a0 context.Context, _a1 *s3.PutBucketLoggingInput, _a2 ...request.Option) (*s3.PutBucketLoggingOutput, error)

PutBucketLoggingWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) PutBucketMetricsConfiguration

func (_m *S3API) PutBucketMetricsConfiguration(_a0 *s3.PutBucketMetricsConfigurationInput) (*s3.PutBucketMetricsConfigurationOutput, error)

PutBucketMetricsConfiguration provides a mock function with given fields: _a0

func (*S3API) PutBucketMetricsConfigurationRequest

func (_m *S3API) PutBucketMetricsConfigurationRequest(_a0 *s3.PutBucketMetricsConfigurationInput) (*request.Request, *s3.PutBucketMetricsConfigurationOutput)

PutBucketMetricsConfigurationRequest provides a mock function with given fields: _a0

func (*S3API) PutBucketMetricsConfigurationWithContext

func (_m *S3API) PutBucketMetricsConfigurationWithContext(_a0 context.Context, _a1 *s3.PutBucketMetricsConfigurationInput, _a2 ...request.Option) (*s3.PutBucketMetricsConfigurationOutput, error)

PutBucketMetricsConfigurationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) PutBucketNotification

func (_m *S3API) PutBucketNotification(_a0 *s3.PutBucketNotificationInput) (*s3.PutBucketNotificationOutput, error)

PutBucketNotification provides a mock function with given fields: _a0

func (*S3API) PutBucketNotificationConfiguration

func (_m *S3API) PutBucketNotificationConfiguration(_a0 *s3.PutBucketNotificationConfigurationInput) (*s3.PutBucketNotificationConfigurationOutput, error)

PutBucketNotificationConfiguration provides a mock function with given fields: _a0

func (*S3API) PutBucketNotificationConfigurationRequest

func (_m *S3API) PutBucketNotificationConfigurationRequest(_a0 *s3.PutBucketNotificationConfigurationInput) (*request.Request, *s3.PutBucketNotificationConfigurationOutput)

PutBucketNotificationConfigurationRequest provides a mock function with given fields: _a0

func (*S3API) PutBucketNotificationConfigurationWithContext

func (_m *S3API) PutBucketNotificationConfigurationWithContext(_a0 context.Context, _a1 *s3.PutBucketNotificationConfigurationInput, _a2 ...request.Option) (*s3.PutBucketNotificationConfigurationOutput, error)

PutBucketNotificationConfigurationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) PutBucketNotificationRequest

func (_m *S3API) PutBucketNotificationRequest(_a0 *s3.PutBucketNotificationInput) (*request.Request, *s3.PutBucketNotificationOutput)

PutBucketNotificationRequest provides a mock function with given fields: _a0

func (*S3API) PutBucketNotificationWithContext

func (_m *S3API) PutBucketNotificationWithContext(_a0 context.Context, _a1 *s3.PutBucketNotificationInput, _a2 ...request.Option) (*s3.PutBucketNotificationOutput, error)

PutBucketNotificationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) PutBucketOwnershipControls

func (_m *S3API) PutBucketOwnershipControls(_a0 *s3.PutBucketOwnershipControlsInput) (*s3.PutBucketOwnershipControlsOutput, error)

PutBucketOwnershipControls provides a mock function with given fields: _a0

func (*S3API) PutBucketOwnershipControlsRequest

func (_m *S3API) PutBucketOwnershipControlsRequest(_a0 *s3.PutBucketOwnershipControlsInput) (*request.Request, *s3.PutBucketOwnershipControlsOutput)

PutBucketOwnershipControlsRequest provides a mock function with given fields: _a0

func (*S3API) PutBucketOwnershipControlsWithContext

func (_m *S3API) PutBucketOwnershipControlsWithContext(_a0 context.Context, _a1 *s3.PutBucketOwnershipControlsInput, _a2 ...request.Option) (*s3.PutBucketOwnershipControlsOutput, error)

PutBucketOwnershipControlsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) PutBucketPolicy

func (_m *S3API) PutBucketPolicy(_a0 *s3.PutBucketPolicyInput) (*s3.PutBucketPolicyOutput, error)

PutBucketPolicy provides a mock function with given fields: _a0

func (*S3API) PutBucketPolicyRequest

func (_m *S3API) PutBucketPolicyRequest(_a0 *s3.PutBucketPolicyInput) (*request.Request, *s3.PutBucketPolicyOutput)

PutBucketPolicyRequest provides a mock function with given fields: _a0

func (*S3API) PutBucketPolicyWithContext

func (_m *S3API) PutBucketPolicyWithContext(_a0 context.Context, _a1 *s3.PutBucketPolicyInput, _a2 ...request.Option) (*s3.PutBucketPolicyOutput, error)

PutBucketPolicyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) PutBucketReplication

func (_m *S3API) PutBucketReplication(_a0 *s3.PutBucketReplicationInput) (*s3.PutBucketReplicationOutput, error)

PutBucketReplication provides a mock function with given fields: _a0

func (*S3API) PutBucketReplicationRequest

func (_m *S3API) PutBucketReplicationRequest(_a0 *s3.PutBucketReplicationInput) (*request.Request, *s3.PutBucketReplicationOutput)

PutBucketReplicationRequest provides a mock function with given fields: _a0

func (*S3API) PutBucketReplicationWithContext

func (_m *S3API) PutBucketReplicationWithContext(_a0 context.Context, _a1 *s3.PutBucketReplicationInput, _a2 ...request.Option) (*s3.PutBucketReplicationOutput, error)

PutBucketReplicationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) PutBucketRequestPayment

func (_m *S3API) PutBucketRequestPayment(_a0 *s3.PutBucketRequestPaymentInput) (*s3.PutBucketRequestPaymentOutput, error)

PutBucketRequestPayment provides a mock function with given fields: _a0

func (*S3API) PutBucketRequestPaymentRequest

func (_m *S3API) PutBucketRequestPaymentRequest(_a0 *s3.PutBucketRequestPaymentInput) (*request.Request, *s3.PutBucketRequestPaymentOutput)

PutBucketRequestPaymentRequest provides a mock function with given fields: _a0

func (*S3API) PutBucketRequestPaymentWithContext

func (_m *S3API) PutBucketRequestPaymentWithContext(_a0 context.Context, _a1 *s3.PutBucketRequestPaymentInput, _a2 ...request.Option) (*s3.PutBucketRequestPaymentOutput, error)

PutBucketRequestPaymentWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) PutBucketTagging

func (_m *S3API) PutBucketTagging(_a0 *s3.PutBucketTaggingInput) (*s3.PutBucketTaggingOutput, error)

PutBucketTagging provides a mock function with given fields: _a0

func (*S3API) PutBucketTaggingRequest

func (_m *S3API) PutBucketTaggingRequest(_a0 *s3.PutBucketTaggingInput) (*request.Request, *s3.PutBucketTaggingOutput)

PutBucketTaggingRequest provides a mock function with given fields: _a0

func (*S3API) PutBucketTaggingWithContext

func (_m *S3API) PutBucketTaggingWithContext(_a0 context.Context, _a1 *s3.PutBucketTaggingInput, _a2 ...request.Option) (*s3.PutBucketTaggingOutput, error)

PutBucketTaggingWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) PutBucketVersioning

func (_m *S3API) PutBucketVersioning(_a0 *s3.PutBucketVersioningInput) (*s3.PutBucketVersioningOutput, error)

PutBucketVersioning provides a mock function with given fields: _a0

func (*S3API) PutBucketVersioningRequest

func (_m *S3API) PutBucketVersioningRequest(_a0 *s3.PutBucketVersioningInput) (*request.Request, *s3.PutBucketVersioningOutput)

PutBucketVersioningRequest provides a mock function with given fields: _a0

func (*S3API) PutBucketVersioningWithContext

func (_m *S3API) PutBucketVersioningWithContext(_a0 context.Context, _a1 *s3.PutBucketVersioningInput, _a2 ...request.Option) (*s3.PutBucketVersioningOutput, error)

PutBucketVersioningWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) PutBucketWebsite

func (_m *S3API) PutBucketWebsite(_a0 *s3.PutBucketWebsiteInput) (*s3.PutBucketWebsiteOutput, error)

PutBucketWebsite provides a mock function with given fields: _a0

func (*S3API) PutBucketWebsiteRequest

func (_m *S3API) PutBucketWebsiteRequest(_a0 *s3.PutBucketWebsiteInput) (*request.Request, *s3.PutBucketWebsiteOutput)

PutBucketWebsiteRequest provides a mock function with given fields: _a0

func (*S3API) PutBucketWebsiteWithContext

func (_m *S3API) PutBucketWebsiteWithContext(_a0 context.Context, _a1 *s3.PutBucketWebsiteInput, _a2 ...request.Option) (*s3.PutBucketWebsiteOutput, error)

PutBucketWebsiteWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) PutObject

func (_m *S3API) PutObject(_a0 *s3.PutObjectInput) (*s3.PutObjectOutput, error)

PutObject provides a mock function with given fields: _a0

func (*S3API) PutObjectAcl

func (_m *S3API) PutObjectAcl(_a0 *s3.PutObjectAclInput) (*s3.PutObjectAclOutput, error)

PutObjectAcl provides a mock function with given fields: _a0

func (*S3API) PutObjectAclRequest

func (_m *S3API) PutObjectAclRequest(_a0 *s3.PutObjectAclInput) (*request.Request, *s3.PutObjectAclOutput)

PutObjectAclRequest provides a mock function with given fields: _a0

func (*S3API) PutObjectAclWithContext

func (_m *S3API) PutObjectAclWithContext(_a0 context.Context, _a1 *s3.PutObjectAclInput, _a2 ...request.Option) (*s3.PutObjectAclOutput, error)

PutObjectAclWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) PutObjectLegalHold

func (_m *S3API) PutObjectLegalHold(_a0 *s3.PutObjectLegalHoldInput) (*s3.PutObjectLegalHoldOutput, error)

PutObjectLegalHold provides a mock function with given fields: _a0

func (*S3API) PutObjectLegalHoldRequest

func (_m *S3API) PutObjectLegalHoldRequest(_a0 *s3.PutObjectLegalHoldInput) (*request.Request, *s3.PutObjectLegalHoldOutput)

PutObjectLegalHoldRequest provides a mock function with given fields: _a0

func (*S3API) PutObjectLegalHoldWithContext

func (_m *S3API) PutObjectLegalHoldWithContext(_a0 context.Context, _a1 *s3.PutObjectLegalHoldInput, _a2 ...request.Option) (*s3.PutObjectLegalHoldOutput, error)

PutObjectLegalHoldWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) PutObjectLockConfiguration

func (_m *S3API) PutObjectLockConfiguration(_a0 *s3.PutObjectLockConfigurationInput) (*s3.PutObjectLockConfigurationOutput, error)

PutObjectLockConfiguration provides a mock function with given fields: _a0

func (*S3API) PutObjectLockConfigurationRequest

func (_m *S3API) PutObjectLockConfigurationRequest(_a0 *s3.PutObjectLockConfigurationInput) (*request.Request, *s3.PutObjectLockConfigurationOutput)

PutObjectLockConfigurationRequest provides a mock function with given fields: _a0

func (*S3API) PutObjectLockConfigurationWithContext

func (_m *S3API) PutObjectLockConfigurationWithContext(_a0 context.Context, _a1 *s3.PutObjectLockConfigurationInput, _a2 ...request.Option) (*s3.PutObjectLockConfigurationOutput, error)

PutObjectLockConfigurationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) PutObjectRequest

func (_m *S3API) PutObjectRequest(_a0 *s3.PutObjectInput) (*request.Request, *s3.PutObjectOutput)

PutObjectRequest provides a mock function with given fields: _a0

func (*S3API) PutObjectRetention

func (_m *S3API) PutObjectRetention(_a0 *s3.PutObjectRetentionInput) (*s3.PutObjectRetentionOutput, error)

PutObjectRetention provides a mock function with given fields: _a0

func (*S3API) PutObjectRetentionRequest

func (_m *S3API) PutObjectRetentionRequest(_a0 *s3.PutObjectRetentionInput) (*request.Request, *s3.PutObjectRetentionOutput)

PutObjectRetentionRequest provides a mock function with given fields: _a0

func (*S3API) PutObjectRetentionWithContext

func (_m *S3API) PutObjectRetentionWithContext(_a0 context.Context, _a1 *s3.PutObjectRetentionInput, _a2 ...request.Option) (*s3.PutObjectRetentionOutput, error)

PutObjectRetentionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) PutObjectTagging

func (_m *S3API) PutObjectTagging(_a0 *s3.PutObjectTaggingInput) (*s3.PutObjectTaggingOutput, error)

PutObjectTagging provides a mock function with given fields: _a0

func (*S3API) PutObjectTaggingRequest

func (_m *S3API) PutObjectTaggingRequest(_a0 *s3.PutObjectTaggingInput) (*request.Request, *s3.PutObjectTaggingOutput)

PutObjectTaggingRequest provides a mock function with given fields: _a0

func (*S3API) PutObjectTaggingWithContext

func (_m *S3API) PutObjectTaggingWithContext(_a0 context.Context, _a1 *s3.PutObjectTaggingInput, _a2 ...request.Option) (*s3.PutObjectTaggingOutput, error)

PutObjectTaggingWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) PutObjectWithContext

func (_m *S3API) PutObjectWithContext(_a0 context.Context, _a1 *s3.PutObjectInput, _a2 ...request.Option) (*s3.PutObjectOutput, error)

PutObjectWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) PutPublicAccessBlock

func (_m *S3API) PutPublicAccessBlock(_a0 *s3.PutPublicAccessBlockInput) (*s3.PutPublicAccessBlockOutput, error)

PutPublicAccessBlock provides a mock function with given fields: _a0

func (*S3API) PutPublicAccessBlockRequest

func (_m *S3API) PutPublicAccessBlockRequest(_a0 *s3.PutPublicAccessBlockInput) (*request.Request, *s3.PutPublicAccessBlockOutput)

PutPublicAccessBlockRequest provides a mock function with given fields: _a0

func (*S3API) PutPublicAccessBlockWithContext

func (_m *S3API) PutPublicAccessBlockWithContext(_a0 context.Context, _a1 *s3.PutPublicAccessBlockInput, _a2 ...request.Option) (*s3.PutPublicAccessBlockOutput, error)

PutPublicAccessBlockWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) RestoreObject

func (_m *S3API) RestoreObject(_a0 *s3.RestoreObjectInput) (*s3.RestoreObjectOutput, error)

RestoreObject provides a mock function with given fields: _a0

func (*S3API) RestoreObjectRequest

func (_m *S3API) RestoreObjectRequest(_a0 *s3.RestoreObjectInput) (*request.Request, *s3.RestoreObjectOutput)

RestoreObjectRequest provides a mock function with given fields: _a0

func (*S3API) RestoreObjectWithContext

func (_m *S3API) RestoreObjectWithContext(_a0 context.Context, _a1 *s3.RestoreObjectInput, _a2 ...request.Option) (*s3.RestoreObjectOutput, error)

RestoreObjectWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) SelectObjectContent

func (_m *S3API) SelectObjectContent(_a0 *s3.SelectObjectContentInput) (*s3.SelectObjectContentOutput, error)

SelectObjectContent provides a mock function with given fields: _a0

func (*S3API) SelectObjectContentRequest

func (_m *S3API) SelectObjectContentRequest(_a0 *s3.SelectObjectContentInput) (*request.Request, *s3.SelectObjectContentOutput)

SelectObjectContentRequest provides a mock function with given fields: _a0

func (*S3API) SelectObjectContentWithContext

func (_m *S3API) SelectObjectContentWithContext(_a0 context.Context, _a1 *s3.SelectObjectContentInput, _a2 ...request.Option) (*s3.SelectObjectContentOutput, error)

SelectObjectContentWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) UploadPart

func (_m *S3API) UploadPart(_a0 *s3.UploadPartInput) (*s3.UploadPartOutput, error)

UploadPart provides a mock function with given fields: _a0

func (*S3API) UploadPartCopy

func (_m *S3API) UploadPartCopy(_a0 *s3.UploadPartCopyInput) (*s3.UploadPartCopyOutput, error)

UploadPartCopy provides a mock function with given fields: _a0

func (*S3API) UploadPartCopyRequest

func (_m *S3API) UploadPartCopyRequest(_a0 *s3.UploadPartCopyInput) (*request.Request, *s3.UploadPartCopyOutput)

UploadPartCopyRequest provides a mock function with given fields: _a0

func (*S3API) UploadPartCopyWithContext

func (_m *S3API) UploadPartCopyWithContext(_a0 context.Context, _a1 *s3.UploadPartCopyInput, _a2 ...request.Option) (*s3.UploadPartCopyOutput, error)

UploadPartCopyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) UploadPartRequest

func (_m *S3API) UploadPartRequest(_a0 *s3.UploadPartInput) (*request.Request, *s3.UploadPartOutput)

UploadPartRequest provides a mock function with given fields: _a0

func (*S3API) UploadPartWithContext

func (_m *S3API) UploadPartWithContext(_a0 context.Context, _a1 *s3.UploadPartInput, _a2 ...request.Option) (*s3.UploadPartOutput, error)

UploadPartWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) WaitUntilBucketExists

func (_m *S3API) WaitUntilBucketExists(_a0 *s3.HeadBucketInput) error

WaitUntilBucketExists provides a mock function with given fields: _a0

func (*S3API) WaitUntilBucketExistsWithContext

func (_m *S3API) WaitUntilBucketExistsWithContext(_a0 context.Context, _a1 *s3.HeadBucketInput, _a2 ...request.WaiterOption) error

WaitUntilBucketExistsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) WaitUntilBucketNotExists

func (_m *S3API) WaitUntilBucketNotExists(_a0 *s3.HeadBucketInput) error

WaitUntilBucketNotExists provides a mock function with given fields: _a0

func (*S3API) WaitUntilBucketNotExistsWithContext

func (_m *S3API) WaitUntilBucketNotExistsWithContext(_a0 context.Context, _a1 *s3.HeadBucketInput, _a2 ...request.WaiterOption) error

WaitUntilBucketNotExistsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) WaitUntilObjectExists

func (_m *S3API) WaitUntilObjectExists(_a0 *s3.HeadObjectInput) error

WaitUntilObjectExists provides a mock function with given fields: _a0

func (*S3API) WaitUntilObjectExistsWithContext

func (_m *S3API) WaitUntilObjectExistsWithContext(_a0 context.Context, _a1 *s3.HeadObjectInput, _a2 ...request.WaiterOption) error

WaitUntilObjectExistsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) WaitUntilObjectNotExists

func (_m *S3API) WaitUntilObjectNotExists(_a0 *s3.HeadObjectInput) error

WaitUntilObjectNotExists provides a mock function with given fields: _a0

func (*S3API) WaitUntilObjectNotExistsWithContext

func (_m *S3API) WaitUntilObjectNotExistsWithContext(_a0 context.Context, _a1 *s3.HeadObjectInput, _a2 ...request.WaiterOption) error

WaitUntilObjectNotExistsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*S3API) WriteGetObjectResponse

func (_m *S3API) WriteGetObjectResponse(_a0 *s3.WriteGetObjectResponseInput) (*s3.WriteGetObjectResponseOutput, error)

WriteGetObjectResponse provides a mock function with given fields: _a0

func (*S3API) WriteGetObjectResponseRequest

func (_m *S3API) WriteGetObjectResponseRequest(_a0 *s3.WriteGetObjectResponseInput) (*request.Request, *s3.WriteGetObjectResponseOutput)

WriteGetObjectResponseRequest provides a mock function with given fields: _a0

func (*S3API) WriteGetObjectResponseWithContext

func (_m *S3API) WriteGetObjectResponseWithContext(_a0 context.Context, _a1 *s3.WriteGetObjectResponseInput, _a2 ...request.Option) (*s3.WriteGetObjectResponseOutput, error)

WriteGetObjectResponseWithContext provides a mock function with given fields: _a0, _a1, _a2

type S3API_AbortMultipartUploadRequest_Call

type S3API_AbortMultipartUploadRequest_Call struct {
	*mock.Call
}

S3API_AbortMultipartUploadRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'AbortMultipartUploadRequest'

func (*S3API_AbortMultipartUploadRequest_Call) Return

func (*S3API_AbortMultipartUploadRequest_Call) Run

type S3API_AbortMultipartUploadWithContext_Call

type S3API_AbortMultipartUploadWithContext_Call struct {
	*mock.Call
}

S3API_AbortMultipartUploadWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'AbortMultipartUploadWithContext'

func (*S3API_AbortMultipartUploadWithContext_Call) Return

func (*S3API_AbortMultipartUploadWithContext_Call) Run

type S3API_AbortMultipartUpload_Call

type S3API_AbortMultipartUpload_Call struct {
	*mock.Call
}

S3API_AbortMultipartUpload_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'AbortMultipartUpload'

func (*S3API_AbortMultipartUpload_Call) Return

func (*S3API_AbortMultipartUpload_Call) Run

func (*S3API_AbortMultipartUpload_Call) RunAndReturn

type S3API_CompleteMultipartUploadRequest_Call

type S3API_CompleteMultipartUploadRequest_Call struct {
	*mock.Call
}

S3API_CompleteMultipartUploadRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CompleteMultipartUploadRequest'

func (*S3API_CompleteMultipartUploadRequest_Call) Return

func (*S3API_CompleteMultipartUploadRequest_Call) Run

type S3API_CompleteMultipartUploadWithContext_Call

type S3API_CompleteMultipartUploadWithContext_Call struct {
	*mock.Call
}

S3API_CompleteMultipartUploadWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CompleteMultipartUploadWithContext'

func (*S3API_CompleteMultipartUploadWithContext_Call) Return

func (*S3API_CompleteMultipartUploadWithContext_Call) Run

type S3API_CompleteMultipartUpload_Call

type S3API_CompleteMultipartUpload_Call struct {
	*mock.Call
}

S3API_CompleteMultipartUpload_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CompleteMultipartUpload'

func (*S3API_CompleteMultipartUpload_Call) Return

func (*S3API_CompleteMultipartUpload_Call) Run

type S3API_CopyObjectRequest_Call

type S3API_CopyObjectRequest_Call struct {
	*mock.Call
}

S3API_CopyObjectRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CopyObjectRequest'

func (*S3API_CopyObjectRequest_Call) Return

func (*S3API_CopyObjectRequest_Call) Run

func (*S3API_CopyObjectRequest_Call) RunAndReturn

type S3API_CopyObjectWithContext_Call

type S3API_CopyObjectWithContext_Call struct {
	*mock.Call
}

S3API_CopyObjectWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CopyObjectWithContext'

func (*S3API_CopyObjectWithContext_Call) Return

func (*S3API_CopyObjectWithContext_Call) Run

func (*S3API_CopyObjectWithContext_Call) RunAndReturn

type S3API_CopyObject_Call

type S3API_CopyObject_Call struct {
	*mock.Call
}

S3API_CopyObject_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CopyObject'

func (*S3API_CopyObject_Call) Return

func (*S3API_CopyObject_Call) Run

func (*S3API_CopyObject_Call) RunAndReturn

type S3API_CreateBucketRequest_Call

type S3API_CreateBucketRequest_Call struct {
	*mock.Call
}

S3API_CreateBucketRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateBucketRequest'

func (*S3API_CreateBucketRequest_Call) Return

func (*S3API_CreateBucketRequest_Call) Run

func (*S3API_CreateBucketRequest_Call) RunAndReturn

type S3API_CreateBucketWithContext_Call

type S3API_CreateBucketWithContext_Call struct {
	*mock.Call
}

S3API_CreateBucketWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateBucketWithContext'

func (*S3API_CreateBucketWithContext_Call) Return

func (*S3API_CreateBucketWithContext_Call) Run

func (*S3API_CreateBucketWithContext_Call) RunAndReturn

type S3API_CreateBucket_Call

type S3API_CreateBucket_Call struct {
	*mock.Call
}

S3API_CreateBucket_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateBucket'

func (*S3API_CreateBucket_Call) Return

func (*S3API_CreateBucket_Call) Run

func (*S3API_CreateBucket_Call) RunAndReturn

type S3API_CreateMultipartUploadRequest_Call

type S3API_CreateMultipartUploadRequest_Call struct {
	*mock.Call
}

S3API_CreateMultipartUploadRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateMultipartUploadRequest'

func (*S3API_CreateMultipartUploadRequest_Call) Return

func (*S3API_CreateMultipartUploadRequest_Call) Run

type S3API_CreateMultipartUploadWithContext_Call

type S3API_CreateMultipartUploadWithContext_Call struct {
	*mock.Call
}

S3API_CreateMultipartUploadWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateMultipartUploadWithContext'

func (*S3API_CreateMultipartUploadWithContext_Call) Return

func (*S3API_CreateMultipartUploadWithContext_Call) Run

type S3API_CreateMultipartUpload_Call

type S3API_CreateMultipartUpload_Call struct {
	*mock.Call
}

S3API_CreateMultipartUpload_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateMultipartUpload'

func (*S3API_CreateMultipartUpload_Call) Return

func (*S3API_CreateMultipartUpload_Call) Run

type S3API_CreateSessionRequest_Call

type S3API_CreateSessionRequest_Call struct {
	*mock.Call
}

S3API_CreateSessionRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateSessionRequest'

func (*S3API_CreateSessionRequest_Call) Return

func (*S3API_CreateSessionRequest_Call) Run

func (*S3API_CreateSessionRequest_Call) RunAndReturn

type S3API_CreateSessionWithContext_Call

type S3API_CreateSessionWithContext_Call struct {
	*mock.Call
}

S3API_CreateSessionWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateSessionWithContext'

func (*S3API_CreateSessionWithContext_Call) Return

func (*S3API_CreateSessionWithContext_Call) Run

type S3API_CreateSession_Call

type S3API_CreateSession_Call struct {
	*mock.Call
}

S3API_CreateSession_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateSession'

func (*S3API_CreateSession_Call) Return

func (*S3API_CreateSession_Call) Run

func (*S3API_CreateSession_Call) RunAndReturn

type S3API_DeleteBucketAnalyticsConfigurationRequest_Call

type S3API_DeleteBucketAnalyticsConfigurationRequest_Call struct {
	*mock.Call
}

S3API_DeleteBucketAnalyticsConfigurationRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteBucketAnalyticsConfigurationRequest'

func (*S3API_DeleteBucketAnalyticsConfigurationRequest_Call) Run

type S3API_DeleteBucketAnalyticsConfigurationWithContext_Call

type S3API_DeleteBucketAnalyticsConfigurationWithContext_Call struct {
	*mock.Call
}

S3API_DeleteBucketAnalyticsConfigurationWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteBucketAnalyticsConfigurationWithContext'

type S3API_DeleteBucketAnalyticsConfiguration_Call

type S3API_DeleteBucketAnalyticsConfiguration_Call struct {
	*mock.Call
}

S3API_DeleteBucketAnalyticsConfiguration_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteBucketAnalyticsConfiguration'

func (*S3API_DeleteBucketAnalyticsConfiguration_Call) Run

type S3API_DeleteBucketCorsRequest_Call

type S3API_DeleteBucketCorsRequest_Call struct {
	*mock.Call
}

S3API_DeleteBucketCorsRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteBucketCorsRequest'

func (*S3API_DeleteBucketCorsRequest_Call) Return

func (*S3API_DeleteBucketCorsRequest_Call) Run

func (*S3API_DeleteBucketCorsRequest_Call) RunAndReturn

type S3API_DeleteBucketCorsWithContext_Call

type S3API_DeleteBucketCorsWithContext_Call struct {
	*mock.Call
}

S3API_DeleteBucketCorsWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteBucketCorsWithContext'

func (*S3API_DeleteBucketCorsWithContext_Call) Return

func (*S3API_DeleteBucketCorsWithContext_Call) Run

type S3API_DeleteBucketCors_Call

type S3API_DeleteBucketCors_Call struct {
	*mock.Call
}

S3API_DeleteBucketCors_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteBucketCors'

func (*S3API_DeleteBucketCors_Call) Return

func (*S3API_DeleteBucketCors_Call) Run

func (*S3API_DeleteBucketCors_Call) RunAndReturn

type S3API_DeleteBucketEncryptionRequest_Call

type S3API_DeleteBucketEncryptionRequest_Call struct {
	*mock.Call
}

S3API_DeleteBucketEncryptionRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteBucketEncryptionRequest'

func (*S3API_DeleteBucketEncryptionRequest_Call) Return

func (*S3API_DeleteBucketEncryptionRequest_Call) Run

type S3API_DeleteBucketEncryptionWithContext_Call

type S3API_DeleteBucketEncryptionWithContext_Call struct {
	*mock.Call
}

S3API_DeleteBucketEncryptionWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteBucketEncryptionWithContext'

func (*S3API_DeleteBucketEncryptionWithContext_Call) Return

func (*S3API_DeleteBucketEncryptionWithContext_Call) Run

type S3API_DeleteBucketEncryption_Call

type S3API_DeleteBucketEncryption_Call struct {
	*mock.Call
}

S3API_DeleteBucketEncryption_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteBucketEncryption'

func (*S3API_DeleteBucketEncryption_Call) Return

func (*S3API_DeleteBucketEncryption_Call) Run

type S3API_DeleteBucketIntelligentTieringConfigurationRequest_Call

type S3API_DeleteBucketIntelligentTieringConfigurationRequest_Call struct {
	*mock.Call
}

S3API_DeleteBucketIntelligentTieringConfigurationRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteBucketIntelligentTieringConfigurationRequest'

type S3API_DeleteBucketIntelligentTieringConfigurationWithContext_Call

type S3API_DeleteBucketIntelligentTieringConfigurationWithContext_Call struct {
	*mock.Call
}

S3API_DeleteBucketIntelligentTieringConfigurationWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteBucketIntelligentTieringConfigurationWithContext'

type S3API_DeleteBucketIntelligentTieringConfiguration_Call

type S3API_DeleteBucketIntelligentTieringConfiguration_Call struct {
	*mock.Call
}

S3API_DeleteBucketIntelligentTieringConfiguration_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteBucketIntelligentTieringConfiguration'

type S3API_DeleteBucketInventoryConfigurationRequest_Call

type S3API_DeleteBucketInventoryConfigurationRequest_Call struct {
	*mock.Call
}

S3API_DeleteBucketInventoryConfigurationRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteBucketInventoryConfigurationRequest'

func (*S3API_DeleteBucketInventoryConfigurationRequest_Call) Run

type S3API_DeleteBucketInventoryConfigurationWithContext_Call

type S3API_DeleteBucketInventoryConfigurationWithContext_Call struct {
	*mock.Call
}

S3API_DeleteBucketInventoryConfigurationWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteBucketInventoryConfigurationWithContext'

type S3API_DeleteBucketInventoryConfiguration_Call

type S3API_DeleteBucketInventoryConfiguration_Call struct {
	*mock.Call
}

S3API_DeleteBucketInventoryConfiguration_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteBucketInventoryConfiguration'

func (*S3API_DeleteBucketInventoryConfiguration_Call) Run

type S3API_DeleteBucketLifecycleRequest_Call

type S3API_DeleteBucketLifecycleRequest_Call struct {
	*mock.Call
}

S3API_DeleteBucketLifecycleRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteBucketLifecycleRequest'

func (*S3API_DeleteBucketLifecycleRequest_Call) Return

func (*S3API_DeleteBucketLifecycleRequest_Call) Run

type S3API_DeleteBucketLifecycleWithContext_Call

type S3API_DeleteBucketLifecycleWithContext_Call struct {
	*mock.Call
}

S3API_DeleteBucketLifecycleWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteBucketLifecycleWithContext'

func (*S3API_DeleteBucketLifecycleWithContext_Call) Return

func (*S3API_DeleteBucketLifecycleWithContext_Call) Run

type S3API_DeleteBucketLifecycle_Call

type S3API_DeleteBucketLifecycle_Call struct {
	*mock.Call
}

S3API_DeleteBucketLifecycle_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteBucketLifecycle'

func (*S3API_DeleteBucketLifecycle_Call) Return

func (*S3API_DeleteBucketLifecycle_Call) Run

type S3API_DeleteBucketMetricsConfigurationRequest_Call

type S3API_DeleteBucketMetricsConfigurationRequest_Call struct {
	*mock.Call
}

S3API_DeleteBucketMetricsConfigurationRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteBucketMetricsConfigurationRequest'

func (*S3API_DeleteBucketMetricsConfigurationRequest_Call) Run

type S3API_DeleteBucketMetricsConfigurationWithContext_Call

type S3API_DeleteBucketMetricsConfigurationWithContext_Call struct {
	*mock.Call
}

S3API_DeleteBucketMetricsConfigurationWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteBucketMetricsConfigurationWithContext'

type S3API_DeleteBucketMetricsConfiguration_Call

type S3API_DeleteBucketMetricsConfiguration_Call struct {
	*mock.Call
}

S3API_DeleteBucketMetricsConfiguration_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteBucketMetricsConfiguration'

func (*S3API_DeleteBucketMetricsConfiguration_Call) Run

type S3API_DeleteBucketOwnershipControlsRequest_Call

type S3API_DeleteBucketOwnershipControlsRequest_Call struct {
	*mock.Call
}

S3API_DeleteBucketOwnershipControlsRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteBucketOwnershipControlsRequest'

func (*S3API_DeleteBucketOwnershipControlsRequest_Call) Run

type S3API_DeleteBucketOwnershipControlsWithContext_Call

type S3API_DeleteBucketOwnershipControlsWithContext_Call struct {
	*mock.Call
}

S3API_DeleteBucketOwnershipControlsWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteBucketOwnershipControlsWithContext'

func (*S3API_DeleteBucketOwnershipControlsWithContext_Call) Run

type S3API_DeleteBucketOwnershipControls_Call

type S3API_DeleteBucketOwnershipControls_Call struct {
	*mock.Call
}

S3API_DeleteBucketOwnershipControls_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteBucketOwnershipControls'

func (*S3API_DeleteBucketOwnershipControls_Call) Return

func (*S3API_DeleteBucketOwnershipControls_Call) Run

type S3API_DeleteBucketPolicyRequest_Call

type S3API_DeleteBucketPolicyRequest_Call struct {
	*mock.Call
}

S3API_DeleteBucketPolicyRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteBucketPolicyRequest'

func (*S3API_DeleteBucketPolicyRequest_Call) Return

func (*S3API_DeleteBucketPolicyRequest_Call) Run

type S3API_DeleteBucketPolicyWithContext_Call

type S3API_DeleteBucketPolicyWithContext_Call struct {
	*mock.Call
}

S3API_DeleteBucketPolicyWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteBucketPolicyWithContext'

func (*S3API_DeleteBucketPolicyWithContext_Call) Return

func (*S3API_DeleteBucketPolicyWithContext_Call) Run

type S3API_DeleteBucketPolicy_Call

type S3API_DeleteBucketPolicy_Call struct {
	*mock.Call
}

S3API_DeleteBucketPolicy_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteBucketPolicy'

func (*S3API_DeleteBucketPolicy_Call) Return

func (*S3API_DeleteBucketPolicy_Call) Run

func (*S3API_DeleteBucketPolicy_Call) RunAndReturn

type S3API_DeleteBucketReplicationRequest_Call

type S3API_DeleteBucketReplicationRequest_Call struct {
	*mock.Call
}

S3API_DeleteBucketReplicationRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteBucketReplicationRequest'

func (*S3API_DeleteBucketReplicationRequest_Call) Return

func (*S3API_DeleteBucketReplicationRequest_Call) Run

type S3API_DeleteBucketReplicationWithContext_Call

type S3API_DeleteBucketReplicationWithContext_Call struct {
	*mock.Call
}

S3API_DeleteBucketReplicationWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteBucketReplicationWithContext'

func (*S3API_DeleteBucketReplicationWithContext_Call) Return

func (*S3API_DeleteBucketReplicationWithContext_Call) Run

type S3API_DeleteBucketReplication_Call

type S3API_DeleteBucketReplication_Call struct {
	*mock.Call
}

S3API_DeleteBucketReplication_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteBucketReplication'

func (*S3API_DeleteBucketReplication_Call) Return

func (*S3API_DeleteBucketReplication_Call) Run

type S3API_DeleteBucketRequest_Call

type S3API_DeleteBucketRequest_Call struct {
	*mock.Call
}

S3API_DeleteBucketRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteBucketRequest'

func (*S3API_DeleteBucketRequest_Call) Return

func (*S3API_DeleteBucketRequest_Call) Run

func (*S3API_DeleteBucketRequest_Call) RunAndReturn

type S3API_DeleteBucketTaggingRequest_Call

type S3API_DeleteBucketTaggingRequest_Call struct {
	*mock.Call
}

S3API_DeleteBucketTaggingRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteBucketTaggingRequest'

func (*S3API_DeleteBucketTaggingRequest_Call) Return

func (*S3API_DeleteBucketTaggingRequest_Call) Run

type S3API_DeleteBucketTaggingWithContext_Call

type S3API_DeleteBucketTaggingWithContext_Call struct {
	*mock.Call
}

S3API_DeleteBucketTaggingWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteBucketTaggingWithContext'

func (*S3API_DeleteBucketTaggingWithContext_Call) Return

func (*S3API_DeleteBucketTaggingWithContext_Call) Run

type S3API_DeleteBucketTagging_Call

type S3API_DeleteBucketTagging_Call struct {
	*mock.Call
}

S3API_DeleteBucketTagging_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteBucketTagging'

func (*S3API_DeleteBucketTagging_Call) Return

func (*S3API_DeleteBucketTagging_Call) Run

func (*S3API_DeleteBucketTagging_Call) RunAndReturn

type S3API_DeleteBucketWebsiteRequest_Call

type S3API_DeleteBucketWebsiteRequest_Call struct {
	*mock.Call
}

S3API_DeleteBucketWebsiteRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteBucketWebsiteRequest'

func (*S3API_DeleteBucketWebsiteRequest_Call) Return

func (*S3API_DeleteBucketWebsiteRequest_Call) Run

type S3API_DeleteBucketWebsiteWithContext_Call

type S3API_DeleteBucketWebsiteWithContext_Call struct {
	*mock.Call
}

S3API_DeleteBucketWebsiteWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteBucketWebsiteWithContext'

func (*S3API_DeleteBucketWebsiteWithContext_Call) Return

func (*S3API_DeleteBucketWebsiteWithContext_Call) Run

type S3API_DeleteBucketWebsite_Call

type S3API_DeleteBucketWebsite_Call struct {
	*mock.Call
}

S3API_DeleteBucketWebsite_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteBucketWebsite'

func (*S3API_DeleteBucketWebsite_Call) Return

func (*S3API_DeleteBucketWebsite_Call) Run

func (*S3API_DeleteBucketWebsite_Call) RunAndReturn

type S3API_DeleteBucketWithContext_Call

type S3API_DeleteBucketWithContext_Call struct {
	*mock.Call
}

S3API_DeleteBucketWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteBucketWithContext'

func (*S3API_DeleteBucketWithContext_Call) Return

func (*S3API_DeleteBucketWithContext_Call) Run

func (*S3API_DeleteBucketWithContext_Call) RunAndReturn

type S3API_DeleteBucket_Call

type S3API_DeleteBucket_Call struct {
	*mock.Call
}

S3API_DeleteBucket_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteBucket'

func (*S3API_DeleteBucket_Call) Return

func (*S3API_DeleteBucket_Call) Run

func (*S3API_DeleteBucket_Call) RunAndReturn

type S3API_DeleteObjectRequest_Call

type S3API_DeleteObjectRequest_Call struct {
	*mock.Call
}

S3API_DeleteObjectRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteObjectRequest'

func (*S3API_DeleteObjectRequest_Call) Return

func (*S3API_DeleteObjectRequest_Call) Run

func (*S3API_DeleteObjectRequest_Call) RunAndReturn

type S3API_DeleteObjectTaggingRequest_Call

type S3API_DeleteObjectTaggingRequest_Call struct {
	*mock.Call
}

S3API_DeleteObjectTaggingRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteObjectTaggingRequest'

func (*S3API_DeleteObjectTaggingRequest_Call) Return

func (*S3API_DeleteObjectTaggingRequest_Call) Run

type S3API_DeleteObjectTaggingWithContext_Call

type S3API_DeleteObjectTaggingWithContext_Call struct {
	*mock.Call
}

S3API_DeleteObjectTaggingWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteObjectTaggingWithContext'

func (*S3API_DeleteObjectTaggingWithContext_Call) Return

func (*S3API_DeleteObjectTaggingWithContext_Call) Run

type S3API_DeleteObjectTagging_Call

type S3API_DeleteObjectTagging_Call struct {
	*mock.Call
}

S3API_DeleteObjectTagging_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteObjectTagging'

func (*S3API_DeleteObjectTagging_Call) Return

func (*S3API_DeleteObjectTagging_Call) Run

func (*S3API_DeleteObjectTagging_Call) RunAndReturn

type S3API_DeleteObjectWithContext_Call

type S3API_DeleteObjectWithContext_Call struct {
	*mock.Call
}

S3API_DeleteObjectWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteObjectWithContext'

func (*S3API_DeleteObjectWithContext_Call) Return

func (*S3API_DeleteObjectWithContext_Call) Run

func (*S3API_DeleteObjectWithContext_Call) RunAndReturn

type S3API_DeleteObject_Call

type S3API_DeleteObject_Call struct {
	*mock.Call
}

S3API_DeleteObject_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteObject'

func (*S3API_DeleteObject_Call) Return

func (*S3API_DeleteObject_Call) Run

func (*S3API_DeleteObject_Call) RunAndReturn

type S3API_DeleteObjectsRequest_Call

type S3API_DeleteObjectsRequest_Call struct {
	*mock.Call
}

S3API_DeleteObjectsRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteObjectsRequest'

func (*S3API_DeleteObjectsRequest_Call) Return

func (*S3API_DeleteObjectsRequest_Call) Run

func (*S3API_DeleteObjectsRequest_Call) RunAndReturn

type S3API_DeleteObjectsWithContext_Call

type S3API_DeleteObjectsWithContext_Call struct {
	*mock.Call
}

S3API_DeleteObjectsWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteObjectsWithContext'

func (*S3API_DeleteObjectsWithContext_Call) Return

func (*S3API_DeleteObjectsWithContext_Call) Run

type S3API_DeleteObjects_Call

type S3API_DeleteObjects_Call struct {
	*mock.Call
}

S3API_DeleteObjects_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteObjects'

func (*S3API_DeleteObjects_Call) Return

func (*S3API_DeleteObjects_Call) Run

func (*S3API_DeleteObjects_Call) RunAndReturn

type S3API_DeletePublicAccessBlockRequest_Call

type S3API_DeletePublicAccessBlockRequest_Call struct {
	*mock.Call
}

S3API_DeletePublicAccessBlockRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeletePublicAccessBlockRequest'

func (*S3API_DeletePublicAccessBlockRequest_Call) Return

func (*S3API_DeletePublicAccessBlockRequest_Call) Run

type S3API_DeletePublicAccessBlockWithContext_Call

type S3API_DeletePublicAccessBlockWithContext_Call struct {
	*mock.Call
}

S3API_DeletePublicAccessBlockWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeletePublicAccessBlockWithContext'

func (*S3API_DeletePublicAccessBlockWithContext_Call) Return

func (*S3API_DeletePublicAccessBlockWithContext_Call) Run

type S3API_DeletePublicAccessBlock_Call

type S3API_DeletePublicAccessBlock_Call struct {
	*mock.Call
}

S3API_DeletePublicAccessBlock_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeletePublicAccessBlock'

func (*S3API_DeletePublicAccessBlock_Call) Return

func (*S3API_DeletePublicAccessBlock_Call) Run

type S3API_Expecter

type S3API_Expecter struct {
	// contains filtered or unexported fields
}

func (*S3API_Expecter) AbortMultipartUpload

func (_e *S3API_Expecter) AbortMultipartUpload(_a0 interface{}) *S3API_AbortMultipartUpload_Call

AbortMultipartUpload is a helper method to define mock.On call

  • _a0 *s3.AbortMultipartUploadInput

func (*S3API_Expecter) AbortMultipartUploadRequest

func (_e *S3API_Expecter) AbortMultipartUploadRequest(_a0 interface{}) *S3API_AbortMultipartUploadRequest_Call

AbortMultipartUploadRequest is a helper method to define mock.On call

  • _a0 *s3.AbortMultipartUploadInput

func (*S3API_Expecter) AbortMultipartUploadWithContext

func (_e *S3API_Expecter) AbortMultipartUploadWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *S3API_AbortMultipartUploadWithContext_Call

AbortMultipartUploadWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *s3.AbortMultipartUploadInput
  • _a2 ...request.Option

func (*S3API_Expecter) CompleteMultipartUpload

func (_e *S3API_Expecter) CompleteMultipartUpload(_a0 interface{}) *S3API_CompleteMultipartUpload_Call

CompleteMultipartUpload is a helper method to define mock.On call

  • _a0 *s3.CompleteMultipartUploadInput

func (*S3API_Expecter) CompleteMultipartUploadRequest

func (_e *S3API_Expecter) CompleteMultipartUploadRequest(_a0 interface{}) *S3API_CompleteMultipartUploadRequest_Call

CompleteMultipartUploadRequest is a helper method to define mock.On call

  • _a0 *s3.CompleteMultipartUploadInput

func (*S3API_Expecter) CompleteMultipartUploadWithContext

func (_e *S3API_Expecter) CompleteMultipartUploadWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *S3API_CompleteMultipartUploadWithContext_Call

CompleteMultipartUploadWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *s3.CompleteMultipartUploadInput
  • _a2 ...request.Option

func (*S3API_Expecter) CopyObject

func (_e *S3API_Expecter) CopyObject(_a0 interface{}) *S3API_CopyObject_Call

CopyObject is a helper method to define mock.On call

  • _a0 *s3.CopyObjectInput

func (*S3API_Expecter) CopyObjectRequest

func (_e *S3API_Expecter) CopyObjectRequest(_a0 interface{}) *S3API_CopyObjectRequest_Call

CopyObjectRequest is a helper method to define mock.On call

  • _a0 *s3.CopyObjectInput

func (*S3API_Expecter) CopyObjectWithContext

func (_e *S3API_Expecter) CopyObjectWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *S3API_CopyObjectWithContext_Call

CopyObjectWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *s3.CopyObjectInput
  • _a2 ...request.Option

func (*S3API_Expecter) CreateBucket

func (_e *S3API_Expecter) CreateBucket(_a0 interface{}) *S3API_CreateBucket_Call

CreateBucket is a helper method to define mock.On call

  • _a0 *s3.CreateBucketInput

func (*S3API_Expecter) CreateBucketRequest

func (_e *S3API_Expecter) CreateBucketRequest(_a0 interface{}) *S3API_CreateBucketRequest_Call

CreateBucketRequest is a helper method to define mock.On call

  • _a0 *s3.CreateBucketInput

func (*S3API_Expecter) CreateBucketWithContext

func (_e *S3API_Expecter) CreateBucketWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *S3API_CreateBucketWithContext_Call

CreateBucketWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *s3.CreateBucketInput
  • _a2 ...request.Option

func (*S3API_Expecter) CreateMultipartUpload

func (_e *S3API_Expecter) CreateMultipartUpload(_a0 interface{}) *S3API_CreateMultipartUpload_Call

CreateMultipartUpload is a helper method to define mock.On call

  • _a0 *s3.CreateMultipartUploadInput

func (*S3API_Expecter) CreateMultipartUploadRequest

func (_e *S3API_Expecter) CreateMultipartUploadRequest(_a0 interface{}) *S3API_CreateMultipartUploadRequest_Call

CreateMultipartUploadRequest is a helper method to define mock.On call

  • _a0 *s3.CreateMultipartUploadInput

func (*S3API_Expecter) CreateMultipartUploadWithContext

func (_e *S3API_Expecter) CreateMultipartUploadWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *S3API_CreateMultipartUploadWithContext_Call

CreateMultipartUploadWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *s3.CreateMultipartUploadInput
  • _a2 ...request.Option

func (*S3API_Expecter) CreateSession

func (_e *S3API_Expecter) CreateSession(_a0 interface{}) *S3API_CreateSession_Call

CreateSession is a helper method to define mock.On call

  • _a0 *s3.CreateSessionInput

func (*S3API_Expecter) CreateSessionRequest

func (_e *S3API_Expecter) CreateSessionRequest(_a0 interface{}) *S3API_CreateSessionRequest_Call

CreateSessionRequest is a helper method to define mock.On call

  • _a0 *s3.CreateSessionInput

func (*S3API_Expecter) CreateSessionWithContext

func (_e *S3API_Expecter) CreateSessionWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *S3API_CreateSessionWithContext_Call

CreateSessionWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *s3.CreateSessionInput
  • _a2 ...request.Option

func (*S3API_Expecter) DeleteBucket

func (_e *S3API_Expecter) DeleteBucket(_a0 interface{}) *S3API_DeleteBucket_Call

DeleteBucket is a helper method to define mock.On call

  • _a0 *s3.DeleteBucketInput

func (*S3API_Expecter) DeleteBucketAnalyticsConfiguration

func (_e *S3API_Expecter) DeleteBucketAnalyticsConfiguration(_a0 interface{}) *S3API_DeleteBucketAnalyticsConfiguration_Call

DeleteBucketAnalyticsConfiguration is a helper method to define mock.On call

  • _a0 *s3.DeleteBucketAnalyticsConfigurationInput

func (*S3API_Expecter) DeleteBucketAnalyticsConfigurationRequest

func (_e *S3API_Expecter) DeleteBucketAnalyticsConfigurationRequest(_a0 interface{}) *S3API_DeleteBucketAnalyticsConfigurationRequest_Call

DeleteBucketAnalyticsConfigurationRequest is a helper method to define mock.On call

  • _a0 *s3.DeleteBucketAnalyticsConfigurationInput

func (*S3API_Expecter) DeleteBucketAnalyticsConfigurationWithContext

func (_e *S3API_Expecter) DeleteBucketAnalyticsConfigurationWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *S3API_DeleteBucketAnalyticsConfigurationWithContext_Call

DeleteBucketAnalyticsConfigurationWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *s3.DeleteBucketAnalyticsConfigurationInput
  • _a2 ...request.Option

func (*S3API_Expecter) DeleteBucketCors

func (_e *S3API_Expecter) DeleteBucketCors(_a0 interface{}) *S3API_DeleteBucketCors_Call

DeleteBucketCors is a helper method to define mock.On call

  • _a0 *s3.DeleteBucketCorsInput

func (*S3API_Expecter) DeleteBucketCorsRequest

func (_e *S3API_Expecter) DeleteBucketCorsRequest(_a0 interface{}) *S3API_DeleteBucketCorsRequest_Call

DeleteBucketCorsRequest is a helper method to define mock.On call

  • _a0 *s3.DeleteBucketCorsInput

func (*S3API_Expecter) DeleteBucketCorsWithContext

func (_e *S3API_Expecter) DeleteBucketCorsWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *S3API_DeleteBucketCorsWithContext_Call

DeleteBucketCorsWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *s3.DeleteBucketCorsInput
  • _a2 ...request.Option

func (*S3API_Expecter) DeleteBucketEncryption

func (_e *S3API_Expecter) DeleteBucketEncryption(_a0 interface{}) *S3API_DeleteBucketEncryption_Call

DeleteBucketEncryption is a helper method to define mock.On call

  • _a0 *s3.DeleteBucketEncryptionInput

func (*S3API_Expecter) DeleteBucketEncryptionRequest

func (_e *S3API_Expecter) DeleteBucketEncryptionRequest(_a0 interface{}) *S3API_DeleteBucketEncryptionRequest_Call

DeleteBucketEncryptionRequest is a helper method to define mock.On call

  • _a0 *s3.DeleteBucketEncryptionInput

func (*S3API_Expecter) DeleteBucketEncryptionWithContext

func (_e *S3API_Expecter) DeleteBucketEncryptionWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *S3API_DeleteBucketEncryptionWithContext_Call

DeleteBucketEncryptionWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *s3.DeleteBucketEncryptionInput
  • _a2 ...request.Option

func (*S3API_Expecter) DeleteBucketIntelligentTieringConfiguration

func (_e *S3API_Expecter) DeleteBucketIntelligentTieringConfiguration(_a0 interface{}) *S3API_DeleteBucketIntelligentTieringConfiguration_Call

DeleteBucketIntelligentTieringConfiguration is a helper method to define mock.On call

  • _a0 *s3.DeleteBucketIntelligentTieringConfigurationInput

func (*S3API_Expecter) DeleteBucketIntelligentTieringConfigurationRequest

func (_e *S3API_Expecter) DeleteBucketIntelligentTieringConfigurationRequest(_a0 interface{}) *S3API_DeleteBucketIntelligentTieringConfigurationRequest_Call

DeleteBucketIntelligentTieringConfigurationRequest is a helper method to define mock.On call

  • _a0 *s3.DeleteBucketIntelligentTieringConfigurationInput

func (*S3API_Expecter) DeleteBucketIntelligentTieringConfigurationWithContext

func (_e *S3API_Expecter) DeleteBucketIntelligentTieringConfigurationWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *S3API_DeleteBucketIntelligentTieringConfigurationWithContext_Call

DeleteBucketIntelligentTieringConfigurationWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *s3.DeleteBucketIntelligentTieringConfigurationInput
  • _a2 ...request.Option

func (*S3API_Expecter) DeleteBucketInventoryConfiguration

func (_e *S3API_Expecter) DeleteBucketInventoryConfiguration(_a0 interface{}) *S3API_DeleteBucketInventoryConfiguration_Call

DeleteBucketInventoryConfiguration is a helper method to define mock.On call

  • _a0 *s3.DeleteBucketInventoryConfigurationInput

func (*S3API_Expecter) DeleteBucketInventoryConfigurationRequest

func (_e *S3API_Expecter) DeleteBucketInventoryConfigurationRequest(_a0 interface{}) *S3API_DeleteBucketInventoryConfigurationRequest_Call

DeleteBucketInventoryConfigurationRequest is a helper method to define mock.On call

  • _a0 *s3.DeleteBucketInventoryConfigurationInput

func (*S3API_Expecter) DeleteBucketInventoryConfigurationWithContext

func (_e *S3API_Expecter) DeleteBucketInventoryConfigurationWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *S3API_DeleteBucketInventoryConfigurationWithContext_Call

DeleteBucketInventoryConfigurationWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *s3.DeleteBucketInventoryConfigurationInput
  • _a2 ...request.Option

func (*S3API_Expecter) DeleteBucketLifecycle

func (_e *S3API_Expecter) DeleteBucketLifecycle(_a0 interface{}) *S3API_DeleteBucketLifecycle_Call

DeleteBucketLifecycle is a helper method to define mock.On call

  • _a0 *s3.DeleteBucketLifecycleInput

func (*S3API_Expecter) DeleteBucketLifecycleRequest

func (_e *S3API_Expecter) DeleteBucketLifecycleRequest(_a0 interface{}) *S3API_DeleteBucketLifecycleRequest_Call

DeleteBucketLifecycleRequest is a helper method to define mock.On call

  • _a0 *s3.DeleteBucketLifecycleInput

func (*S3API_Expecter) DeleteBucketLifecycleWithContext

func (_e *S3API_Expecter) DeleteBucketLifecycleWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *S3API_DeleteBucketLifecycleWithContext_Call

DeleteBucketLifecycleWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *s3.DeleteBucketLifecycleInput
  • _a2 ...request.Option

func (*S3API_Expecter) DeleteBucketMetricsConfiguration

func (_e *S3API_Expecter) DeleteBucketMetricsConfiguration(_a0 interface{}) *S3API_DeleteBucketMetricsConfiguration_Call

DeleteBucketMetricsConfiguration is a helper method to define mock.On call

  • _a0 *s3.DeleteBucketMetricsConfigurationInput

func (*S3API_Expecter) DeleteBucketMetricsConfigurationRequest

func (_e *S3API_Expecter) DeleteBucketMetricsConfigurationRequest(_a0 interface{}) *S3API_DeleteBucketMetricsConfigurationRequest_Call

DeleteBucketMetricsConfigurationRequest is a helper method to define mock.On call

  • _a0 *s3.DeleteBucketMetricsConfigurationInput

func (*S3API_Expecter) DeleteBucketMetricsConfigurationWithContext

func (_e *S3API_Expecter) DeleteBucketMetricsConfigurationWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *S3API_DeleteBucketMetricsConfigurationWithContext_Call

DeleteBucketMetricsConfigurationWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *s3.DeleteBucketMetricsConfigurationInput
  • _a2 ...request.Option

func (*S3API_Expecter) DeleteBucketOwnershipControls

func (_e *S3API_Expecter) DeleteBucketOwnershipControls(_a0 interface{}) *S3API_DeleteBucketOwnershipControls_Call

DeleteBucketOwnershipControls is a helper method to define mock.On call

  • _a0 *s3.DeleteBucketOwnershipControlsInput

func (*S3API_Expecter) DeleteBucketOwnershipControlsRequest

func (_e *S3API_Expecter) DeleteBucketOwnershipControlsRequest(_a0 interface{}) *S3API_DeleteBucketOwnershipControlsRequest_Call

DeleteBucketOwnershipControlsRequest is a helper method to define mock.On call

  • _a0 *s3.DeleteBucketOwnershipControlsInput

func (*S3API_Expecter) DeleteBucketOwnershipControlsWithContext

func (_e *S3API_Expecter) DeleteBucketOwnershipControlsWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *S3API_DeleteBucketOwnershipControlsWithContext_Call

DeleteBucketOwnershipControlsWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *s3.DeleteBucketOwnershipControlsInput
  • _a2 ...request.Option

func (*S3API_Expecter) DeleteBucketPolicy

func (_e *S3API_Expecter) DeleteBucketPolicy(_a0 interface{}) *S3API_DeleteBucketPolicy_Call

DeleteBucketPolicy is a helper method to define mock.On call

  • _a0 *s3.DeleteBucketPolicyInput

func (*S3API_Expecter) DeleteBucketPolicyRequest

func (_e *S3API_Expecter) DeleteBucketPolicyRequest(_a0 interface{}) *S3API_DeleteBucketPolicyRequest_Call

DeleteBucketPolicyRequest is a helper method to define mock.On call

  • _a0 *s3.DeleteBucketPolicyInput

func (*S3API_Expecter) DeleteBucketPolicyWithContext

func (_e *S3API_Expecter) DeleteBucketPolicyWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *S3API_DeleteBucketPolicyWithContext_Call

DeleteBucketPolicyWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *s3.DeleteBucketPolicyInput
  • _a2 ...request.Option

func (*S3API_Expecter) DeleteBucketReplication

func (_e *S3API_Expecter) DeleteBucketReplication(_a0 interface{}) *S3API_DeleteBucketReplication_Call

DeleteBucketReplication is a helper method to define mock.On call

  • _a0 *s3.DeleteBucketReplicationInput

func (*S3API_Expecter) DeleteBucketReplicationRequest

func (_e *S3API_Expecter) DeleteBucketReplicationRequest(_a0 interface{}) *S3API_DeleteBucketReplicationRequest_Call

DeleteBucketReplicationRequest is a helper method to define mock.On call

  • _a0 *s3.DeleteBucketReplicationInput

func (*S3API_Expecter) DeleteBucketReplicationWithContext

func (_e *S3API_Expecter) DeleteBucketReplicationWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *S3API_DeleteBucketReplicationWithContext_Call

DeleteBucketReplicationWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *s3.DeleteBucketReplicationInput
  • _a2 ...request.Option

func (*S3API_Expecter) DeleteBucketRequest

func (_e *S3API_Expecter) DeleteBucketRequest(_a0 interface{}) *S3API_DeleteBucketRequest_Call

DeleteBucketRequest is a helper method to define mock.On call

  • _a0 *s3.DeleteBucketInput

func (*S3API_Expecter) DeleteBucketTagging

func (_e *S3API_Expecter) DeleteBucketTagging(_a0 interface{}) *S3API_DeleteBucketTagging_Call

DeleteBucketTagging is a helper method to define mock.On call

  • _a0 *s3.DeleteBucketTaggingInput

func (*S3API_Expecter) DeleteBucketTaggingRequest

func (_e *S3API_Expecter) DeleteBucketTaggingRequest(_a0 interface{}) *S3API_DeleteBucketTaggingRequest_Call

DeleteBucketTaggingRequest is a helper method to define mock.On call

  • _a0 *s3.DeleteBucketTaggingInput

func (*S3API_Expecter) DeleteBucketTaggingWithContext

func (_e *S3API_Expecter) DeleteBucketTaggingWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *S3API_DeleteBucketTaggingWithContext_Call

DeleteBucketTaggingWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *s3.DeleteBucketTaggingInput
  • _a2 ...request.Option

func (*S3API_Expecter) DeleteBucketWebsite

func (_e *S3API_Expecter) DeleteBucketWebsite(_a0 interface{}) *S3API_DeleteBucketWebsite_Call

DeleteBucketWebsite is a helper method to define mock.On call

  • _a0 *s3.DeleteBucketWebsiteInput

func (*S3API_Expecter) DeleteBucketWebsiteRequest

func (_e *S3API_Expecter) DeleteBucketWebsiteRequest(_a0 interface{}) *S3API_DeleteBucketWebsiteRequest_Call

DeleteBucketWebsiteRequest is a helper method to define mock.On call

  • _a0 *s3.DeleteBucketWebsiteInput

func (*S3API_Expecter) DeleteBucketWebsiteWithContext

func (_e *S3API_Expecter) DeleteBucketWebsiteWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *S3API_DeleteBucketWebsiteWithContext_Call

DeleteBucketWebsiteWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *s3.DeleteBucketWebsiteInput
  • _a2 ...request.Option

func (*S3API_Expecter) DeleteBucketWithContext

func (_e *S3API_Expecter) DeleteBucketWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *S3API_DeleteBucketWithContext_Call

DeleteBucketWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *s3.DeleteBucketInput
  • _a2 ...request.Option

func (*S3API_Expecter) DeleteObject

func (_e *S3API_Expecter) DeleteObject(_a0 interface{}) *S3API_DeleteObject_Call

DeleteObject is a helper method to define mock.On call

  • _a0 *s3.DeleteObjectInput

func (*S3API_Expecter) DeleteObjectRequest

func (_e *S3API_Expecter) DeleteObjectRequest(_a0 interface{}) *S3API_DeleteObjectRequest_Call

DeleteObjectRequest is a helper method to define mock.On call

  • _a0 *s3.DeleteObjectInput

func (*S3API_Expecter) DeleteObjectTagging

func (_e *S3API_Expecter) DeleteObjectTagging(_a0 interface{}) *S3API_DeleteObjectTagging_Call

DeleteObjectTagging is a helper method to define mock.On call

  • _a0 *s3.DeleteObjectTaggingInput

func (*S3API_Expecter) DeleteObjectTaggingRequest

func (_e *S3API_Expecter) DeleteObjectTaggingRequest(_a0 interface{}) *S3API_DeleteObjectTaggingRequest_Call

DeleteObjectTaggingRequest is a helper method to define mock.On call

  • _a0 *s3.DeleteObjectTaggingInput

func (*S3API_Expecter) DeleteObjectTaggingWithContext

func (_e *S3API_Expecter) DeleteObjectTaggingWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *S3API_DeleteObjectTaggingWithContext_Call

DeleteObjectTaggingWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *s3.DeleteObjectTaggingInput
  • _a2 ...request.Option

func (*S3API_Expecter) DeleteObjectWithContext

func (_e *S3API_Expecter) DeleteObjectWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *S3API_DeleteObjectWithContext_Call

DeleteObjectWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *s3.DeleteObjectInput
  • _a2 ...request.Option

func (*S3API_Expecter) DeleteObjects

func (_e *S3API_Expecter) DeleteObjects(_a0 interface{}) *S3API_DeleteObjects_Call

DeleteObjects is a helper method to define mock.On call

  • _a0 *s3.DeleteObjectsInput

func (*S3API_Expecter) DeleteObjectsRequest

func (_e *S3API_Expecter) DeleteObjectsRequest(_a0 interface{}) *S3API_DeleteObjectsRequest_Call

DeleteObjectsRequest is a helper method to define mock.On call

  • _a0 *s3.DeleteObjectsInput

func (*S3API_Expecter) DeleteObjectsWithContext

func (_e *S3API_Expecter) DeleteObjectsWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *S3API_DeleteObjectsWithContext_Call

DeleteObjectsWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *s3.DeleteObjectsInput
  • _a2 ...request.Option

func (*S3API_Expecter) DeletePublicAccessBlock

func (_e *S3API_Expecter) DeletePublicAccessBlock(_a0 interface{}) *S3API_DeletePublicAccessBlock_Call

DeletePublicAccessBlock is a helper method to define mock.On call

  • _a0 *s3.DeletePublicAccessBlockInput

func (*S3API_Expecter) DeletePublicAccessBlockRequest

func (_e *S3API_Expecter) DeletePublicAccessBlockRequest(_a0 interface{}) *S3API_DeletePublicAccessBlockRequest_Call

DeletePublicAccessBlockRequest is a helper method to define mock.On call

  • _a0 *s3.DeletePublicAccessBlockInput

func (*S3API_Expecter) DeletePublicAccessBlockWithContext

func (_e *S3API_Expecter) DeletePublicAccessBlockWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *S3API_DeletePublicAccessBlockWithContext_Call

DeletePublicAccessBlockWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *s3.DeletePublicAccessBlockInput
  • _a2 ...request.Option

func (*S3API_Expecter) GetBucketAccelerateConfiguration

func (_e *S3API_Expecter) GetBucketAccelerateConfiguration(_a0 interface{}) *S3API_GetBucketAccelerateConfiguration_Call

GetBucketAccelerateConfiguration is a helper method to define mock.On call

  • _a0 *s3.GetBucketAccelerateConfigurationInput

func (*S3API_Expecter) GetBucketAccelerateConfigurationRequest

func (_e *S3API_Expecter) GetBucketAccelerateConfigurationRequest(_a0 interface{}) *S3API_GetBucketAccelerateConfigurationRequest_Call

GetBucketAccelerateConfigurationRequest is a helper method to define mock.On call

  • _a0 *s3.GetBucketAccelerateConfigurationInput

func (*S3API_Expecter) GetBucketAccelerateConfigurationWithContext

func (_e *S3API_Expecter) GetBucketAccelerateConfigurationWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *S3API_GetBucketAccelerateConfigurationWithContext_Call

GetBucketAccelerateConfigurationWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *s3.GetBucketAccelerateConfigurationInput
  • _a2 ...request.Option

func (*S3API_Expecter) GetBucketAcl

func (_e *S3API_Expecter) GetBucketAcl(_a0 interface{}) *S3API_GetBucketAcl_Call

GetBucketAcl is a helper method to define mock.On call

  • _a0 *s3.GetBucketAclInput

func (*S3API_Expecter) GetBucketAclRequest

func (_e *S3API_Expecter) GetBucketAclRequest(_a0 interface{}) *S3API_GetBucketAclRequest_Call

GetBucketAclRequest is a helper method to define mock.On call

  • _a0 *s3.GetBucketAclInput

func (*S3API_Expecter) GetBucketAclWithContext

func (_e *S3API_Expecter) GetBucketAclWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *S3API_GetBucketAclWithContext_Call

GetBucketAclWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *s3.GetBucketAclInput
  • _a2 ...request.Option

func (*S3API_Expecter) GetBucketAnalyticsConfiguration

func (_e *S3API_Expecter) GetBucketAnalyticsConfiguration(_a0 interface{}) *S3API_GetBucketAnalyticsConfiguration_Call

GetBucketAnalyticsConfiguration is a helper method to define mock.On call

  • _a0 *s3.GetBucketAnalyticsConfigurationInput

func (*S3API_Expecter) GetBucketAnalyticsConfigurationRequest

func (_e *S3API_Expecter) GetBucketAnalyticsConfigurationRequest(_a0 interface{}) *S3API_GetBucketAnalyticsConfigurationRequest_Call

GetBucketAnalyticsConfigurationRequest is a helper method to define mock.On call

  • _a0 *s3.GetBucketAnalyticsConfigurationInput

func (*S3API_Expecter) GetBucketAnalyticsConfigurationWithContext

func (_e *S3API_Expecter) GetBucketAnalyticsConfigurationWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *S3API_GetBucketAnalyticsConfigurationWithContext_Call

GetBucketAnalyticsConfigurationWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *s3.GetBucketAnalyticsConfigurationInput
  • _a2 ...request.Option

func (*S3API_Expecter) GetBucketCors

func (_e *S3API_Expecter) GetBucketCors(_a0 interface{}) *S3API_GetBucketCors_Call

GetBucketCors is a helper method to define mock.On call

  • _a0 *s3.GetBucketCorsInput

func (*S3API_Expecter) GetBucketCorsRequest

func (_e *S3API_Expecter) GetBucketCorsRequest(_a0 interface{}) *S3API_GetBucketCorsRequest_Call

GetBucketCorsRequest is a helper method to define mock.On call

  • _a0 *s3.GetBucketCorsInput

func (*S3API_Expecter) GetBucketCorsWithContext

func (_e *S3API_Expecter) GetBucketCorsWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *S3API_GetBucketCorsWithContext_Call

GetBucketCorsWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *s3.GetBucketCorsInput
  • _a2 ...request.Option

func (*S3API_Expecter) GetBucketEncryption

func (_e *S3API_Expecter) GetBucketEncryption(_a0 interface{}) *S3API_GetBucketEncryption_Call

GetBucketEncryption is a helper method to define mock.On call

  • _a0 *s3.GetBucketEncryptionInput

func (*S3API_Expecter) GetBucketEncryptionRequest

func (_e *S3API_Expecter) GetBucketEncryptionRequest(_a0 interface{}) *S3API_GetBucketEncryptionRequest_Call

GetBucketEncryptionRequest is a helper method to define mock.On call

  • _a0 *s3.GetBucketEncryptionInput

func (*S3API_Expecter) GetBucketEncryptionWithContext

func (_e *S3API_Expecter) GetBucketEncryptionWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *S3API_GetBucketEncryptionWithContext_Call

GetBucketEncryptionWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *s3.GetBucketEncryptionInput
  • _a2 ...request.Option

func (*S3API_Expecter) GetBucketIntelligentTieringConfiguration

func (_e *S3API_Expecter) GetBucketIntelligentTieringConfiguration(_a0 interface{}) *S3API_GetBucketIntelligentTieringConfiguration_Call

GetBucketIntelligentTieringConfiguration is a helper method to define mock.On call

  • _a0 *s3.GetBucketIntelligentTieringConfigurationInput

func (*S3API_Expecter) GetBucketIntelligentTieringConfigurationRequest

func (_e *S3API_Expecter) GetBucketIntelligentTieringConfigurationRequest(_a0 interface{}) *S3API_GetBucketIntelligentTieringConfigurationRequest_Call

GetBucketIntelligentTieringConfigurationRequest is a helper method to define mock.On call

  • _a0 *s3.GetBucketIntelligentTieringConfigurationInput

func (*S3API_Expecter) GetBucketIntelligentTieringConfigurationWithContext

func (_e *S3API_Expecter) GetBucketIntelligentTieringConfigurationWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *S3API_GetBucketIntelligentTieringConfigurationWithContext_Call

GetBucketIntelligentTieringConfigurationWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *s3.GetBucketIntelligentTieringConfigurationInput
  • _a2 ...request.Option

func (*S3API_Expecter) GetBucketInventoryConfiguration

func (_e *S3API_Expecter) GetBucketInventoryConfiguration(_a0 interface{}) *S3API_GetBucketInventoryConfiguration_Call

GetBucketInventoryConfiguration is a helper method to define mock.On call

  • _a0 *s3.GetBucketInventoryConfigurationInput

func (*S3API_Expecter) GetBucketInventoryConfigurationRequest

func (_e *S3API_Expecter) GetBucketInventoryConfigurationRequest(_a0 interface{}) *S3API_GetBucketInventoryConfigurationRequest_Call

GetBucketInventoryConfigurationRequest is a helper method to define mock.On call

  • _a0 *s3.GetBucketInventoryConfigurationInput

func (*S3API_Expecter) GetBucketInventoryConfigurationWithContext

func (_e *S3API_Expecter) GetBucketInventoryConfigurationWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *S3API_GetBucketInventoryConfigurationWithContext_Call

GetBucketInventoryConfigurationWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *s3.GetBucketInventoryConfigurationInput
  • _a2 ...request.Option

func (*S3API_Expecter) GetBucketLifecycle

func (_e *S3API_Expecter) GetBucketLifecycle(_a0 interface{}) *S3API_GetBucketLifecycle_Call

GetBucketLifecycle is a helper method to define mock.On call

  • _a0 *s3.GetBucketLifecycleInput

func (*S3API_Expecter) GetBucketLifecycleConfiguration

func (_e *S3API_Expecter) GetBucketLifecycleConfiguration(_a0 interface{}) *S3API_GetBucketLifecycleConfiguration_Call

GetBucketLifecycleConfiguration is a helper method to define mock.On call

  • _a0 *s3.GetBucketLifecycleConfigurationInput

func (*S3API_Expecter) GetBucketLifecycleConfigurationRequest

func (_e *S3API_Expecter) GetBucketLifecycleConfigurationRequest(_a0 interface{}) *S3API_GetBucketLifecycleConfigurationRequest_Call

GetBucketLifecycleConfigurationRequest is a helper method to define mock.On call

  • _a0 *s3.GetBucketLifecycleConfigurationInput

func (*S3API_Expecter) GetBucketLifecycleConfigurationWithContext

func (_e *S3API_Expecter) GetBucketLifecycleConfigurationWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *S3API_GetBucketLifecycleConfigurationWithContext_Call

GetBucketLifecycleConfigurationWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *s3.GetBucketLifecycleConfigurationInput
  • _a2 ...request.Option

func (*S3API_Expecter) GetBucketLifecycleRequest

func (_e *S3API_Expecter) GetBucketLifecycleRequest(_a0 interface{}) *S3API_GetBucketLifecycleRequest_Call

GetBucketLifecycleRequest is a helper method to define mock.On call

  • _a0 *s3.GetBucketLifecycleInput

func (*S3API_Expecter) GetBucketLifecycleWithContext

func (_e *S3API_Expecter) GetBucketLifecycleWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *S3API_GetBucketLifecycleWithContext_Call

GetBucketLifecycleWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *s3.GetBucketLifecycleInput
  • _a2 ...request.Option

func (*S3API_Expecter) GetBucketLocation

func (_e *S3API_Expecter) GetBucketLocation(_a0 interface{}) *S3API_GetBucketLocation_Call

GetBucketLocation is a helper method to define mock.On call

  • _a0 *s3.GetBucketLocationInput

func (*S3API_Expecter) GetBucketLocationRequest

func (_e *S3API_Expecter) GetBucketLocationRequest(_a0 interface{}) *S3API_GetBucketLocationRequest_Call

GetBucketLocationRequest is a helper method to define mock.On call

  • _a0 *s3.GetBucketLocationInput

func (*S3API_Expecter) GetBucketLocationWithContext

func (_e *S3API_Expecter) GetBucketLocationWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *S3API_GetBucketLocationWithContext_Call

GetBucketLocationWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *s3.GetBucketLocationInput
  • _a2 ...request.Option

func (*S3API_Expecter) GetBucketLogging

func (_e *S3API_Expecter) GetBucketLogging(_a0 interface{}) *S3API_GetBucketLogging_Call

GetBucketLogging is a helper method to define mock.On call

  • _a0 *s3.GetBucketLoggingInput

func (*S3API_Expecter) GetBucketLoggingRequest

func (_e *S3API_Expecter) GetBucketLoggingRequest(_a0 interface{}) *S3API_GetBucketLoggingRequest_Call

GetBucketLoggingRequest is a helper method to define mock.On call

  • _a0 *s3.GetBucketLoggingInput

func (*S3API_Expecter) GetBucketLoggingWithContext

func (_e *S3API_Expecter) GetBucketLoggingWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *S3API_GetBucketLoggingWithContext_Call

GetBucketLoggingWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *s3.GetBucketLoggingInput
  • _a2 ...request.Option

func (*S3API_Expecter) GetBucketMetricsConfiguration

func (_e *S3API_Expecter) GetBucketMetricsConfiguration(_a0 interface{}) *S3API_GetBucketMetricsConfiguration_Call

GetBucketMetricsConfiguration is a helper method to define mock.On call

  • _a0 *s3.GetBucketMetricsConfigurationInput

func (*S3API_Expecter) GetBucketMetricsConfigurationRequest

func (_e *S3API_Expecter) GetBucketMetricsConfigurationRequest(_a0 interface{}) *S3API_GetBucketMetricsConfigurationRequest_Call

GetBucketMetricsConfigurationRequest is a helper method to define mock.On call

  • _a0 *s3.GetBucketMetricsConfigurationInput

func (*S3API_Expecter) GetBucketMetricsConfigurationWithContext

func (_e *S3API_Expecter) GetBucketMetricsConfigurationWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *S3API_GetBucketMetricsConfigurationWithContext_Call

GetBucketMetricsConfigurationWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *s3.GetBucketMetricsConfigurationInput
  • _a2 ...request.Option

func (*S3API_Expecter) GetBucketNotification

func (_e *S3API_Expecter) GetBucketNotification(_a0 interface{}) *S3API_GetBucketNotification_Call

GetBucketNotification is a helper method to define mock.On call

  • _a0 *s3.GetBucketNotificationConfigurationRequest

func (*S3API_Expecter) GetBucketNotificationConfiguration

func (_e *S3API_Expecter) GetBucketNotificationConfiguration(_a0 interface{}) *S3API_GetBucketNotificationConfiguration_Call

GetBucketNotificationConfiguration is a helper method to define mock.On call

  • _a0 *s3.GetBucketNotificationConfigurationRequest

func (*S3API_Expecter) GetBucketNotificationConfigurationRequest

func (_e *S3API_Expecter) GetBucketNotificationConfigurationRequest(_a0 interface{}) *S3API_GetBucketNotificationConfigurationRequest_Call

GetBucketNotificationConfigurationRequest is a helper method to define mock.On call

  • _a0 *s3.GetBucketNotificationConfigurationRequest

func (*S3API_Expecter) GetBucketNotificationConfigurationWithContext

func (_e *S3API_Expecter) GetBucketNotificationConfigurationWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *S3API_GetBucketNotificationConfigurationWithContext_Call

GetBucketNotificationConfigurationWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *s3.GetBucketNotificationConfigurationRequest
  • _a2 ...request.Option

func (*S3API_Expecter) GetBucketNotificationRequest

func (_e *S3API_Expecter) GetBucketNotificationRequest(_a0 interface{}) *S3API_GetBucketNotificationRequest_Call

GetBucketNotificationRequest is a helper method to define mock.On call

  • _a0 *s3.GetBucketNotificationConfigurationRequest

func (*S3API_Expecter) GetBucketNotificationWithContext

func (_e *S3API_Expecter) GetBucketNotificationWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *S3API_GetBucketNotificationWithContext_Call

GetBucketNotificationWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *s3.GetBucketNotificationConfigurationRequest
  • _a2 ...request.Option

func (*S3API_Expecter) GetBucketOwnershipControls

func (_e *S3API_Expecter) GetBucketOwnershipControls(_a0 interface{}) *S3API_GetBucketOwnershipControls_Call

GetBucketOwnershipControls is a helper method to define mock.On call

  • _a0 *s3.GetBucketOwnershipControlsInput

func (*S3API_Expecter) GetBucketOwnershipControlsRequest

func (_e *S3API_Expecter) GetBucketOwnershipControlsRequest(_a0 interface{}) *S3API_GetBucketOwnershipControlsRequest_Call

GetBucketOwnershipControlsRequest is a helper method to define mock.On call

  • _a0 *s3.GetBucketOwnershipControlsInput

func (*S3API_Expecter) GetBucketOwnershipControlsWithContext

func (_e *S3API_Expecter) GetBucketOwnershipControlsWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *S3API_GetBucketOwnershipControlsWithContext_Call

GetBucketOwnershipControlsWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *s3.GetBucketOwnershipControlsInput
  • _a2 ...request.Option

func (*S3API_Expecter) GetBucketPolicy

func (_e *S3API_Expecter) GetBucketPolicy(_a0 interface{}) *S3API_GetBucketPolicy_Call

GetBucketPolicy is a helper method to define mock.On call

  • _a0 *s3.GetBucketPolicyInput

func (*S3API_Expecter) GetBucketPolicyRequest

func (_e *S3API_Expecter) GetBucketPolicyRequest(_a0 interface{}) *S3API_GetBucketPolicyRequest_Call

GetBucketPolicyRequest is a helper method to define mock.On call

  • _a0 *s3.GetBucketPolicyInput

func (*S3API_Expecter) GetBucketPolicyStatus

func (_e *S3API_Expecter) GetBucketPolicyStatus(_a0 interface{}) *S3API_GetBucketPolicyStatus_Call

GetBucketPolicyStatus is a helper method to define mock.On call

  • _a0 *s3.GetBucketPolicyStatusInput

func (*S3API_Expecter) GetBucketPolicyStatusRequest

func (_e *S3API_Expecter) GetBucketPolicyStatusRequest(_a0 interface{}) *S3API_GetBucketPolicyStatusRequest_Call

GetBucketPolicyStatusRequest is a helper method to define mock.On call

  • _a0 *s3.GetBucketPolicyStatusInput

func (*S3API_Expecter) GetBucketPolicyStatusWithContext

func (_e *S3API_Expecter) GetBucketPolicyStatusWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *S3API_GetBucketPolicyStatusWithContext_Call

GetBucketPolicyStatusWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *s3.GetBucketPolicyStatusInput
  • _a2 ...request.Option

func (*S3API_Expecter) GetBucketPolicyWithContext

func (_e *S3API_Expecter) GetBucketPolicyWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *S3API_GetBucketPolicyWithContext_Call

GetBucketPolicyWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *s3.GetBucketPolicyInput
  • _a2 ...request.Option

func (*S3API_Expecter) GetBucketReplication

func (_e *S3API_Expecter) GetBucketReplication(_a0 interface{}) *S3API_GetBucketReplication_Call

GetBucketReplication is a helper method to define mock.On call

  • _a0 *s3.GetBucketReplicationInput

func (*S3API_Expecter) GetBucketReplicationRequest

func (_e *S3API_Expecter) GetBucketReplicationRequest(_a0 interface{}) *S3API_GetBucketReplicationRequest_Call

GetBucketReplicationRequest is a helper method to define mock.On call

  • _a0 *s3.GetBucketReplicationInput

func (*S3API_Expecter) GetBucketReplicationWithContext

func (_e *S3API_Expecter) GetBucketReplicationWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *S3API_GetBucketReplicationWithContext_Call

GetBucketReplicationWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *s3.GetBucketReplicationInput
  • _a2 ...request.Option

func (*S3API_Expecter) GetBucketRequestPayment

func (_e *S3API_Expecter) GetBucketRequestPayment(_a0 interface{}) *S3API_GetBucketRequestPayment_Call

GetBucketRequestPayment is a helper method to define mock.On call

  • _a0 *s3.GetBucketRequestPaymentInput

func (*S3API_Expecter) GetBucketRequestPaymentRequest

func (_e *S3API_Expecter) GetBucketRequestPaymentRequest(_a0 interface{}) *S3API_GetBucketRequestPaymentRequest_Call

GetBucketRequestPaymentRequest is a helper method to define mock.On call

  • _a0 *s3.GetBucketRequestPaymentInput

func (*S3API_Expecter) GetBucketRequestPaymentWithContext

func (_e *S3API_Expecter) GetBucketRequestPaymentWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *S3API_GetBucketRequestPaymentWithContext_Call

GetBucketRequestPaymentWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *s3.GetBucketRequestPaymentInput
  • _a2 ...request.Option

func (*S3API_Expecter) GetBucketTagging

func (_e *S3API_Expecter) GetBucketTagging(_a0 interface{}) *S3API_GetBucketTagging_Call

GetBucketTagging is a helper method to define mock.On call

  • _a0 *s3.GetBucketTaggingInput

func (*S3API_Expecter) GetBucketTaggingRequest

func (_e *S3API_Expecter) GetBucketTaggingRequest(_a0 interface{}) *S3API_GetBucketTaggingRequest_Call

GetBucketTaggingRequest is a helper method to define mock.On call

  • _a0 *s3.GetBucketTaggingInput

func (*S3API_Expecter) GetBucketTaggingWithContext

func (_e *S3API_Expecter) GetBucketTaggingWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *S3API_GetBucketTaggingWithContext_Call

GetBucketTaggingWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *s3.GetBucketTaggingInput
  • _a2 ...request.Option

func (*S3API_Expecter) GetBucketVersioning

func (_e *S3API_Expecter) GetBucketVersioning(_a0 interface{}) *S3API_GetBucketVersioning_Call

GetBucketVersioning is a helper method to define mock.On call

  • _a0 *s3.GetBucketVersioningInput

func (*S3API_Expecter) GetBucketVersioningRequest

func (_e *S3API_Expecter) GetBucketVersioningRequest(_a0 interface{}) *S3API_GetBucketVersioningRequest_Call

GetBucketVersioningRequest is a helper method to define mock.On call

  • _a0 *s3.GetBucketVersioningInput

func (*S3API_Expecter) GetBucketVersioningWithContext

func (_e *S3API_Expecter) GetBucketVersioningWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *S3API_GetBucketVersioningWithContext_Call

GetBucketVersioningWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *s3.GetBucketVersioningInput
  • _a2 ...request.Option

func (*S3API_Expecter) GetBucketWebsite

func (_e *S3API_Expecter) GetBucketWebsite(_a0 interface{}) *S3API_GetBucketWebsite_Call

GetBucketWebsite is a helper method to define mock.On call

  • _a0 *s3.GetBucketWebsiteInput

func (*S3API_Expecter) GetBucketWebsiteRequest

func (_e *S3API_Expecter) GetBucketWebsiteRequest(_a0 interface{}) *S3API_GetBucketWebsiteRequest_Call

GetBucketWebsiteRequest is a helper method to define mock.On call

  • _a0 *s3.GetBucketWebsiteInput

func (*S3API_Expecter) GetBucketWebsiteWithContext

func (_e *S3API_Expecter) GetBucketWebsiteWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *S3API_GetBucketWebsiteWithContext_Call

GetBucketWebsiteWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *s3.GetBucketWebsiteInput
  • _a2 ...request.Option

func (*S3API_Expecter) GetObject

func (_e *S3API_Expecter) GetObject(_a0 interface{}) *S3API_GetObject_Call

GetObject is a helper method to define mock.On call

  • _a0 *s3.GetObjectInput

func (*S3API_Expecter) GetObjectAcl

func (_e *S3API_Expecter) GetObjectAcl(_a0 interface{}) *S3API_GetObjectAcl_Call

GetObjectAcl is a helper method to define mock.On call

  • _a0 *s3.GetObjectAclInput

func (*S3API_Expecter) GetObjectAclRequest

func (_e *S3API_Expecter) GetObjectAclRequest(_a0 interface{}) *S3API_GetObjectAclRequest_Call

GetObjectAclRequest is a helper method to define mock.On call

  • _a0 *s3.GetObjectAclInput

func (*S3API_Expecter) GetObjectAclWithContext

func (_e *S3API_Expecter) GetObjectAclWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *S3API_GetObjectAclWithContext_Call

GetObjectAclWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *s3.GetObjectAclInput
  • _a2 ...request.Option

func (*S3API_Expecter) GetObjectAttributes

func (_e *S3API_Expecter) GetObjectAttributes(_a0 interface{}) *S3API_GetObjectAttributes_Call

GetObjectAttributes is a helper method to define mock.On call

  • _a0 *s3.GetObjectAttributesInput

func (*S3API_Expecter) GetObjectAttributesRequest

func (_e *S3API_Expecter) GetObjectAttributesRequest(_a0 interface{}) *S3API_GetObjectAttributesRequest_Call

GetObjectAttributesRequest is a helper method to define mock.On call

  • _a0 *s3.GetObjectAttributesInput

func (*S3API_Expecter) GetObjectAttributesWithContext

func (_e *S3API_Expecter) GetObjectAttributesWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *S3API_GetObjectAttributesWithContext_Call

GetObjectAttributesWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *s3.GetObjectAttributesInput
  • _a2 ...request.Option

func (*S3API_Expecter) GetObjectLegalHold

func (_e *S3API_Expecter) GetObjectLegalHold(_a0 interface{}) *S3API_GetObjectLegalHold_Call

GetObjectLegalHold is a helper method to define mock.On call

  • _a0 *s3.GetObjectLegalHoldInput

func (*S3API_Expecter) GetObjectLegalHoldRequest

func (_e *S3API_Expecter) GetObjectLegalHoldRequest(_a0 interface{}) *S3API_GetObjectLegalHoldRequest_Call

GetObjectLegalHoldRequest is a helper method to define mock.On call

  • _a0 *s3.GetObjectLegalHoldInput

func (*S3API_Expecter) GetObjectLegalHoldWithContext

func (_e *S3API_Expecter) GetObjectLegalHoldWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *S3API_GetObjectLegalHoldWithContext_Call

GetObjectLegalHoldWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *s3.GetObjectLegalHoldInput
  • _a2 ...request.Option

func (*S3API_Expecter) GetObjectLockConfiguration

func (_e *S3API_Expecter) GetObjectLockConfiguration(_a0 interface{}) *S3API_GetObjectLockConfiguration_Call

GetObjectLockConfiguration is a helper method to define mock.On call

  • _a0 *s3.GetObjectLockConfigurationInput

func (*S3API_Expecter) GetObjectLockConfigurationRequest

func (_e *S3API_Expecter) GetObjectLockConfigurationRequest(_a0 interface{}) *S3API_GetObjectLockConfigurationRequest_Call

GetObjectLockConfigurationRequest is a helper method to define mock.On call

  • _a0 *s3.GetObjectLockConfigurationInput

func (*S3API_Expecter) GetObjectLockConfigurationWithContext

func (_e *S3API_Expecter) GetObjectLockConfigurationWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *S3API_GetObjectLockConfigurationWithContext_Call

GetObjectLockConfigurationWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *s3.GetObjectLockConfigurationInput
  • _a2 ...request.Option

func (*S3API_Expecter) GetObjectRequest

func (_e *S3API_Expecter) GetObjectRequest(_a0 interface{}) *S3API_GetObjectRequest_Call

GetObjectRequest is a helper method to define mock.On call

  • _a0 *s3.GetObjectInput

func (*S3API_Expecter) GetObjectRetention

func (_e *S3API_Expecter) GetObjectRetention(_a0 interface{}) *S3API_GetObjectRetention_Call

GetObjectRetention is a helper method to define mock.On call

  • _a0 *s3.GetObjectRetentionInput

func (*S3API_Expecter) GetObjectRetentionRequest

func (_e *S3API_Expecter) GetObjectRetentionRequest(_a0 interface{}) *S3API_GetObjectRetentionRequest_Call

GetObjectRetentionRequest is a helper method to define mock.On call

  • _a0 *s3.GetObjectRetentionInput

func (*S3API_Expecter) GetObjectRetentionWithContext

func (_e *S3API_Expecter) GetObjectRetentionWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *S3API_GetObjectRetentionWithContext_Call

GetObjectRetentionWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *s3.GetObjectRetentionInput
  • _a2 ...request.Option

func (*S3API_Expecter) GetObjectTagging

func (_e *S3API_Expecter) GetObjectTagging(_a0 interface{}) *S3API_GetObjectTagging_Call

GetObjectTagging is a helper method to define mock.On call

  • _a0 *s3.GetObjectTaggingInput

func (*S3API_Expecter) GetObjectTaggingRequest

func (_e *S3API_Expecter) GetObjectTaggingRequest(_a0 interface{}) *S3API_GetObjectTaggingRequest_Call

GetObjectTaggingRequest is a helper method to define mock.On call

  • _a0 *s3.GetObjectTaggingInput

func (*S3API_Expecter) GetObjectTaggingWithContext

func (_e *S3API_Expecter) GetObjectTaggingWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *S3API_GetObjectTaggingWithContext_Call

GetObjectTaggingWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *s3.GetObjectTaggingInput
  • _a2 ...request.Option

func (*S3API_Expecter) GetObjectTorrent

func (_e *S3API_Expecter) GetObjectTorrent(_a0 interface{}) *S3API_GetObjectTorrent_Call

GetObjectTorrent is a helper method to define mock.On call

  • _a0 *s3.GetObjectTorrentInput

func (*S3API_Expecter) GetObjectTorrentRequest

func (_e *S3API_Expecter) GetObjectTorrentRequest(_a0 interface{}) *S3API_GetObjectTorrentRequest_Call

GetObjectTorrentRequest is a helper method to define mock.On call

  • _a0 *s3.GetObjectTorrentInput

func (*S3API_Expecter) GetObjectTorrentWithContext

func (_e *S3API_Expecter) GetObjectTorrentWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *S3API_GetObjectTorrentWithContext_Call

GetObjectTorrentWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *s3.GetObjectTorrentInput
  • _a2 ...request.Option

func (*S3API_Expecter) GetObjectWithContext

func (_e *S3API_Expecter) GetObjectWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *S3API_GetObjectWithContext_Call

GetObjectWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *s3.GetObjectInput
  • _a2 ...request.Option

func (*S3API_Expecter) GetPublicAccessBlock

func (_e *S3API_Expecter) GetPublicAccessBlock(_a0 interface{}) *S3API_GetPublicAccessBlock_Call

GetPublicAccessBlock is a helper method to define mock.On call

  • _a0 *s3.GetPublicAccessBlockInput

func (*S3API_Expecter) GetPublicAccessBlockRequest

func (_e *S3API_Expecter) GetPublicAccessBlockRequest(_a0 interface{}) *S3API_GetPublicAccessBlockRequest_Call

GetPublicAccessBlockRequest is a helper method to define mock.On call

  • _a0 *s3.GetPublicAccessBlockInput

func (*S3API_Expecter) GetPublicAccessBlockWithContext

func (_e *S3API_Expecter) GetPublicAccessBlockWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *S3API_GetPublicAccessBlockWithContext_Call

GetPublicAccessBlockWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *s3.GetPublicAccessBlockInput
  • _a2 ...request.Option

func (*S3API_Expecter) HeadBucket

func (_e *S3API_Expecter) HeadBucket(_a0 interface{}) *S3API_HeadBucket_Call

HeadBucket is a helper method to define mock.On call

  • _a0 *s3.HeadBucketInput

func (*S3API_Expecter) HeadBucketRequest

func (_e *S3API_Expecter) HeadBucketRequest(_a0 interface{}) *S3API_HeadBucketRequest_Call

HeadBucketRequest is a helper method to define mock.On call

  • _a0 *s3.HeadBucketInput

func (*S3API_Expecter) HeadBucketWithContext

func (_e *S3API_Expecter) HeadBucketWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *S3API_HeadBucketWithContext_Call

HeadBucketWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *s3.HeadBucketInput
  • _a2 ...request.Option

func (*S3API_Expecter) HeadObject

func (_e *S3API_Expecter) HeadObject(_a0 interface{}) *S3API_HeadObject_Call

HeadObject is a helper method to define mock.On call

  • _a0 *s3.HeadObjectInput

func (*S3API_Expecter) HeadObjectRequest

func (_e *S3API_Expecter) HeadObjectRequest(_a0 interface{}) *S3API_HeadObjectRequest_Call

HeadObjectRequest is a helper method to define mock.On call

  • _a0 *s3.HeadObjectInput

func (*S3API_Expecter) HeadObjectWithContext

func (_e *S3API_Expecter) HeadObjectWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *S3API_HeadObjectWithContext_Call

HeadObjectWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *s3.HeadObjectInput
  • _a2 ...request.Option

func (*S3API_Expecter) ListBucketAnalyticsConfigurations

func (_e *S3API_Expecter) ListBucketAnalyticsConfigurations(_a0 interface{}) *S3API_ListBucketAnalyticsConfigurations_Call

ListBucketAnalyticsConfigurations is a helper method to define mock.On call

  • _a0 *s3.ListBucketAnalyticsConfigurationsInput

func (*S3API_Expecter) ListBucketAnalyticsConfigurationsRequest

func (_e *S3API_Expecter) ListBucketAnalyticsConfigurationsRequest(_a0 interface{}) *S3API_ListBucketAnalyticsConfigurationsRequest_Call

ListBucketAnalyticsConfigurationsRequest is a helper method to define mock.On call

  • _a0 *s3.ListBucketAnalyticsConfigurationsInput

func (*S3API_Expecter) ListBucketAnalyticsConfigurationsWithContext

func (_e *S3API_Expecter) ListBucketAnalyticsConfigurationsWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *S3API_ListBucketAnalyticsConfigurationsWithContext_Call

ListBucketAnalyticsConfigurationsWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *s3.ListBucketAnalyticsConfigurationsInput
  • _a2 ...request.Option

func (*S3API_Expecter) ListBucketIntelligentTieringConfigurations

func (_e *S3API_Expecter) ListBucketIntelligentTieringConfigurations(_a0 interface{}) *S3API_ListBucketIntelligentTieringConfigurations_Call

ListBucketIntelligentTieringConfigurations is a helper method to define mock.On call

  • _a0 *s3.ListBucketIntelligentTieringConfigurationsInput

func (*S3API_Expecter) ListBucketIntelligentTieringConfigurationsRequest

func (_e *S3API_Expecter) ListBucketIntelligentTieringConfigurationsRequest(_a0 interface{}) *S3API_ListBucketIntelligentTieringConfigurationsRequest_Call

ListBucketIntelligentTieringConfigurationsRequest is a helper method to define mock.On call

  • _a0 *s3.ListBucketIntelligentTieringConfigurationsInput

func (*S3API_Expecter) ListBucketIntelligentTieringConfigurationsWithContext

func (_e *S3API_Expecter) ListBucketIntelligentTieringConfigurationsWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *S3API_ListBucketIntelligentTieringConfigurationsWithContext_Call

ListBucketIntelligentTieringConfigurationsWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *s3.ListBucketIntelligentTieringConfigurationsInput
  • _a2 ...request.Option

func (*S3API_Expecter) ListBucketInventoryConfigurations

func (_e *S3API_Expecter) ListBucketInventoryConfigurations(_a0 interface{}) *S3API_ListBucketInventoryConfigurations_Call

ListBucketInventoryConfigurations is a helper method to define mock.On call

  • _a0 *s3.ListBucketInventoryConfigurationsInput

func (*S3API_Expecter) ListBucketInventoryConfigurationsRequest

func (_e *S3API_Expecter) ListBucketInventoryConfigurationsRequest(_a0 interface{}) *S3API_ListBucketInventoryConfigurationsRequest_Call

ListBucketInventoryConfigurationsRequest is a helper method to define mock.On call

  • _a0 *s3.ListBucketInventoryConfigurationsInput

func (*S3API_Expecter) ListBucketInventoryConfigurationsWithContext

func (_e *S3API_Expecter) ListBucketInventoryConfigurationsWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *S3API_ListBucketInventoryConfigurationsWithContext_Call

ListBucketInventoryConfigurationsWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *s3.ListBucketInventoryConfigurationsInput
  • _a2 ...request.Option

func (*S3API_Expecter) ListBucketMetricsConfigurations

func (_e *S3API_Expecter) ListBucketMetricsConfigurations(_a0 interface{}) *S3API_ListBucketMetricsConfigurations_Call

ListBucketMetricsConfigurations is a helper method to define mock.On call

  • _a0 *s3.ListBucketMetricsConfigurationsInput

func (*S3API_Expecter) ListBucketMetricsConfigurationsRequest

func (_e *S3API_Expecter) ListBucketMetricsConfigurationsRequest(_a0 interface{}) *S3API_ListBucketMetricsConfigurationsRequest_Call

ListBucketMetricsConfigurationsRequest is a helper method to define mock.On call

  • _a0 *s3.ListBucketMetricsConfigurationsInput

func (*S3API_Expecter) ListBucketMetricsConfigurationsWithContext

func (_e *S3API_Expecter) ListBucketMetricsConfigurationsWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *S3API_ListBucketMetricsConfigurationsWithContext_Call

ListBucketMetricsConfigurationsWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *s3.ListBucketMetricsConfigurationsInput
  • _a2 ...request.Option

func (*S3API_Expecter) ListBuckets

func (_e *S3API_Expecter) ListBuckets(_a0 interface{}) *S3API_ListBuckets_Call

ListBuckets is a helper method to define mock.On call

  • _a0 *s3.ListBucketsInput

func (*S3API_Expecter) ListBucketsRequest

func (_e *S3API_Expecter) ListBucketsRequest(_a0 interface{}) *S3API_ListBucketsRequest_Call

ListBucketsRequest is a helper method to define mock.On call

  • _a0 *s3.ListBucketsInput

func (*S3API_Expecter) ListBucketsWithContext

func (_e *S3API_Expecter) ListBucketsWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *S3API_ListBucketsWithContext_Call

ListBucketsWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *s3.ListBucketsInput
  • _a2 ...request.Option

func (*S3API_Expecter) ListDirectoryBuckets

func (_e *S3API_Expecter) ListDirectoryBuckets(_a0 interface{}) *S3API_ListDirectoryBuckets_Call

ListDirectoryBuckets is a helper method to define mock.On call

  • _a0 *s3.ListDirectoryBucketsInput

func (*S3API_Expecter) ListDirectoryBucketsPages

func (_e *S3API_Expecter) ListDirectoryBucketsPages(_a0 interface{}, _a1 interface{}) *S3API_ListDirectoryBucketsPages_Call

ListDirectoryBucketsPages is a helper method to define mock.On call

  • _a0 *s3.ListDirectoryBucketsInput
  • _a1 func(*s3.ListDirectoryBucketsOutput , bool) bool

func (*S3API_Expecter) ListDirectoryBucketsPagesWithContext

func (_e *S3API_Expecter) ListDirectoryBucketsPagesWithContext(_a0 interface{}, _a1 interface{}, _a2 interface{}, _a3 ...interface{}) *S3API_ListDirectoryBucketsPagesWithContext_Call

ListDirectoryBucketsPagesWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *s3.ListDirectoryBucketsInput
  • _a2 func(*s3.ListDirectoryBucketsOutput , bool) bool
  • _a3 ...request.Option

func (*S3API_Expecter) ListDirectoryBucketsRequest

func (_e *S3API_Expecter) ListDirectoryBucketsRequest(_a0 interface{}) *S3API_ListDirectoryBucketsRequest_Call

ListDirectoryBucketsRequest is a helper method to define mock.On call

  • _a0 *s3.ListDirectoryBucketsInput

func (*S3API_Expecter) ListDirectoryBucketsWithContext

func (_e *S3API_Expecter) ListDirectoryBucketsWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *S3API_ListDirectoryBucketsWithContext_Call

ListDirectoryBucketsWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *s3.ListDirectoryBucketsInput
  • _a2 ...request.Option

func (*S3API_Expecter) ListMultipartUploads

func (_e *S3API_Expecter) ListMultipartUploads(_a0 interface{}) *S3API_ListMultipartUploads_Call

ListMultipartUploads is a helper method to define mock.On call

  • _a0 *s3.ListMultipartUploadsInput

func (*S3API_Expecter) ListMultipartUploadsPages

func (_e *S3API_Expecter) ListMultipartUploadsPages(_a0 interface{}, _a1 interface{}) *S3API_ListMultipartUploadsPages_Call

ListMultipartUploadsPages is a helper method to define mock.On call

  • _a0 *s3.ListMultipartUploadsInput
  • _a1 func(*s3.ListMultipartUploadsOutput , bool) bool

func (*S3API_Expecter) ListMultipartUploadsPagesWithContext

func (_e *S3API_Expecter) ListMultipartUploadsPagesWithContext(_a0 interface{}, _a1 interface{}, _a2 interface{}, _a3 ...interface{}) *S3API_ListMultipartUploadsPagesWithContext_Call

ListMultipartUploadsPagesWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *s3.ListMultipartUploadsInput
  • _a2 func(*s3.ListMultipartUploadsOutput , bool) bool
  • _a3 ...request.Option

func (*S3API_Expecter) ListMultipartUploadsRequest

func (_e *S3API_Expecter) ListMultipartUploadsRequest(_a0 interface{}) *S3API_ListMultipartUploadsRequest_Call

ListMultipartUploadsRequest is a helper method to define mock.On call

  • _a0 *s3.ListMultipartUploadsInput

func (*S3API_Expecter) ListMultipartUploadsWithContext

func (_e *S3API_Expecter) ListMultipartUploadsWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *S3API_ListMultipartUploadsWithContext_Call

ListMultipartUploadsWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *s3.ListMultipartUploadsInput
  • _a2 ...request.Option

func (*S3API_Expecter) ListObjectVersions

func (_e *S3API_Expecter) ListObjectVersions(_a0 interface{}) *S3API_ListObjectVersions_Call

ListObjectVersions is a helper method to define mock.On call

  • _a0 *s3.ListObjectVersionsInput

func (*S3API_Expecter) ListObjectVersionsPages

func (_e *S3API_Expecter) ListObjectVersionsPages(_a0 interface{}, _a1 interface{}) *S3API_ListObjectVersionsPages_Call

ListObjectVersionsPages is a helper method to define mock.On call

  • _a0 *s3.ListObjectVersionsInput
  • _a1 func(*s3.ListObjectVersionsOutput , bool) bool

func (*S3API_Expecter) ListObjectVersionsPagesWithContext

func (_e *S3API_Expecter) ListObjectVersionsPagesWithContext(_a0 interface{}, _a1 interface{}, _a2 interface{}, _a3 ...interface{}) *S3API_ListObjectVersionsPagesWithContext_Call

ListObjectVersionsPagesWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *s3.ListObjectVersionsInput
  • _a2 func(*s3.ListObjectVersionsOutput , bool) bool
  • _a3 ...request.Option

func (*S3API_Expecter) ListObjectVersionsRequest

func (_e *S3API_Expecter) ListObjectVersionsRequest(_a0 interface{}) *S3API_ListObjectVersionsRequest_Call

ListObjectVersionsRequest is a helper method to define mock.On call

  • _a0 *s3.ListObjectVersionsInput

func (*S3API_Expecter) ListObjectVersionsWithContext

func (_e *S3API_Expecter) ListObjectVersionsWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *S3API_ListObjectVersionsWithContext_Call

ListObjectVersionsWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *s3.ListObjectVersionsInput
  • _a2 ...request.Option

func (*S3API_Expecter) ListObjects

func (_e *S3API_Expecter) ListObjects(_a0 interface{}) *S3API_ListObjects_Call

ListObjects is a helper method to define mock.On call

  • _a0 *s3.ListObjectsInput

func (*S3API_Expecter) ListObjectsPages

func (_e *S3API_Expecter) ListObjectsPages(_a0 interface{}, _a1 interface{}) *S3API_ListObjectsPages_Call

ListObjectsPages is a helper method to define mock.On call

  • _a0 *s3.ListObjectsInput
  • _a1 func(*s3.ListObjectsOutput , bool) bool

func (*S3API_Expecter) ListObjectsPagesWithContext

func (_e *S3API_Expecter) ListObjectsPagesWithContext(_a0 interface{}, _a1 interface{}, _a2 interface{}, _a3 ...interface{}) *S3API_ListObjectsPagesWithContext_Call

ListObjectsPagesWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *s3.ListObjectsInput
  • _a2 func(*s3.ListObjectsOutput , bool) bool
  • _a3 ...request.Option

func (*S3API_Expecter) ListObjectsRequest

func (_e *S3API_Expecter) ListObjectsRequest(_a0 interface{}) *S3API_ListObjectsRequest_Call

ListObjectsRequest is a helper method to define mock.On call

  • _a0 *s3.ListObjectsInput

func (*S3API_Expecter) ListObjectsV2

func (_e *S3API_Expecter) ListObjectsV2(_a0 interface{}) *S3API_ListObjectsV2_Call

ListObjectsV2 is a helper method to define mock.On call

  • _a0 *s3.ListObjectsV2Input

func (*S3API_Expecter) ListObjectsV2Pages

func (_e *S3API_Expecter) ListObjectsV2Pages(_a0 interface{}, _a1 interface{}) *S3API_ListObjectsV2Pages_Call

ListObjectsV2Pages is a helper method to define mock.On call

  • _a0 *s3.ListObjectsV2Input
  • _a1 func(*s3.ListObjectsV2Output , bool) bool

func (*S3API_Expecter) ListObjectsV2PagesWithContext

func (_e *S3API_Expecter) ListObjectsV2PagesWithContext(_a0 interface{}, _a1 interface{}, _a2 interface{}, _a3 ...interface{}) *S3API_ListObjectsV2PagesWithContext_Call

ListObjectsV2PagesWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *s3.ListObjectsV2Input
  • _a2 func(*s3.ListObjectsV2Output , bool) bool
  • _a3 ...request.Option

func (*S3API_Expecter) ListObjectsV2Request

func (_e *S3API_Expecter) ListObjectsV2Request(_a0 interface{}) *S3API_ListObjectsV2Request_Call

ListObjectsV2Request is a helper method to define mock.On call

  • _a0 *s3.ListObjectsV2Input

func (*S3API_Expecter) ListObjectsV2WithContext

func (_e *S3API_Expecter) ListObjectsV2WithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *S3API_ListObjectsV2WithContext_Call

ListObjectsV2WithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *s3.ListObjectsV2Input
  • _a2 ...request.Option

func (*S3API_Expecter) ListObjectsWithContext

func (_e *S3API_Expecter) ListObjectsWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *S3API_ListObjectsWithContext_Call

ListObjectsWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *s3.ListObjectsInput
  • _a2 ...request.Option

func (*S3API_Expecter) ListParts

func (_e *S3API_Expecter) ListParts(_a0 interface{}) *S3API_ListParts_Call

ListParts is a helper method to define mock.On call

  • _a0 *s3.ListPartsInput

func (*S3API_Expecter) ListPartsPages

func (_e *S3API_Expecter) ListPartsPages(_a0 interface{}, _a1 interface{}) *S3API_ListPartsPages_Call

ListPartsPages is a helper method to define mock.On call

  • _a0 *s3.ListPartsInput
  • _a1 func(*s3.ListPartsOutput , bool) bool

func (*S3API_Expecter) ListPartsPagesWithContext

func (_e *S3API_Expecter) ListPartsPagesWithContext(_a0 interface{}, _a1 interface{}, _a2 interface{}, _a3 ...interface{}) *S3API_ListPartsPagesWithContext_Call

ListPartsPagesWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *s3.ListPartsInput
  • _a2 func(*s3.ListPartsOutput , bool) bool
  • _a3 ...request.Option

func (*S3API_Expecter) ListPartsRequest

func (_e *S3API_Expecter) ListPartsRequest(_a0 interface{}) *S3API_ListPartsRequest_Call

ListPartsRequest is a helper method to define mock.On call

  • _a0 *s3.ListPartsInput

func (*S3API_Expecter) ListPartsWithContext

func (_e *S3API_Expecter) ListPartsWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *S3API_ListPartsWithContext_Call

ListPartsWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *s3.ListPartsInput
  • _a2 ...request.Option

func (*S3API_Expecter) PutBucketAccelerateConfiguration

func (_e *S3API_Expecter) PutBucketAccelerateConfiguration(_a0 interface{}) *S3API_PutBucketAccelerateConfiguration_Call

PutBucketAccelerateConfiguration is a helper method to define mock.On call

  • _a0 *s3.PutBucketAccelerateConfigurationInput

func (*S3API_Expecter) PutBucketAccelerateConfigurationRequest

func (_e *S3API_Expecter) PutBucketAccelerateConfigurationRequest(_a0 interface{}) *S3API_PutBucketAccelerateConfigurationRequest_Call

PutBucketAccelerateConfigurationRequest is a helper method to define mock.On call

  • _a0 *s3.PutBucketAccelerateConfigurationInput

func (*S3API_Expecter) PutBucketAccelerateConfigurationWithContext

func (_e *S3API_Expecter) PutBucketAccelerateConfigurationWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *S3API_PutBucketAccelerateConfigurationWithContext_Call

PutBucketAccelerateConfigurationWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *s3.PutBucketAccelerateConfigurationInput
  • _a2 ...request.Option

func (*S3API_Expecter) PutBucketAcl

func (_e *S3API_Expecter) PutBucketAcl(_a0 interface{}) *S3API_PutBucketAcl_Call

PutBucketAcl is a helper method to define mock.On call

  • _a0 *s3.PutBucketAclInput

func (*S3API_Expecter) PutBucketAclRequest

func (_e *S3API_Expecter) PutBucketAclRequest(_a0 interface{}) *S3API_PutBucketAclRequest_Call

PutBucketAclRequest is a helper method to define mock.On call

  • _a0 *s3.PutBucketAclInput

func (*S3API_Expecter) PutBucketAclWithContext

func (_e *S3API_Expecter) PutBucketAclWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *S3API_PutBucketAclWithContext_Call

PutBucketAclWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *s3.PutBucketAclInput
  • _a2 ...request.Option

func (*S3API_Expecter) PutBucketAnalyticsConfiguration

func (_e *S3API_Expecter) PutBucketAnalyticsConfiguration(_a0 interface{}) *S3API_PutBucketAnalyticsConfiguration_Call

PutBucketAnalyticsConfiguration is a helper method to define mock.On call

  • _a0 *s3.PutBucketAnalyticsConfigurationInput

func (*S3API_Expecter) PutBucketAnalyticsConfigurationRequest

func (_e *S3API_Expecter) PutBucketAnalyticsConfigurationRequest(_a0 interface{}) *S3API_PutBucketAnalyticsConfigurationRequest_Call

PutBucketAnalyticsConfigurationRequest is a helper method to define mock.On call

  • _a0 *s3.PutBucketAnalyticsConfigurationInput

func (*S3API_Expecter) PutBucketAnalyticsConfigurationWithContext

func (_e *S3API_Expecter) PutBucketAnalyticsConfigurationWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *S3API_PutBucketAnalyticsConfigurationWithContext_Call

PutBucketAnalyticsConfigurationWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *s3.PutBucketAnalyticsConfigurationInput
  • _a2 ...request.Option

func (*S3API_Expecter) PutBucketCors

func (_e *S3API_Expecter) PutBucketCors(_a0 interface{}) *S3API_PutBucketCors_Call

PutBucketCors is a helper method to define mock.On call

  • _a0 *s3.PutBucketCorsInput

func (*S3API_Expecter) PutBucketCorsRequest

func (_e *S3API_Expecter) PutBucketCorsRequest(_a0 interface{}) *S3API_PutBucketCorsRequest_Call

PutBucketCorsRequest is a helper method to define mock.On call

  • _a0 *s3.PutBucketCorsInput

func (*S3API_Expecter) PutBucketCorsWithContext

func (_e *S3API_Expecter) PutBucketCorsWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *S3API_PutBucketCorsWithContext_Call

PutBucketCorsWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *s3.PutBucketCorsInput
  • _a2 ...request.Option

func (*S3API_Expecter) PutBucketEncryption

func (_e *S3API_Expecter) PutBucketEncryption(_a0 interface{}) *S3API_PutBucketEncryption_Call

PutBucketEncryption is a helper method to define mock.On call

  • _a0 *s3.PutBucketEncryptionInput

func (*S3API_Expecter) PutBucketEncryptionRequest

func (_e *S3API_Expecter) PutBucketEncryptionRequest(_a0 interface{}) *S3API_PutBucketEncryptionRequest_Call

PutBucketEncryptionRequest is a helper method to define mock.On call

  • _a0 *s3.PutBucketEncryptionInput

func (*S3API_Expecter) PutBucketEncryptionWithContext

func (_e *S3API_Expecter) PutBucketEncryptionWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *S3API_PutBucketEncryptionWithContext_Call

PutBucketEncryptionWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *s3.PutBucketEncryptionInput
  • _a2 ...request.Option

func (*S3API_Expecter) PutBucketIntelligentTieringConfiguration

func (_e *S3API_Expecter) PutBucketIntelligentTieringConfiguration(_a0 interface{}) *S3API_PutBucketIntelligentTieringConfiguration_Call

PutBucketIntelligentTieringConfiguration is a helper method to define mock.On call

  • _a0 *s3.PutBucketIntelligentTieringConfigurationInput

func (*S3API_Expecter) PutBucketIntelligentTieringConfigurationRequest

func (_e *S3API_Expecter) PutBucketIntelligentTieringConfigurationRequest(_a0 interface{}) *S3API_PutBucketIntelligentTieringConfigurationRequest_Call

PutBucketIntelligentTieringConfigurationRequest is a helper method to define mock.On call

  • _a0 *s3.PutBucketIntelligentTieringConfigurationInput

func (*S3API_Expecter) PutBucketIntelligentTieringConfigurationWithContext

func (_e *S3API_Expecter) PutBucketIntelligentTieringConfigurationWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *S3API_PutBucketIntelligentTieringConfigurationWithContext_Call

PutBucketIntelligentTieringConfigurationWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *s3.PutBucketIntelligentTieringConfigurationInput
  • _a2 ...request.Option

func (*S3API_Expecter) PutBucketInventoryConfiguration

func (_e *S3API_Expecter) PutBucketInventoryConfiguration(_a0 interface{}) *S3API_PutBucketInventoryConfiguration_Call

PutBucketInventoryConfiguration is a helper method to define mock.On call

  • _a0 *s3.PutBucketInventoryConfigurationInput

func (*S3API_Expecter) PutBucketInventoryConfigurationRequest

func (_e *S3API_Expecter) PutBucketInventoryConfigurationRequest(_a0 interface{}) *S3API_PutBucketInventoryConfigurationRequest_Call

PutBucketInventoryConfigurationRequest is a helper method to define mock.On call

  • _a0 *s3.PutBucketInventoryConfigurationInput

func (*S3API_Expecter) PutBucketInventoryConfigurationWithContext

func (_e *S3API_Expecter) PutBucketInventoryConfigurationWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *S3API_PutBucketInventoryConfigurationWithContext_Call

PutBucketInventoryConfigurationWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *s3.PutBucketInventoryConfigurationInput
  • _a2 ...request.Option

func (*S3API_Expecter) PutBucketLifecycle

func (_e *S3API_Expecter) PutBucketLifecycle(_a0 interface{}) *S3API_PutBucketLifecycle_Call

PutBucketLifecycle is a helper method to define mock.On call

  • _a0 *s3.PutBucketLifecycleInput

func (*S3API_Expecter) PutBucketLifecycleConfiguration

func (_e *S3API_Expecter) PutBucketLifecycleConfiguration(_a0 interface{}) *S3API_PutBucketLifecycleConfiguration_Call

PutBucketLifecycleConfiguration is a helper method to define mock.On call

  • _a0 *s3.PutBucketLifecycleConfigurationInput

func (*S3API_Expecter) PutBucketLifecycleConfigurationRequest

func (_e *S3API_Expecter) PutBucketLifecycleConfigurationRequest(_a0 interface{}) *S3API_PutBucketLifecycleConfigurationRequest_Call

PutBucketLifecycleConfigurationRequest is a helper method to define mock.On call

  • _a0 *s3.PutBucketLifecycleConfigurationInput

func (*S3API_Expecter) PutBucketLifecycleConfigurationWithContext

func (_e *S3API_Expecter) PutBucketLifecycleConfigurationWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *S3API_PutBucketLifecycleConfigurationWithContext_Call

PutBucketLifecycleConfigurationWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *s3.PutBucketLifecycleConfigurationInput
  • _a2 ...request.Option

func (*S3API_Expecter) PutBucketLifecycleRequest

func (_e *S3API_Expecter) PutBucketLifecycleRequest(_a0 interface{}) *S3API_PutBucketLifecycleRequest_Call

PutBucketLifecycleRequest is a helper method to define mock.On call

  • _a0 *s3.PutBucketLifecycleInput

func (*S3API_Expecter) PutBucketLifecycleWithContext

func (_e *S3API_Expecter) PutBucketLifecycleWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *S3API_PutBucketLifecycleWithContext_Call

PutBucketLifecycleWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *s3.PutBucketLifecycleInput
  • _a2 ...request.Option

func (*S3API_Expecter) PutBucketLogging

func (_e *S3API_Expecter) PutBucketLogging(_a0 interface{}) *S3API_PutBucketLogging_Call

PutBucketLogging is a helper method to define mock.On call

  • _a0 *s3.PutBucketLoggingInput

func (*S3API_Expecter) PutBucketLoggingRequest

func (_e *S3API_Expecter) PutBucketLoggingRequest(_a0 interface{}) *S3API_PutBucketLoggingRequest_Call

PutBucketLoggingRequest is a helper method to define mock.On call

  • _a0 *s3.PutBucketLoggingInput

func (*S3API_Expecter) PutBucketLoggingWithContext

func (_e *S3API_Expecter) PutBucketLoggingWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *S3API_PutBucketLoggingWithContext_Call

PutBucketLoggingWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *s3.PutBucketLoggingInput
  • _a2 ...request.Option

func (*S3API_Expecter) PutBucketMetricsConfiguration

func (_e *S3API_Expecter) PutBucketMetricsConfiguration(_a0 interface{}) *S3API_PutBucketMetricsConfiguration_Call

PutBucketMetricsConfiguration is a helper method to define mock.On call

  • _a0 *s3.PutBucketMetricsConfigurationInput

func (*S3API_Expecter) PutBucketMetricsConfigurationRequest

func (_e *S3API_Expecter) PutBucketMetricsConfigurationRequest(_a0 interface{}) *S3API_PutBucketMetricsConfigurationRequest_Call

PutBucketMetricsConfigurationRequest is a helper method to define mock.On call

  • _a0 *s3.PutBucketMetricsConfigurationInput

func (*S3API_Expecter) PutBucketMetricsConfigurationWithContext

func (_e *S3API_Expecter) PutBucketMetricsConfigurationWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *S3API_PutBucketMetricsConfigurationWithContext_Call

PutBucketMetricsConfigurationWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *s3.PutBucketMetricsConfigurationInput
  • _a2 ...request.Option

func (*S3API_Expecter) PutBucketNotification

func (_e *S3API_Expecter) PutBucketNotification(_a0 interface{}) *S3API_PutBucketNotification_Call

PutBucketNotification is a helper method to define mock.On call

  • _a0 *s3.PutBucketNotificationInput

func (*S3API_Expecter) PutBucketNotificationConfiguration

func (_e *S3API_Expecter) PutBucketNotificationConfiguration(_a0 interface{}) *S3API_PutBucketNotificationConfiguration_Call

PutBucketNotificationConfiguration is a helper method to define mock.On call

  • _a0 *s3.PutBucketNotificationConfigurationInput

func (*S3API_Expecter) PutBucketNotificationConfigurationRequest

func (_e *S3API_Expecter) PutBucketNotificationConfigurationRequest(_a0 interface{}) *S3API_PutBucketNotificationConfigurationRequest_Call

PutBucketNotificationConfigurationRequest is a helper method to define mock.On call

  • _a0 *s3.PutBucketNotificationConfigurationInput

func (*S3API_Expecter) PutBucketNotificationConfigurationWithContext

func (_e *S3API_Expecter) PutBucketNotificationConfigurationWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *S3API_PutBucketNotificationConfigurationWithContext_Call

PutBucketNotificationConfigurationWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *s3.PutBucketNotificationConfigurationInput
  • _a2 ...request.Option

func (*S3API_Expecter) PutBucketNotificationRequest

func (_e *S3API_Expecter) PutBucketNotificationRequest(_a0 interface{}) *S3API_PutBucketNotificationRequest_Call

PutBucketNotificationRequest is a helper method to define mock.On call

  • _a0 *s3.PutBucketNotificationInput

func (*S3API_Expecter) PutBucketNotificationWithContext

func (_e *S3API_Expecter) PutBucketNotificationWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *S3API_PutBucketNotificationWithContext_Call

PutBucketNotificationWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *s3.PutBucketNotificationInput
  • _a2 ...request.Option

func (*S3API_Expecter) PutBucketOwnershipControls

func (_e *S3API_Expecter) PutBucketOwnershipControls(_a0 interface{}) *S3API_PutBucketOwnershipControls_Call

PutBucketOwnershipControls is a helper method to define mock.On call

  • _a0 *s3.PutBucketOwnershipControlsInput

func (*S3API_Expecter) PutBucketOwnershipControlsRequest

func (_e *S3API_Expecter) PutBucketOwnershipControlsRequest(_a0 interface{}) *S3API_PutBucketOwnershipControlsRequest_Call

PutBucketOwnershipControlsRequest is a helper method to define mock.On call

  • _a0 *s3.PutBucketOwnershipControlsInput

func (*S3API_Expecter) PutBucketOwnershipControlsWithContext

func (_e *S3API_Expecter) PutBucketOwnershipControlsWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *S3API_PutBucketOwnershipControlsWithContext_Call

PutBucketOwnershipControlsWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *s3.PutBucketOwnershipControlsInput
  • _a2 ...request.Option

func (*S3API_Expecter) PutBucketPolicy

func (_e *S3API_Expecter) PutBucketPolicy(_a0 interface{}) *S3API_PutBucketPolicy_Call

PutBucketPolicy is a helper method to define mock.On call

  • _a0 *s3.PutBucketPolicyInput

func (*S3API_Expecter) PutBucketPolicyRequest

func (_e *S3API_Expecter) PutBucketPolicyRequest(_a0 interface{}) *S3API_PutBucketPolicyRequest_Call

PutBucketPolicyRequest is a helper method to define mock.On call

  • _a0 *s3.PutBucketPolicyInput

func (*S3API_Expecter) PutBucketPolicyWithContext

func (_e *S3API_Expecter) PutBucketPolicyWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *S3API_PutBucketPolicyWithContext_Call

PutBucketPolicyWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *s3.PutBucketPolicyInput
  • _a2 ...request.Option

func (*S3API_Expecter) PutBucketReplication

func (_e *S3API_Expecter) PutBucketReplication(_a0 interface{}) *S3API_PutBucketReplication_Call

PutBucketReplication is a helper method to define mock.On call

  • _a0 *s3.PutBucketReplicationInput

func (*S3API_Expecter) PutBucketReplicationRequest

func (_e *S3API_Expecter) PutBucketReplicationRequest(_a0 interface{}) *S3API_PutBucketReplicationRequest_Call

PutBucketReplicationRequest is a helper method to define mock.On call

  • _a0 *s3.PutBucketReplicationInput

func (*S3API_Expecter) PutBucketReplicationWithContext

func (_e *S3API_Expecter) PutBucketReplicationWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *S3API_PutBucketReplicationWithContext_Call

PutBucketReplicationWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *s3.PutBucketReplicationInput
  • _a2 ...request.Option

func (*S3API_Expecter) PutBucketRequestPayment

func (_e *S3API_Expecter) PutBucketRequestPayment(_a0 interface{}) *S3API_PutBucketRequestPayment_Call

PutBucketRequestPayment is a helper method to define mock.On call

  • _a0 *s3.PutBucketRequestPaymentInput

func (*S3API_Expecter) PutBucketRequestPaymentRequest

func (_e *S3API_Expecter) PutBucketRequestPaymentRequest(_a0 interface{}) *S3API_PutBucketRequestPaymentRequest_Call

PutBucketRequestPaymentRequest is a helper method to define mock.On call

  • _a0 *s3.PutBucketRequestPaymentInput

func (*S3API_Expecter) PutBucketRequestPaymentWithContext

func (_e *S3API_Expecter) PutBucketRequestPaymentWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *S3API_PutBucketRequestPaymentWithContext_Call

PutBucketRequestPaymentWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *s3.PutBucketRequestPaymentInput
  • _a2 ...request.Option

func (*S3API_Expecter) PutBucketTagging

func (_e *S3API_Expecter) PutBucketTagging(_a0 interface{}) *S3API_PutBucketTagging_Call

PutBucketTagging is a helper method to define mock.On call

  • _a0 *s3.PutBucketTaggingInput

func (*S3API_Expecter) PutBucketTaggingRequest

func (_e *S3API_Expecter) PutBucketTaggingRequest(_a0 interface{}) *S3API_PutBucketTaggingRequest_Call

PutBucketTaggingRequest is a helper method to define mock.On call

  • _a0 *s3.PutBucketTaggingInput

func (*S3API_Expecter) PutBucketTaggingWithContext

func (_e *S3API_Expecter) PutBucketTaggingWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *S3API_PutBucketTaggingWithContext_Call

PutBucketTaggingWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *s3.PutBucketTaggingInput
  • _a2 ...request.Option

func (*S3API_Expecter) PutBucketVersioning

func (_e *S3API_Expecter) PutBucketVersioning(_a0 interface{}) *S3API_PutBucketVersioning_Call

PutBucketVersioning is a helper method to define mock.On call

  • _a0 *s3.PutBucketVersioningInput

func (*S3API_Expecter) PutBucketVersioningRequest

func (_e *S3API_Expecter) PutBucketVersioningRequest(_a0 interface{}) *S3API_PutBucketVersioningRequest_Call

PutBucketVersioningRequest is a helper method to define mock.On call

  • _a0 *s3.PutBucketVersioningInput

func (*S3API_Expecter) PutBucketVersioningWithContext

func (_e *S3API_Expecter) PutBucketVersioningWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *S3API_PutBucketVersioningWithContext_Call

PutBucketVersioningWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *s3.PutBucketVersioningInput
  • _a2 ...request.Option

func (*S3API_Expecter) PutBucketWebsite

func (_e *S3API_Expecter) PutBucketWebsite(_a0 interface{}) *S3API_PutBucketWebsite_Call

PutBucketWebsite is a helper method to define mock.On call

  • _a0 *s3.PutBucketWebsiteInput

func (*S3API_Expecter) PutBucketWebsiteRequest

func (_e *S3API_Expecter) PutBucketWebsiteRequest(_a0 interface{}) *S3API_PutBucketWebsiteRequest_Call

PutBucketWebsiteRequest is a helper method to define mock.On call

  • _a0 *s3.PutBucketWebsiteInput

func (*S3API_Expecter) PutBucketWebsiteWithContext

func (_e *S3API_Expecter) PutBucketWebsiteWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *S3API_PutBucketWebsiteWithContext_Call

PutBucketWebsiteWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *s3.PutBucketWebsiteInput
  • _a2 ...request.Option

func (*S3API_Expecter) PutObject

func (_e *S3API_Expecter) PutObject(_a0 interface{}) *S3API_PutObject_Call

PutObject is a helper method to define mock.On call

  • _a0 *s3.PutObjectInput

func (*S3API_Expecter) PutObjectAcl

func (_e *S3API_Expecter) PutObjectAcl(_a0 interface{}) *S3API_PutObjectAcl_Call

PutObjectAcl is a helper method to define mock.On call

  • _a0 *s3.PutObjectAclInput

func (*S3API_Expecter) PutObjectAclRequest

func (_e *S3API_Expecter) PutObjectAclRequest(_a0 interface{}) *S3API_PutObjectAclRequest_Call

PutObjectAclRequest is a helper method to define mock.On call

  • _a0 *s3.PutObjectAclInput

func (*S3API_Expecter) PutObjectAclWithContext

func (_e *S3API_Expecter) PutObjectAclWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *S3API_PutObjectAclWithContext_Call

PutObjectAclWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *s3.PutObjectAclInput
  • _a2 ...request.Option

func (*S3API_Expecter) PutObjectLegalHold

func (_e *S3API_Expecter) PutObjectLegalHold(_a0 interface{}) *S3API_PutObjectLegalHold_Call

PutObjectLegalHold is a helper method to define mock.On call

  • _a0 *s3.PutObjectLegalHoldInput

func (*S3API_Expecter) PutObjectLegalHoldRequest

func (_e *S3API_Expecter) PutObjectLegalHoldRequest(_a0 interface{}) *S3API_PutObjectLegalHoldRequest_Call

PutObjectLegalHoldRequest is a helper method to define mock.On call

  • _a0 *s3.PutObjectLegalHoldInput

func (*S3API_Expecter) PutObjectLegalHoldWithContext

func (_e *S3API_Expecter) PutObjectLegalHoldWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *S3API_PutObjectLegalHoldWithContext_Call

PutObjectLegalHoldWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *s3.PutObjectLegalHoldInput
  • _a2 ...request.Option

func (*S3API_Expecter) PutObjectLockConfiguration

func (_e *S3API_Expecter) PutObjectLockConfiguration(_a0 interface{}) *S3API_PutObjectLockConfiguration_Call

PutObjectLockConfiguration is a helper method to define mock.On call

  • _a0 *s3.PutObjectLockConfigurationInput

func (*S3API_Expecter) PutObjectLockConfigurationRequest

func (_e *S3API_Expecter) PutObjectLockConfigurationRequest(_a0 interface{}) *S3API_PutObjectLockConfigurationRequest_Call

PutObjectLockConfigurationRequest is a helper method to define mock.On call

  • _a0 *s3.PutObjectLockConfigurationInput

func (*S3API_Expecter) PutObjectLockConfigurationWithContext

func (_e *S3API_Expecter) PutObjectLockConfigurationWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *S3API_PutObjectLockConfigurationWithContext_Call

PutObjectLockConfigurationWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *s3.PutObjectLockConfigurationInput
  • _a2 ...request.Option

func (*S3API_Expecter) PutObjectRequest

func (_e *S3API_Expecter) PutObjectRequest(_a0 interface{}) *S3API_PutObjectRequest_Call

PutObjectRequest is a helper method to define mock.On call

  • _a0 *s3.PutObjectInput

func (*S3API_Expecter) PutObjectRetention

func (_e *S3API_Expecter) PutObjectRetention(_a0 interface{}) *S3API_PutObjectRetention_Call

PutObjectRetention is a helper method to define mock.On call

  • _a0 *s3.PutObjectRetentionInput

func (*S3API_Expecter) PutObjectRetentionRequest

func (_e *S3API_Expecter) PutObjectRetentionRequest(_a0 interface{}) *S3API_PutObjectRetentionRequest_Call

PutObjectRetentionRequest is a helper method to define mock.On call

  • _a0 *s3.PutObjectRetentionInput

func (*S3API_Expecter) PutObjectRetentionWithContext

func (_e *S3API_Expecter) PutObjectRetentionWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *S3API_PutObjectRetentionWithContext_Call

PutObjectRetentionWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *s3.PutObjectRetentionInput
  • _a2 ...request.Option

func (*S3API_Expecter) PutObjectTagging

func (_e *S3API_Expecter) PutObjectTagging(_a0 interface{}) *S3API_PutObjectTagging_Call

PutObjectTagging is a helper method to define mock.On call

  • _a0 *s3.PutObjectTaggingInput

func (*S3API_Expecter) PutObjectTaggingRequest

func (_e *S3API_Expecter) PutObjectTaggingRequest(_a0 interface{}) *S3API_PutObjectTaggingRequest_Call

PutObjectTaggingRequest is a helper method to define mock.On call

  • _a0 *s3.PutObjectTaggingInput

func (*S3API_Expecter) PutObjectTaggingWithContext

func (_e *S3API_Expecter) PutObjectTaggingWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *S3API_PutObjectTaggingWithContext_Call

PutObjectTaggingWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *s3.PutObjectTaggingInput
  • _a2 ...request.Option

func (*S3API_Expecter) PutObjectWithContext

func (_e *S3API_Expecter) PutObjectWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *S3API_PutObjectWithContext_Call

PutObjectWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *s3.PutObjectInput
  • _a2 ...request.Option

func (*S3API_Expecter) PutPublicAccessBlock

func (_e *S3API_Expecter) PutPublicAccessBlock(_a0 interface{}) *S3API_PutPublicAccessBlock_Call

PutPublicAccessBlock is a helper method to define mock.On call

  • _a0 *s3.PutPublicAccessBlockInput

func (*S3API_Expecter) PutPublicAccessBlockRequest

func (_e *S3API_Expecter) PutPublicAccessBlockRequest(_a0 interface{}) *S3API_PutPublicAccessBlockRequest_Call

PutPublicAccessBlockRequest is a helper method to define mock.On call

  • _a0 *s3.PutPublicAccessBlockInput

func (*S3API_Expecter) PutPublicAccessBlockWithContext

func (_e *S3API_Expecter) PutPublicAccessBlockWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *S3API_PutPublicAccessBlockWithContext_Call

PutPublicAccessBlockWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *s3.PutPublicAccessBlockInput
  • _a2 ...request.Option

func (*S3API_Expecter) RestoreObject

func (_e *S3API_Expecter) RestoreObject(_a0 interface{}) *S3API_RestoreObject_Call

RestoreObject is a helper method to define mock.On call

  • _a0 *s3.RestoreObjectInput

func (*S3API_Expecter) RestoreObjectRequest

func (_e *S3API_Expecter) RestoreObjectRequest(_a0 interface{}) *S3API_RestoreObjectRequest_Call

RestoreObjectRequest is a helper method to define mock.On call

  • _a0 *s3.RestoreObjectInput

func (*S3API_Expecter) RestoreObjectWithContext

func (_e *S3API_Expecter) RestoreObjectWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *S3API_RestoreObjectWithContext_Call

RestoreObjectWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *s3.RestoreObjectInput
  • _a2 ...request.Option

func (*S3API_Expecter) SelectObjectContent

func (_e *S3API_Expecter) SelectObjectContent(_a0 interface{}) *S3API_SelectObjectContent_Call

SelectObjectContent is a helper method to define mock.On call

  • _a0 *s3.SelectObjectContentInput

func (*S3API_Expecter) SelectObjectContentRequest

func (_e *S3API_Expecter) SelectObjectContentRequest(_a0 interface{}) *S3API_SelectObjectContentRequest_Call

SelectObjectContentRequest is a helper method to define mock.On call

  • _a0 *s3.SelectObjectContentInput

func (*S3API_Expecter) SelectObjectContentWithContext

func (_e *S3API_Expecter) SelectObjectContentWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *S3API_SelectObjectContentWithContext_Call

SelectObjectContentWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *s3.SelectObjectContentInput
  • _a2 ...request.Option

func (*S3API_Expecter) UploadPart

func (_e *S3API_Expecter) UploadPart(_a0 interface{}) *S3API_UploadPart_Call

UploadPart is a helper method to define mock.On call

  • _a0 *s3.UploadPartInput

func (*S3API_Expecter) UploadPartCopy

func (_e *S3API_Expecter) UploadPartCopy(_a0 interface{}) *S3API_UploadPartCopy_Call

UploadPartCopy is a helper method to define mock.On call

  • _a0 *s3.UploadPartCopyInput

func (*S3API_Expecter) UploadPartCopyRequest

func (_e *S3API_Expecter) UploadPartCopyRequest(_a0 interface{}) *S3API_UploadPartCopyRequest_Call

UploadPartCopyRequest is a helper method to define mock.On call

  • _a0 *s3.UploadPartCopyInput

func (*S3API_Expecter) UploadPartCopyWithContext

func (_e *S3API_Expecter) UploadPartCopyWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *S3API_UploadPartCopyWithContext_Call

UploadPartCopyWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *s3.UploadPartCopyInput
  • _a2 ...request.Option

func (*S3API_Expecter) UploadPartRequest

func (_e *S3API_Expecter) UploadPartRequest(_a0 interface{}) *S3API_UploadPartRequest_Call

UploadPartRequest is a helper method to define mock.On call

  • _a0 *s3.UploadPartInput

func (*S3API_Expecter) UploadPartWithContext

func (_e *S3API_Expecter) UploadPartWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *S3API_UploadPartWithContext_Call

UploadPartWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *s3.UploadPartInput
  • _a2 ...request.Option

func (*S3API_Expecter) WaitUntilBucketExists

func (_e *S3API_Expecter) WaitUntilBucketExists(_a0 interface{}) *S3API_WaitUntilBucketExists_Call

WaitUntilBucketExists is a helper method to define mock.On call

  • _a0 *s3.HeadBucketInput

func (*S3API_Expecter) WaitUntilBucketExistsWithContext

func (_e *S3API_Expecter) WaitUntilBucketExistsWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *S3API_WaitUntilBucketExistsWithContext_Call

WaitUntilBucketExistsWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *s3.HeadBucketInput
  • _a2 ...request.WaiterOption

func (*S3API_Expecter) WaitUntilBucketNotExists

func (_e *S3API_Expecter) WaitUntilBucketNotExists(_a0 interface{}) *S3API_WaitUntilBucketNotExists_Call

WaitUntilBucketNotExists is a helper method to define mock.On call

  • _a0 *s3.HeadBucketInput

func (*S3API_Expecter) WaitUntilBucketNotExistsWithContext

func (_e *S3API_Expecter) WaitUntilBucketNotExistsWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *S3API_WaitUntilBucketNotExistsWithContext_Call

WaitUntilBucketNotExistsWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *s3.HeadBucketInput
  • _a2 ...request.WaiterOption

func (*S3API_Expecter) WaitUntilObjectExists

func (_e *S3API_Expecter) WaitUntilObjectExists(_a0 interface{}) *S3API_WaitUntilObjectExists_Call

WaitUntilObjectExists is a helper method to define mock.On call

  • _a0 *s3.HeadObjectInput

func (*S3API_Expecter) WaitUntilObjectExistsWithContext

func (_e *S3API_Expecter) WaitUntilObjectExistsWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *S3API_WaitUntilObjectExistsWithContext_Call

WaitUntilObjectExistsWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *s3.HeadObjectInput
  • _a2 ...request.WaiterOption

func (*S3API_Expecter) WaitUntilObjectNotExists

func (_e *S3API_Expecter) WaitUntilObjectNotExists(_a0 interface{}) *S3API_WaitUntilObjectNotExists_Call

WaitUntilObjectNotExists is a helper method to define mock.On call

  • _a0 *s3.HeadObjectInput

func (*S3API_Expecter) WaitUntilObjectNotExistsWithContext

func (_e *S3API_Expecter) WaitUntilObjectNotExistsWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *S3API_WaitUntilObjectNotExistsWithContext_Call

WaitUntilObjectNotExistsWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *s3.HeadObjectInput
  • _a2 ...request.WaiterOption

func (*S3API_Expecter) WriteGetObjectResponse

func (_e *S3API_Expecter) WriteGetObjectResponse(_a0 interface{}) *S3API_WriteGetObjectResponse_Call

WriteGetObjectResponse is a helper method to define mock.On call

  • _a0 *s3.WriteGetObjectResponseInput

func (*S3API_Expecter) WriteGetObjectResponseRequest

func (_e *S3API_Expecter) WriteGetObjectResponseRequest(_a0 interface{}) *S3API_WriteGetObjectResponseRequest_Call

WriteGetObjectResponseRequest is a helper method to define mock.On call

  • _a0 *s3.WriteGetObjectResponseInput

func (*S3API_Expecter) WriteGetObjectResponseWithContext

func (_e *S3API_Expecter) WriteGetObjectResponseWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *S3API_WriteGetObjectResponseWithContext_Call

WriteGetObjectResponseWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *s3.WriteGetObjectResponseInput
  • _a2 ...request.Option

type S3API_GetBucketAccelerateConfigurationRequest_Call

type S3API_GetBucketAccelerateConfigurationRequest_Call struct {
	*mock.Call
}

S3API_GetBucketAccelerateConfigurationRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetBucketAccelerateConfigurationRequest'

func (*S3API_GetBucketAccelerateConfigurationRequest_Call) Run

type S3API_GetBucketAccelerateConfigurationWithContext_Call

type S3API_GetBucketAccelerateConfigurationWithContext_Call struct {
	*mock.Call
}

S3API_GetBucketAccelerateConfigurationWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetBucketAccelerateConfigurationWithContext'

type S3API_GetBucketAccelerateConfiguration_Call

type S3API_GetBucketAccelerateConfiguration_Call struct {
	*mock.Call
}

S3API_GetBucketAccelerateConfiguration_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetBucketAccelerateConfiguration'

func (*S3API_GetBucketAccelerateConfiguration_Call) Run

type S3API_GetBucketAclRequest_Call

type S3API_GetBucketAclRequest_Call struct {
	*mock.Call
}

S3API_GetBucketAclRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetBucketAclRequest'

func (*S3API_GetBucketAclRequest_Call) Return

func (*S3API_GetBucketAclRequest_Call) Run

func (*S3API_GetBucketAclRequest_Call) RunAndReturn

type S3API_GetBucketAclWithContext_Call

type S3API_GetBucketAclWithContext_Call struct {
	*mock.Call
}

S3API_GetBucketAclWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetBucketAclWithContext'

func (*S3API_GetBucketAclWithContext_Call) Return

func (*S3API_GetBucketAclWithContext_Call) Run

func (*S3API_GetBucketAclWithContext_Call) RunAndReturn

type S3API_GetBucketAcl_Call

type S3API_GetBucketAcl_Call struct {
	*mock.Call
}

S3API_GetBucketAcl_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetBucketAcl'

func (*S3API_GetBucketAcl_Call) Return

func (*S3API_GetBucketAcl_Call) Run

func (*S3API_GetBucketAcl_Call) RunAndReturn

type S3API_GetBucketAnalyticsConfigurationRequest_Call

type S3API_GetBucketAnalyticsConfigurationRequest_Call struct {
	*mock.Call
}

S3API_GetBucketAnalyticsConfigurationRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetBucketAnalyticsConfigurationRequest'

func (*S3API_GetBucketAnalyticsConfigurationRequest_Call) Run

type S3API_GetBucketAnalyticsConfigurationWithContext_Call

type S3API_GetBucketAnalyticsConfigurationWithContext_Call struct {
	*mock.Call
}

S3API_GetBucketAnalyticsConfigurationWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetBucketAnalyticsConfigurationWithContext'

func (*S3API_GetBucketAnalyticsConfigurationWithContext_Call) Run

type S3API_GetBucketAnalyticsConfiguration_Call

type S3API_GetBucketAnalyticsConfiguration_Call struct {
	*mock.Call
}

S3API_GetBucketAnalyticsConfiguration_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetBucketAnalyticsConfiguration'

func (*S3API_GetBucketAnalyticsConfiguration_Call) Run

type S3API_GetBucketCorsRequest_Call

type S3API_GetBucketCorsRequest_Call struct {
	*mock.Call
}

S3API_GetBucketCorsRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetBucketCorsRequest'

func (*S3API_GetBucketCorsRequest_Call) Return

func (*S3API_GetBucketCorsRequest_Call) Run

func (*S3API_GetBucketCorsRequest_Call) RunAndReturn

type S3API_GetBucketCorsWithContext_Call

type S3API_GetBucketCorsWithContext_Call struct {
	*mock.Call
}

S3API_GetBucketCorsWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetBucketCorsWithContext'

func (*S3API_GetBucketCorsWithContext_Call) Return

func (*S3API_GetBucketCorsWithContext_Call) Run

type S3API_GetBucketCors_Call

type S3API_GetBucketCors_Call struct {
	*mock.Call
}

S3API_GetBucketCors_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetBucketCors'

func (*S3API_GetBucketCors_Call) Return

func (*S3API_GetBucketCors_Call) Run

func (*S3API_GetBucketCors_Call) RunAndReturn

type S3API_GetBucketEncryptionRequest_Call

type S3API_GetBucketEncryptionRequest_Call struct {
	*mock.Call
}

S3API_GetBucketEncryptionRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetBucketEncryptionRequest'

func (*S3API_GetBucketEncryptionRequest_Call) Return

func (*S3API_GetBucketEncryptionRequest_Call) Run

type S3API_GetBucketEncryptionWithContext_Call

type S3API_GetBucketEncryptionWithContext_Call struct {
	*mock.Call
}

S3API_GetBucketEncryptionWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetBucketEncryptionWithContext'

func (*S3API_GetBucketEncryptionWithContext_Call) Return

func (*S3API_GetBucketEncryptionWithContext_Call) Run

type S3API_GetBucketEncryption_Call

type S3API_GetBucketEncryption_Call struct {
	*mock.Call
}

S3API_GetBucketEncryption_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetBucketEncryption'

func (*S3API_GetBucketEncryption_Call) Return

func (*S3API_GetBucketEncryption_Call) Run

func (*S3API_GetBucketEncryption_Call) RunAndReturn

type S3API_GetBucketIntelligentTieringConfigurationRequest_Call

type S3API_GetBucketIntelligentTieringConfigurationRequest_Call struct {
	*mock.Call
}

S3API_GetBucketIntelligentTieringConfigurationRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetBucketIntelligentTieringConfigurationRequest'

type S3API_GetBucketIntelligentTieringConfigurationWithContext_Call

type S3API_GetBucketIntelligentTieringConfigurationWithContext_Call struct {
	*mock.Call
}

S3API_GetBucketIntelligentTieringConfigurationWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetBucketIntelligentTieringConfigurationWithContext'

type S3API_GetBucketIntelligentTieringConfiguration_Call

type S3API_GetBucketIntelligentTieringConfiguration_Call struct {
	*mock.Call
}

S3API_GetBucketIntelligentTieringConfiguration_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetBucketIntelligentTieringConfiguration'

type S3API_GetBucketInventoryConfigurationRequest_Call

type S3API_GetBucketInventoryConfigurationRequest_Call struct {
	*mock.Call
}

S3API_GetBucketInventoryConfigurationRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetBucketInventoryConfigurationRequest'

func (*S3API_GetBucketInventoryConfigurationRequest_Call) Run

type S3API_GetBucketInventoryConfigurationWithContext_Call

type S3API_GetBucketInventoryConfigurationWithContext_Call struct {
	*mock.Call
}

S3API_GetBucketInventoryConfigurationWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetBucketInventoryConfigurationWithContext'

func (*S3API_GetBucketInventoryConfigurationWithContext_Call) Run

type S3API_GetBucketInventoryConfiguration_Call

type S3API_GetBucketInventoryConfiguration_Call struct {
	*mock.Call
}

S3API_GetBucketInventoryConfiguration_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetBucketInventoryConfiguration'

func (*S3API_GetBucketInventoryConfiguration_Call) Run

type S3API_GetBucketLifecycleConfigurationRequest_Call

type S3API_GetBucketLifecycleConfigurationRequest_Call struct {
	*mock.Call
}

S3API_GetBucketLifecycleConfigurationRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetBucketLifecycleConfigurationRequest'

func (*S3API_GetBucketLifecycleConfigurationRequest_Call) Run

type S3API_GetBucketLifecycleConfigurationWithContext_Call

type S3API_GetBucketLifecycleConfigurationWithContext_Call struct {
	*mock.Call
}

S3API_GetBucketLifecycleConfigurationWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetBucketLifecycleConfigurationWithContext'

func (*S3API_GetBucketLifecycleConfigurationWithContext_Call) Run

type S3API_GetBucketLifecycleConfiguration_Call

type S3API_GetBucketLifecycleConfiguration_Call struct {
	*mock.Call
}

S3API_GetBucketLifecycleConfiguration_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetBucketLifecycleConfiguration'

func (*S3API_GetBucketLifecycleConfiguration_Call) Run

type S3API_GetBucketLifecycleRequest_Call

type S3API_GetBucketLifecycleRequest_Call struct {
	*mock.Call
}

S3API_GetBucketLifecycleRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetBucketLifecycleRequest'

func (*S3API_GetBucketLifecycleRequest_Call) Return

func (*S3API_GetBucketLifecycleRequest_Call) Run

type S3API_GetBucketLifecycleWithContext_Call

type S3API_GetBucketLifecycleWithContext_Call struct {
	*mock.Call
}

S3API_GetBucketLifecycleWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetBucketLifecycleWithContext'

func (*S3API_GetBucketLifecycleWithContext_Call) Return

func (*S3API_GetBucketLifecycleWithContext_Call) Run

type S3API_GetBucketLifecycle_Call

type S3API_GetBucketLifecycle_Call struct {
	*mock.Call
}

S3API_GetBucketLifecycle_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetBucketLifecycle'

func (*S3API_GetBucketLifecycle_Call) Return

func (*S3API_GetBucketLifecycle_Call) Run

func (*S3API_GetBucketLifecycle_Call) RunAndReturn

type S3API_GetBucketLocationRequest_Call

type S3API_GetBucketLocationRequest_Call struct {
	*mock.Call
}

S3API_GetBucketLocationRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetBucketLocationRequest'

func (*S3API_GetBucketLocationRequest_Call) Return

func (*S3API_GetBucketLocationRequest_Call) Run

type S3API_GetBucketLocationWithContext_Call

type S3API_GetBucketLocationWithContext_Call struct {
	*mock.Call
}

S3API_GetBucketLocationWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetBucketLocationWithContext'

func (*S3API_GetBucketLocationWithContext_Call) Return

func (*S3API_GetBucketLocationWithContext_Call) Run

type S3API_GetBucketLocation_Call

type S3API_GetBucketLocation_Call struct {
	*mock.Call
}

S3API_GetBucketLocation_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetBucketLocation'

func (*S3API_GetBucketLocation_Call) Return

func (*S3API_GetBucketLocation_Call) Run

func (*S3API_GetBucketLocation_Call) RunAndReturn

type S3API_GetBucketLoggingRequest_Call

type S3API_GetBucketLoggingRequest_Call struct {
	*mock.Call
}

S3API_GetBucketLoggingRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetBucketLoggingRequest'

func (*S3API_GetBucketLoggingRequest_Call) Return

func (*S3API_GetBucketLoggingRequest_Call) Run

func (*S3API_GetBucketLoggingRequest_Call) RunAndReturn

type S3API_GetBucketLoggingWithContext_Call

type S3API_GetBucketLoggingWithContext_Call struct {
	*mock.Call
}

S3API_GetBucketLoggingWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetBucketLoggingWithContext'

func (*S3API_GetBucketLoggingWithContext_Call) Return

func (*S3API_GetBucketLoggingWithContext_Call) Run

type S3API_GetBucketLogging_Call

type S3API_GetBucketLogging_Call struct {
	*mock.Call
}

S3API_GetBucketLogging_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetBucketLogging'

func (*S3API_GetBucketLogging_Call) Return

func (*S3API_GetBucketLogging_Call) Run

func (*S3API_GetBucketLogging_Call) RunAndReturn

type S3API_GetBucketMetricsConfigurationRequest_Call

type S3API_GetBucketMetricsConfigurationRequest_Call struct {
	*mock.Call
}

S3API_GetBucketMetricsConfigurationRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetBucketMetricsConfigurationRequest'

func (*S3API_GetBucketMetricsConfigurationRequest_Call) Run

type S3API_GetBucketMetricsConfigurationWithContext_Call

type S3API_GetBucketMetricsConfigurationWithContext_Call struct {
	*mock.Call
}

S3API_GetBucketMetricsConfigurationWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetBucketMetricsConfigurationWithContext'

func (*S3API_GetBucketMetricsConfigurationWithContext_Call) Run

type S3API_GetBucketMetricsConfiguration_Call

type S3API_GetBucketMetricsConfiguration_Call struct {
	*mock.Call
}

S3API_GetBucketMetricsConfiguration_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetBucketMetricsConfiguration'

func (*S3API_GetBucketMetricsConfiguration_Call) Return

func (*S3API_GetBucketMetricsConfiguration_Call) Run

type S3API_GetBucketNotificationConfigurationRequest_Call

type S3API_GetBucketNotificationConfigurationRequest_Call struct {
	*mock.Call
}

S3API_GetBucketNotificationConfigurationRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetBucketNotificationConfigurationRequest'

type S3API_GetBucketNotificationConfigurationWithContext_Call

type S3API_GetBucketNotificationConfigurationWithContext_Call struct {
	*mock.Call
}

S3API_GetBucketNotificationConfigurationWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetBucketNotificationConfigurationWithContext'

func (*S3API_GetBucketNotificationConfigurationWithContext_Call) Return

type S3API_GetBucketNotificationConfiguration_Call

type S3API_GetBucketNotificationConfiguration_Call struct {
	*mock.Call
}

S3API_GetBucketNotificationConfiguration_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetBucketNotificationConfiguration'

func (*S3API_GetBucketNotificationConfiguration_Call) Return

func (*S3API_GetBucketNotificationConfiguration_Call) Run

type S3API_GetBucketNotificationRequest_Call

type S3API_GetBucketNotificationRequest_Call struct {
	*mock.Call
}

S3API_GetBucketNotificationRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetBucketNotificationRequest'

func (*S3API_GetBucketNotificationRequest_Call) Run

type S3API_GetBucketNotificationWithContext_Call

type S3API_GetBucketNotificationWithContext_Call struct {
	*mock.Call
}

S3API_GetBucketNotificationWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetBucketNotificationWithContext'

func (*S3API_GetBucketNotificationWithContext_Call) Run

type S3API_GetBucketNotification_Call

type S3API_GetBucketNotification_Call struct {
	*mock.Call
}

S3API_GetBucketNotification_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetBucketNotification'

func (*S3API_GetBucketNotification_Call) Return

func (*S3API_GetBucketNotification_Call) Run

type S3API_GetBucketOwnershipControlsRequest_Call

type S3API_GetBucketOwnershipControlsRequest_Call struct {
	*mock.Call
}

S3API_GetBucketOwnershipControlsRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetBucketOwnershipControlsRequest'

func (*S3API_GetBucketOwnershipControlsRequest_Call) Run

type S3API_GetBucketOwnershipControlsWithContext_Call

type S3API_GetBucketOwnershipControlsWithContext_Call struct {
	*mock.Call
}

S3API_GetBucketOwnershipControlsWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetBucketOwnershipControlsWithContext'

func (*S3API_GetBucketOwnershipControlsWithContext_Call) Run

type S3API_GetBucketOwnershipControls_Call

type S3API_GetBucketOwnershipControls_Call struct {
	*mock.Call
}

S3API_GetBucketOwnershipControls_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetBucketOwnershipControls'

func (*S3API_GetBucketOwnershipControls_Call) Return

func (*S3API_GetBucketOwnershipControls_Call) Run

type S3API_GetBucketPolicyRequest_Call

type S3API_GetBucketPolicyRequest_Call struct {
	*mock.Call
}

S3API_GetBucketPolicyRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetBucketPolicyRequest'

func (*S3API_GetBucketPolicyRequest_Call) Return

func (*S3API_GetBucketPolicyRequest_Call) Run

func (*S3API_GetBucketPolicyRequest_Call) RunAndReturn

type S3API_GetBucketPolicyStatusRequest_Call

type S3API_GetBucketPolicyStatusRequest_Call struct {
	*mock.Call
}

S3API_GetBucketPolicyStatusRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetBucketPolicyStatusRequest'

func (*S3API_GetBucketPolicyStatusRequest_Call) Return

func (*S3API_GetBucketPolicyStatusRequest_Call) Run

type S3API_GetBucketPolicyStatusWithContext_Call

type S3API_GetBucketPolicyStatusWithContext_Call struct {
	*mock.Call
}

S3API_GetBucketPolicyStatusWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetBucketPolicyStatusWithContext'

func (*S3API_GetBucketPolicyStatusWithContext_Call) Return

func (*S3API_GetBucketPolicyStatusWithContext_Call) Run

type S3API_GetBucketPolicyStatus_Call

type S3API_GetBucketPolicyStatus_Call struct {
	*mock.Call
}

S3API_GetBucketPolicyStatus_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetBucketPolicyStatus'

func (*S3API_GetBucketPolicyStatus_Call) Return

func (*S3API_GetBucketPolicyStatus_Call) Run

type S3API_GetBucketPolicyWithContext_Call

type S3API_GetBucketPolicyWithContext_Call struct {
	*mock.Call
}

S3API_GetBucketPolicyWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetBucketPolicyWithContext'

func (*S3API_GetBucketPolicyWithContext_Call) Return

func (*S3API_GetBucketPolicyWithContext_Call) Run

type S3API_GetBucketPolicy_Call

type S3API_GetBucketPolicy_Call struct {
	*mock.Call
}

S3API_GetBucketPolicy_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetBucketPolicy'

func (*S3API_GetBucketPolicy_Call) Return

func (*S3API_GetBucketPolicy_Call) Run

func (*S3API_GetBucketPolicy_Call) RunAndReturn

type S3API_GetBucketReplicationRequest_Call

type S3API_GetBucketReplicationRequest_Call struct {
	*mock.Call
}

S3API_GetBucketReplicationRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetBucketReplicationRequest'

func (*S3API_GetBucketReplicationRequest_Call) Return

func (*S3API_GetBucketReplicationRequest_Call) Run

type S3API_GetBucketReplicationWithContext_Call

type S3API_GetBucketReplicationWithContext_Call struct {
	*mock.Call
}

S3API_GetBucketReplicationWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetBucketReplicationWithContext'

func (*S3API_GetBucketReplicationWithContext_Call) Return

func (*S3API_GetBucketReplicationWithContext_Call) Run

type S3API_GetBucketReplication_Call

type S3API_GetBucketReplication_Call struct {
	*mock.Call
}

S3API_GetBucketReplication_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetBucketReplication'

func (*S3API_GetBucketReplication_Call) Return

func (*S3API_GetBucketReplication_Call) Run

func (*S3API_GetBucketReplication_Call) RunAndReturn

type S3API_GetBucketRequestPaymentRequest_Call

type S3API_GetBucketRequestPaymentRequest_Call struct {
	*mock.Call
}

S3API_GetBucketRequestPaymentRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetBucketRequestPaymentRequest'

func (*S3API_GetBucketRequestPaymentRequest_Call) Return

func (*S3API_GetBucketRequestPaymentRequest_Call) Run

type S3API_GetBucketRequestPaymentWithContext_Call

type S3API_GetBucketRequestPaymentWithContext_Call struct {
	*mock.Call
}

S3API_GetBucketRequestPaymentWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetBucketRequestPaymentWithContext'

func (*S3API_GetBucketRequestPaymentWithContext_Call) Return

func (*S3API_GetBucketRequestPaymentWithContext_Call) Run

type S3API_GetBucketRequestPayment_Call

type S3API_GetBucketRequestPayment_Call struct {
	*mock.Call
}

S3API_GetBucketRequestPayment_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetBucketRequestPayment'

func (*S3API_GetBucketRequestPayment_Call) Return

func (*S3API_GetBucketRequestPayment_Call) Run

type S3API_GetBucketTaggingRequest_Call

type S3API_GetBucketTaggingRequest_Call struct {
	*mock.Call
}

S3API_GetBucketTaggingRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetBucketTaggingRequest'

func (*S3API_GetBucketTaggingRequest_Call) Return

func (*S3API_GetBucketTaggingRequest_Call) Run

func (*S3API_GetBucketTaggingRequest_Call) RunAndReturn

type S3API_GetBucketTaggingWithContext_Call

type S3API_GetBucketTaggingWithContext_Call struct {
	*mock.Call
}

S3API_GetBucketTaggingWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetBucketTaggingWithContext'

func (*S3API_GetBucketTaggingWithContext_Call) Return

func (*S3API_GetBucketTaggingWithContext_Call) Run

type S3API_GetBucketTagging_Call

type S3API_GetBucketTagging_Call struct {
	*mock.Call
}

S3API_GetBucketTagging_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetBucketTagging'

func (*S3API_GetBucketTagging_Call) Return

func (*S3API_GetBucketTagging_Call) Run

func (*S3API_GetBucketTagging_Call) RunAndReturn

type S3API_GetBucketVersioningRequest_Call

type S3API_GetBucketVersioningRequest_Call struct {
	*mock.Call
}

S3API_GetBucketVersioningRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetBucketVersioningRequest'

func (*S3API_GetBucketVersioningRequest_Call) Return

func (*S3API_GetBucketVersioningRequest_Call) Run

type S3API_GetBucketVersioningWithContext_Call

type S3API_GetBucketVersioningWithContext_Call struct {
	*mock.Call
}

S3API_GetBucketVersioningWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetBucketVersioningWithContext'

func (*S3API_GetBucketVersioningWithContext_Call) Return

func (*S3API_GetBucketVersioningWithContext_Call) Run

type S3API_GetBucketVersioning_Call

type S3API_GetBucketVersioning_Call struct {
	*mock.Call
}

S3API_GetBucketVersioning_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetBucketVersioning'

func (*S3API_GetBucketVersioning_Call) Return

func (*S3API_GetBucketVersioning_Call) Run

func (*S3API_GetBucketVersioning_Call) RunAndReturn

type S3API_GetBucketWebsiteRequest_Call

type S3API_GetBucketWebsiteRequest_Call struct {
	*mock.Call
}

S3API_GetBucketWebsiteRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetBucketWebsiteRequest'

func (*S3API_GetBucketWebsiteRequest_Call) Return

func (*S3API_GetBucketWebsiteRequest_Call) Run

func (*S3API_GetBucketWebsiteRequest_Call) RunAndReturn

type S3API_GetBucketWebsiteWithContext_Call

type S3API_GetBucketWebsiteWithContext_Call struct {
	*mock.Call
}

S3API_GetBucketWebsiteWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetBucketWebsiteWithContext'

func (*S3API_GetBucketWebsiteWithContext_Call) Return

func (*S3API_GetBucketWebsiteWithContext_Call) Run

type S3API_GetBucketWebsite_Call

type S3API_GetBucketWebsite_Call struct {
	*mock.Call
}

S3API_GetBucketWebsite_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetBucketWebsite'

func (*S3API_GetBucketWebsite_Call) Return

func (*S3API_GetBucketWebsite_Call) Run

func (*S3API_GetBucketWebsite_Call) RunAndReturn

type S3API_GetObjectAclRequest_Call

type S3API_GetObjectAclRequest_Call struct {
	*mock.Call
}

S3API_GetObjectAclRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetObjectAclRequest'

func (*S3API_GetObjectAclRequest_Call) Return

func (*S3API_GetObjectAclRequest_Call) Run

func (*S3API_GetObjectAclRequest_Call) RunAndReturn

type S3API_GetObjectAclWithContext_Call

type S3API_GetObjectAclWithContext_Call struct {
	*mock.Call
}

S3API_GetObjectAclWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetObjectAclWithContext'

func (*S3API_GetObjectAclWithContext_Call) Return

func (*S3API_GetObjectAclWithContext_Call) Run

func (*S3API_GetObjectAclWithContext_Call) RunAndReturn

type S3API_GetObjectAcl_Call

type S3API_GetObjectAcl_Call struct {
	*mock.Call
}

S3API_GetObjectAcl_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetObjectAcl'

func (*S3API_GetObjectAcl_Call) Return

func (*S3API_GetObjectAcl_Call) Run

func (*S3API_GetObjectAcl_Call) RunAndReturn

type S3API_GetObjectAttributesRequest_Call

type S3API_GetObjectAttributesRequest_Call struct {
	*mock.Call
}

S3API_GetObjectAttributesRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetObjectAttributesRequest'

func (*S3API_GetObjectAttributesRequest_Call) Return

func (*S3API_GetObjectAttributesRequest_Call) Run

type S3API_GetObjectAttributesWithContext_Call

type S3API_GetObjectAttributesWithContext_Call struct {
	*mock.Call
}

S3API_GetObjectAttributesWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetObjectAttributesWithContext'

func (*S3API_GetObjectAttributesWithContext_Call) Return

func (*S3API_GetObjectAttributesWithContext_Call) Run

type S3API_GetObjectAttributes_Call

type S3API_GetObjectAttributes_Call struct {
	*mock.Call
}

S3API_GetObjectAttributes_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetObjectAttributes'

func (*S3API_GetObjectAttributes_Call) Return

func (*S3API_GetObjectAttributes_Call) Run

func (*S3API_GetObjectAttributes_Call) RunAndReturn

type S3API_GetObjectLegalHoldRequest_Call

type S3API_GetObjectLegalHoldRequest_Call struct {
	*mock.Call
}

S3API_GetObjectLegalHoldRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetObjectLegalHoldRequest'

func (*S3API_GetObjectLegalHoldRequest_Call) Return

func (*S3API_GetObjectLegalHoldRequest_Call) Run

type S3API_GetObjectLegalHoldWithContext_Call

type S3API_GetObjectLegalHoldWithContext_Call struct {
	*mock.Call
}

S3API_GetObjectLegalHoldWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetObjectLegalHoldWithContext'

func (*S3API_GetObjectLegalHoldWithContext_Call) Return

func (*S3API_GetObjectLegalHoldWithContext_Call) Run

type S3API_GetObjectLegalHold_Call

type S3API_GetObjectLegalHold_Call struct {
	*mock.Call
}

S3API_GetObjectLegalHold_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetObjectLegalHold'

func (*S3API_GetObjectLegalHold_Call) Return

func (*S3API_GetObjectLegalHold_Call) Run

func (*S3API_GetObjectLegalHold_Call) RunAndReturn

type S3API_GetObjectLockConfigurationRequest_Call

type S3API_GetObjectLockConfigurationRequest_Call struct {
	*mock.Call
}

S3API_GetObjectLockConfigurationRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetObjectLockConfigurationRequest'

func (*S3API_GetObjectLockConfigurationRequest_Call) Run

type S3API_GetObjectLockConfigurationWithContext_Call

type S3API_GetObjectLockConfigurationWithContext_Call struct {
	*mock.Call
}

S3API_GetObjectLockConfigurationWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetObjectLockConfigurationWithContext'

func (*S3API_GetObjectLockConfigurationWithContext_Call) Run

type S3API_GetObjectLockConfiguration_Call

type S3API_GetObjectLockConfiguration_Call struct {
	*mock.Call
}

S3API_GetObjectLockConfiguration_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetObjectLockConfiguration'

func (*S3API_GetObjectLockConfiguration_Call) Return

func (*S3API_GetObjectLockConfiguration_Call) Run

type S3API_GetObjectRequest_Call

type S3API_GetObjectRequest_Call struct {
	*mock.Call
}

S3API_GetObjectRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetObjectRequest'

func (*S3API_GetObjectRequest_Call) Return

func (*S3API_GetObjectRequest_Call) Run

func (*S3API_GetObjectRequest_Call) RunAndReturn

type S3API_GetObjectRetentionRequest_Call

type S3API_GetObjectRetentionRequest_Call struct {
	*mock.Call
}

S3API_GetObjectRetentionRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetObjectRetentionRequest'

func (*S3API_GetObjectRetentionRequest_Call) Return

func (*S3API_GetObjectRetentionRequest_Call) Run

type S3API_GetObjectRetentionWithContext_Call

type S3API_GetObjectRetentionWithContext_Call struct {
	*mock.Call
}

S3API_GetObjectRetentionWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetObjectRetentionWithContext'

func (*S3API_GetObjectRetentionWithContext_Call) Return

func (*S3API_GetObjectRetentionWithContext_Call) Run

type S3API_GetObjectRetention_Call

type S3API_GetObjectRetention_Call struct {
	*mock.Call
}

S3API_GetObjectRetention_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetObjectRetention'

func (*S3API_GetObjectRetention_Call) Return

func (*S3API_GetObjectRetention_Call) Run

func (*S3API_GetObjectRetention_Call) RunAndReturn

type S3API_GetObjectTaggingRequest_Call

type S3API_GetObjectTaggingRequest_Call struct {
	*mock.Call
}

S3API_GetObjectTaggingRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetObjectTaggingRequest'

func (*S3API_GetObjectTaggingRequest_Call) Return

func (*S3API_GetObjectTaggingRequest_Call) Run

func (*S3API_GetObjectTaggingRequest_Call) RunAndReturn

type S3API_GetObjectTaggingWithContext_Call

type S3API_GetObjectTaggingWithContext_Call struct {
	*mock.Call
}

S3API_GetObjectTaggingWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetObjectTaggingWithContext'

func (*S3API_GetObjectTaggingWithContext_Call) Return

func (*S3API_GetObjectTaggingWithContext_Call) Run

type S3API_GetObjectTagging_Call

type S3API_GetObjectTagging_Call struct {
	*mock.Call
}

S3API_GetObjectTagging_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetObjectTagging'

func (*S3API_GetObjectTagging_Call) Return

func (*S3API_GetObjectTagging_Call) Run

func (*S3API_GetObjectTagging_Call) RunAndReturn

type S3API_GetObjectTorrentRequest_Call

type S3API_GetObjectTorrentRequest_Call struct {
	*mock.Call
}

S3API_GetObjectTorrentRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetObjectTorrentRequest'

func (*S3API_GetObjectTorrentRequest_Call) Return

func (*S3API_GetObjectTorrentRequest_Call) Run

func (*S3API_GetObjectTorrentRequest_Call) RunAndReturn

type S3API_GetObjectTorrentWithContext_Call

type S3API_GetObjectTorrentWithContext_Call struct {
	*mock.Call
}

S3API_GetObjectTorrentWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetObjectTorrentWithContext'

func (*S3API_GetObjectTorrentWithContext_Call) Return

func (*S3API_GetObjectTorrentWithContext_Call) Run

type S3API_GetObjectTorrent_Call

type S3API_GetObjectTorrent_Call struct {
	*mock.Call
}

S3API_GetObjectTorrent_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetObjectTorrent'

func (*S3API_GetObjectTorrent_Call) Return

func (*S3API_GetObjectTorrent_Call) Run

func (*S3API_GetObjectTorrent_Call) RunAndReturn

type S3API_GetObjectWithContext_Call

type S3API_GetObjectWithContext_Call struct {
	*mock.Call
}

S3API_GetObjectWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetObjectWithContext'

func (*S3API_GetObjectWithContext_Call) Return

func (*S3API_GetObjectWithContext_Call) Run

func (*S3API_GetObjectWithContext_Call) RunAndReturn

type S3API_GetObject_Call

type S3API_GetObject_Call struct {
	*mock.Call
}

S3API_GetObject_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetObject'

func (*S3API_GetObject_Call) Return

func (*S3API_GetObject_Call) Run

func (*S3API_GetObject_Call) RunAndReturn

type S3API_GetPublicAccessBlockRequest_Call

type S3API_GetPublicAccessBlockRequest_Call struct {
	*mock.Call
}

S3API_GetPublicAccessBlockRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetPublicAccessBlockRequest'

func (*S3API_GetPublicAccessBlockRequest_Call) Return

func (*S3API_GetPublicAccessBlockRequest_Call) Run

type S3API_GetPublicAccessBlockWithContext_Call

type S3API_GetPublicAccessBlockWithContext_Call struct {
	*mock.Call
}

S3API_GetPublicAccessBlockWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetPublicAccessBlockWithContext'

func (*S3API_GetPublicAccessBlockWithContext_Call) Return

func (*S3API_GetPublicAccessBlockWithContext_Call) Run

type S3API_GetPublicAccessBlock_Call

type S3API_GetPublicAccessBlock_Call struct {
	*mock.Call
}

S3API_GetPublicAccessBlock_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetPublicAccessBlock'

func (*S3API_GetPublicAccessBlock_Call) Return

func (*S3API_GetPublicAccessBlock_Call) Run

func (*S3API_GetPublicAccessBlock_Call) RunAndReturn

type S3API_HeadBucketRequest_Call

type S3API_HeadBucketRequest_Call struct {
	*mock.Call
}

S3API_HeadBucketRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'HeadBucketRequest'

func (*S3API_HeadBucketRequest_Call) Return

func (*S3API_HeadBucketRequest_Call) Run

func (*S3API_HeadBucketRequest_Call) RunAndReturn

type S3API_HeadBucketWithContext_Call

type S3API_HeadBucketWithContext_Call struct {
	*mock.Call
}

S3API_HeadBucketWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'HeadBucketWithContext'

func (*S3API_HeadBucketWithContext_Call) Return

func (*S3API_HeadBucketWithContext_Call) Run

func (*S3API_HeadBucketWithContext_Call) RunAndReturn

type S3API_HeadBucket_Call

type S3API_HeadBucket_Call struct {
	*mock.Call
}

S3API_HeadBucket_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'HeadBucket'

func (*S3API_HeadBucket_Call) Return

func (*S3API_HeadBucket_Call) Run

func (*S3API_HeadBucket_Call) RunAndReturn

type S3API_HeadObjectRequest_Call

type S3API_HeadObjectRequest_Call struct {
	*mock.Call
}

S3API_HeadObjectRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'HeadObjectRequest'

func (*S3API_HeadObjectRequest_Call) Return

func (*S3API_HeadObjectRequest_Call) Run

func (*S3API_HeadObjectRequest_Call) RunAndReturn

type S3API_HeadObjectWithContext_Call

type S3API_HeadObjectWithContext_Call struct {
	*mock.Call
}

S3API_HeadObjectWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'HeadObjectWithContext'

func (*S3API_HeadObjectWithContext_Call) Return

func (*S3API_HeadObjectWithContext_Call) Run

func (*S3API_HeadObjectWithContext_Call) RunAndReturn

type S3API_HeadObject_Call

type S3API_HeadObject_Call struct {
	*mock.Call
}

S3API_HeadObject_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'HeadObject'

func (*S3API_HeadObject_Call) Return

func (*S3API_HeadObject_Call) Run

func (*S3API_HeadObject_Call) RunAndReturn

type S3API_ListBucketAnalyticsConfigurationsRequest_Call

type S3API_ListBucketAnalyticsConfigurationsRequest_Call struct {
	*mock.Call
}

S3API_ListBucketAnalyticsConfigurationsRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListBucketAnalyticsConfigurationsRequest'

func (*S3API_ListBucketAnalyticsConfigurationsRequest_Call) Run

type S3API_ListBucketAnalyticsConfigurationsWithContext_Call

type S3API_ListBucketAnalyticsConfigurationsWithContext_Call struct {
	*mock.Call
}

S3API_ListBucketAnalyticsConfigurationsWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListBucketAnalyticsConfigurationsWithContext'

type S3API_ListBucketAnalyticsConfigurations_Call

type S3API_ListBucketAnalyticsConfigurations_Call struct {
	*mock.Call
}

S3API_ListBucketAnalyticsConfigurations_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListBucketAnalyticsConfigurations'

func (*S3API_ListBucketAnalyticsConfigurations_Call) Run

type S3API_ListBucketIntelligentTieringConfigurationsRequest_Call

type S3API_ListBucketIntelligentTieringConfigurationsRequest_Call struct {
	*mock.Call
}

S3API_ListBucketIntelligentTieringConfigurationsRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListBucketIntelligentTieringConfigurationsRequest'

type S3API_ListBucketIntelligentTieringConfigurationsWithContext_Call

type S3API_ListBucketIntelligentTieringConfigurationsWithContext_Call struct {
	*mock.Call
}

S3API_ListBucketIntelligentTieringConfigurationsWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListBucketIntelligentTieringConfigurationsWithContext'

type S3API_ListBucketIntelligentTieringConfigurations_Call

type S3API_ListBucketIntelligentTieringConfigurations_Call struct {
	*mock.Call
}

S3API_ListBucketIntelligentTieringConfigurations_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListBucketIntelligentTieringConfigurations'

type S3API_ListBucketInventoryConfigurationsRequest_Call

type S3API_ListBucketInventoryConfigurationsRequest_Call struct {
	*mock.Call
}

S3API_ListBucketInventoryConfigurationsRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListBucketInventoryConfigurationsRequest'

func (*S3API_ListBucketInventoryConfigurationsRequest_Call) Run

type S3API_ListBucketInventoryConfigurationsWithContext_Call

type S3API_ListBucketInventoryConfigurationsWithContext_Call struct {
	*mock.Call
}

S3API_ListBucketInventoryConfigurationsWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListBucketInventoryConfigurationsWithContext'

type S3API_ListBucketInventoryConfigurations_Call

type S3API_ListBucketInventoryConfigurations_Call struct {
	*mock.Call
}

S3API_ListBucketInventoryConfigurations_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListBucketInventoryConfigurations'

func (*S3API_ListBucketInventoryConfigurations_Call) Run

type S3API_ListBucketMetricsConfigurationsRequest_Call

type S3API_ListBucketMetricsConfigurationsRequest_Call struct {
	*mock.Call
}

S3API_ListBucketMetricsConfigurationsRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListBucketMetricsConfigurationsRequest'

func (*S3API_ListBucketMetricsConfigurationsRequest_Call) Run

type S3API_ListBucketMetricsConfigurationsWithContext_Call

type S3API_ListBucketMetricsConfigurationsWithContext_Call struct {
	*mock.Call
}

S3API_ListBucketMetricsConfigurationsWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListBucketMetricsConfigurationsWithContext'

func (*S3API_ListBucketMetricsConfigurationsWithContext_Call) Run

type S3API_ListBucketMetricsConfigurations_Call

type S3API_ListBucketMetricsConfigurations_Call struct {
	*mock.Call
}

S3API_ListBucketMetricsConfigurations_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListBucketMetricsConfigurations'

func (*S3API_ListBucketMetricsConfigurations_Call) Run

type S3API_ListBucketsRequest_Call

type S3API_ListBucketsRequest_Call struct {
	*mock.Call
}

S3API_ListBucketsRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListBucketsRequest'

func (*S3API_ListBucketsRequest_Call) Return

func (*S3API_ListBucketsRequest_Call) Run

func (*S3API_ListBucketsRequest_Call) RunAndReturn

type S3API_ListBucketsWithContext_Call

type S3API_ListBucketsWithContext_Call struct {
	*mock.Call
}

S3API_ListBucketsWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListBucketsWithContext'

func (*S3API_ListBucketsWithContext_Call) Return

func (*S3API_ListBucketsWithContext_Call) Run

func (*S3API_ListBucketsWithContext_Call) RunAndReturn

type S3API_ListBuckets_Call

type S3API_ListBuckets_Call struct {
	*mock.Call
}

S3API_ListBuckets_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListBuckets'

func (*S3API_ListBuckets_Call) Return

func (*S3API_ListBuckets_Call) Run

func (*S3API_ListBuckets_Call) RunAndReturn

type S3API_ListDirectoryBucketsPagesWithContext_Call

type S3API_ListDirectoryBucketsPagesWithContext_Call struct {
	*mock.Call
}

S3API_ListDirectoryBucketsPagesWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListDirectoryBucketsPagesWithContext'

func (*S3API_ListDirectoryBucketsPagesWithContext_Call) Return

func (*S3API_ListDirectoryBucketsPagesWithContext_Call) Run

type S3API_ListDirectoryBucketsPages_Call

type S3API_ListDirectoryBucketsPages_Call struct {
	*mock.Call
}

S3API_ListDirectoryBucketsPages_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListDirectoryBucketsPages'

func (*S3API_ListDirectoryBucketsPages_Call) Return

func (*S3API_ListDirectoryBucketsPages_Call) Run

func (*S3API_ListDirectoryBucketsPages_Call) RunAndReturn

type S3API_ListDirectoryBucketsRequest_Call

type S3API_ListDirectoryBucketsRequest_Call struct {
	*mock.Call
}

S3API_ListDirectoryBucketsRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListDirectoryBucketsRequest'

func (*S3API_ListDirectoryBucketsRequest_Call) Return

func (*S3API_ListDirectoryBucketsRequest_Call) Run

type S3API_ListDirectoryBucketsWithContext_Call

type S3API_ListDirectoryBucketsWithContext_Call struct {
	*mock.Call
}

S3API_ListDirectoryBucketsWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListDirectoryBucketsWithContext'

func (*S3API_ListDirectoryBucketsWithContext_Call) Return

func (*S3API_ListDirectoryBucketsWithContext_Call) Run

type S3API_ListDirectoryBuckets_Call

type S3API_ListDirectoryBuckets_Call struct {
	*mock.Call
}

S3API_ListDirectoryBuckets_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListDirectoryBuckets'

func (*S3API_ListDirectoryBuckets_Call) Return

func (*S3API_ListDirectoryBuckets_Call) Run

func (*S3API_ListDirectoryBuckets_Call) RunAndReturn

type S3API_ListMultipartUploadsPagesWithContext_Call

type S3API_ListMultipartUploadsPagesWithContext_Call struct {
	*mock.Call
}

S3API_ListMultipartUploadsPagesWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListMultipartUploadsPagesWithContext'

func (*S3API_ListMultipartUploadsPagesWithContext_Call) Return

func (*S3API_ListMultipartUploadsPagesWithContext_Call) Run

type S3API_ListMultipartUploadsPages_Call

type S3API_ListMultipartUploadsPages_Call struct {
	*mock.Call
}

S3API_ListMultipartUploadsPages_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListMultipartUploadsPages'

func (*S3API_ListMultipartUploadsPages_Call) Return

func (*S3API_ListMultipartUploadsPages_Call) Run

func (*S3API_ListMultipartUploadsPages_Call) RunAndReturn

type S3API_ListMultipartUploadsRequest_Call

type S3API_ListMultipartUploadsRequest_Call struct {
	*mock.Call
}

S3API_ListMultipartUploadsRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListMultipartUploadsRequest'

func (*S3API_ListMultipartUploadsRequest_Call) Return

func (*S3API_ListMultipartUploadsRequest_Call) Run

type S3API_ListMultipartUploadsWithContext_Call

type S3API_ListMultipartUploadsWithContext_Call struct {
	*mock.Call
}

S3API_ListMultipartUploadsWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListMultipartUploadsWithContext'

func (*S3API_ListMultipartUploadsWithContext_Call) Return

func (*S3API_ListMultipartUploadsWithContext_Call) Run

type S3API_ListMultipartUploads_Call

type S3API_ListMultipartUploads_Call struct {
	*mock.Call
}

S3API_ListMultipartUploads_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListMultipartUploads'

func (*S3API_ListMultipartUploads_Call) Return

func (*S3API_ListMultipartUploads_Call) Run

func (*S3API_ListMultipartUploads_Call) RunAndReturn

type S3API_ListObjectVersionsPagesWithContext_Call

type S3API_ListObjectVersionsPagesWithContext_Call struct {
	*mock.Call
}

S3API_ListObjectVersionsPagesWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListObjectVersionsPagesWithContext'

func (*S3API_ListObjectVersionsPagesWithContext_Call) Return

func (*S3API_ListObjectVersionsPagesWithContext_Call) Run

type S3API_ListObjectVersionsPages_Call

type S3API_ListObjectVersionsPages_Call struct {
	*mock.Call
}

S3API_ListObjectVersionsPages_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListObjectVersionsPages'

func (*S3API_ListObjectVersionsPages_Call) Return

func (*S3API_ListObjectVersionsPages_Call) Run

func (*S3API_ListObjectVersionsPages_Call) RunAndReturn

type S3API_ListObjectVersionsRequest_Call

type S3API_ListObjectVersionsRequest_Call struct {
	*mock.Call
}

S3API_ListObjectVersionsRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListObjectVersionsRequest'

func (*S3API_ListObjectVersionsRequest_Call) Return

func (*S3API_ListObjectVersionsRequest_Call) Run

type S3API_ListObjectVersionsWithContext_Call

type S3API_ListObjectVersionsWithContext_Call struct {
	*mock.Call
}

S3API_ListObjectVersionsWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListObjectVersionsWithContext'

func (*S3API_ListObjectVersionsWithContext_Call) Return

func (*S3API_ListObjectVersionsWithContext_Call) Run

type S3API_ListObjectVersions_Call

type S3API_ListObjectVersions_Call struct {
	*mock.Call
}

S3API_ListObjectVersions_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListObjectVersions'

func (*S3API_ListObjectVersions_Call) Return

func (*S3API_ListObjectVersions_Call) Run

func (*S3API_ListObjectVersions_Call) RunAndReturn

type S3API_ListObjectsPagesWithContext_Call

type S3API_ListObjectsPagesWithContext_Call struct {
	*mock.Call
}

S3API_ListObjectsPagesWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListObjectsPagesWithContext'

func (*S3API_ListObjectsPagesWithContext_Call) Return

func (*S3API_ListObjectsPagesWithContext_Call) Run

func (*S3API_ListObjectsPagesWithContext_Call) RunAndReturn

type S3API_ListObjectsPages_Call

type S3API_ListObjectsPages_Call struct {
	*mock.Call
}

S3API_ListObjectsPages_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListObjectsPages'

func (*S3API_ListObjectsPages_Call) Return

func (*S3API_ListObjectsPages_Call) Run

func (*S3API_ListObjectsPages_Call) RunAndReturn

type S3API_ListObjectsRequest_Call

type S3API_ListObjectsRequest_Call struct {
	*mock.Call
}

S3API_ListObjectsRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListObjectsRequest'

func (*S3API_ListObjectsRequest_Call) Return

func (*S3API_ListObjectsRequest_Call) Run

func (*S3API_ListObjectsRequest_Call) RunAndReturn

type S3API_ListObjectsV2PagesWithContext_Call

type S3API_ListObjectsV2PagesWithContext_Call struct {
	*mock.Call
}

S3API_ListObjectsV2PagesWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListObjectsV2PagesWithContext'

func (*S3API_ListObjectsV2PagesWithContext_Call) Return

func (*S3API_ListObjectsV2PagesWithContext_Call) Run

type S3API_ListObjectsV2Pages_Call

type S3API_ListObjectsV2Pages_Call struct {
	*mock.Call
}

S3API_ListObjectsV2Pages_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListObjectsV2Pages'

func (*S3API_ListObjectsV2Pages_Call) Return

func (*S3API_ListObjectsV2Pages_Call) Run

func (*S3API_ListObjectsV2Pages_Call) RunAndReturn

type S3API_ListObjectsV2Request_Call

type S3API_ListObjectsV2Request_Call struct {
	*mock.Call
}

S3API_ListObjectsV2Request_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListObjectsV2Request'

func (*S3API_ListObjectsV2Request_Call) Return

func (*S3API_ListObjectsV2Request_Call) Run

func (*S3API_ListObjectsV2Request_Call) RunAndReturn

type S3API_ListObjectsV2WithContext_Call

type S3API_ListObjectsV2WithContext_Call struct {
	*mock.Call
}

S3API_ListObjectsV2WithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListObjectsV2WithContext'

func (*S3API_ListObjectsV2WithContext_Call) Return

func (*S3API_ListObjectsV2WithContext_Call) Run

type S3API_ListObjectsV2_Call

type S3API_ListObjectsV2_Call struct {
	*mock.Call
}

S3API_ListObjectsV2_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListObjectsV2'

func (*S3API_ListObjectsV2_Call) Return

func (*S3API_ListObjectsV2_Call) Run

func (*S3API_ListObjectsV2_Call) RunAndReturn

type S3API_ListObjectsWithContext_Call

type S3API_ListObjectsWithContext_Call struct {
	*mock.Call
}

S3API_ListObjectsWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListObjectsWithContext'

func (*S3API_ListObjectsWithContext_Call) Return

func (*S3API_ListObjectsWithContext_Call) Run

func (*S3API_ListObjectsWithContext_Call) RunAndReturn

type S3API_ListObjects_Call

type S3API_ListObjects_Call struct {
	*mock.Call
}

S3API_ListObjects_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListObjects'

func (*S3API_ListObjects_Call) Return

func (*S3API_ListObjects_Call) Run

func (*S3API_ListObjects_Call) RunAndReturn

type S3API_ListPartsPagesWithContext_Call

type S3API_ListPartsPagesWithContext_Call struct {
	*mock.Call
}

S3API_ListPartsPagesWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListPartsPagesWithContext'

func (*S3API_ListPartsPagesWithContext_Call) Return

func (*S3API_ListPartsPagesWithContext_Call) Run

func (*S3API_ListPartsPagesWithContext_Call) RunAndReturn

type S3API_ListPartsPages_Call

type S3API_ListPartsPages_Call struct {
	*mock.Call
}

S3API_ListPartsPages_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListPartsPages'

func (*S3API_ListPartsPages_Call) Return

func (*S3API_ListPartsPages_Call) Run

func (*S3API_ListPartsPages_Call) RunAndReturn

type S3API_ListPartsRequest_Call

type S3API_ListPartsRequest_Call struct {
	*mock.Call
}

S3API_ListPartsRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListPartsRequest'

func (*S3API_ListPartsRequest_Call) Return

func (*S3API_ListPartsRequest_Call) Run

func (*S3API_ListPartsRequest_Call) RunAndReturn

type S3API_ListPartsWithContext_Call

type S3API_ListPartsWithContext_Call struct {
	*mock.Call
}

S3API_ListPartsWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListPartsWithContext'

func (*S3API_ListPartsWithContext_Call) Return

func (*S3API_ListPartsWithContext_Call) Run

func (*S3API_ListPartsWithContext_Call) RunAndReturn

type S3API_ListParts_Call

type S3API_ListParts_Call struct {
	*mock.Call
}

S3API_ListParts_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListParts'

func (*S3API_ListParts_Call) Return

func (*S3API_ListParts_Call) Run

func (*S3API_ListParts_Call) RunAndReturn

type S3API_PutBucketAccelerateConfigurationRequest_Call

type S3API_PutBucketAccelerateConfigurationRequest_Call struct {
	*mock.Call
}

S3API_PutBucketAccelerateConfigurationRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PutBucketAccelerateConfigurationRequest'

func (*S3API_PutBucketAccelerateConfigurationRequest_Call) Run

type S3API_PutBucketAccelerateConfigurationWithContext_Call

type S3API_PutBucketAccelerateConfigurationWithContext_Call struct {
	*mock.Call
}

S3API_PutBucketAccelerateConfigurationWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PutBucketAccelerateConfigurationWithContext'

type S3API_PutBucketAccelerateConfiguration_Call

type S3API_PutBucketAccelerateConfiguration_Call struct {
	*mock.Call
}

S3API_PutBucketAccelerateConfiguration_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PutBucketAccelerateConfiguration'

func (*S3API_PutBucketAccelerateConfiguration_Call) Run

type S3API_PutBucketAclRequest_Call

type S3API_PutBucketAclRequest_Call struct {
	*mock.Call
}

S3API_PutBucketAclRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PutBucketAclRequest'

func (*S3API_PutBucketAclRequest_Call) Return

func (*S3API_PutBucketAclRequest_Call) Run

func (*S3API_PutBucketAclRequest_Call) RunAndReturn

type S3API_PutBucketAclWithContext_Call

type S3API_PutBucketAclWithContext_Call struct {
	*mock.Call
}

S3API_PutBucketAclWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PutBucketAclWithContext'

func (*S3API_PutBucketAclWithContext_Call) Return

func (*S3API_PutBucketAclWithContext_Call) Run

func (*S3API_PutBucketAclWithContext_Call) RunAndReturn

type S3API_PutBucketAcl_Call

type S3API_PutBucketAcl_Call struct {
	*mock.Call
}

S3API_PutBucketAcl_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PutBucketAcl'

func (*S3API_PutBucketAcl_Call) Return

func (*S3API_PutBucketAcl_Call) Run

func (*S3API_PutBucketAcl_Call) RunAndReturn

type S3API_PutBucketAnalyticsConfigurationRequest_Call

type S3API_PutBucketAnalyticsConfigurationRequest_Call struct {
	*mock.Call
}

S3API_PutBucketAnalyticsConfigurationRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PutBucketAnalyticsConfigurationRequest'

func (*S3API_PutBucketAnalyticsConfigurationRequest_Call) Run

type S3API_PutBucketAnalyticsConfigurationWithContext_Call

type S3API_PutBucketAnalyticsConfigurationWithContext_Call struct {
	*mock.Call
}

S3API_PutBucketAnalyticsConfigurationWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PutBucketAnalyticsConfigurationWithContext'

func (*S3API_PutBucketAnalyticsConfigurationWithContext_Call) Run

type S3API_PutBucketAnalyticsConfiguration_Call

type S3API_PutBucketAnalyticsConfiguration_Call struct {
	*mock.Call
}

S3API_PutBucketAnalyticsConfiguration_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PutBucketAnalyticsConfiguration'

func (*S3API_PutBucketAnalyticsConfiguration_Call) Run

type S3API_PutBucketCorsRequest_Call

type S3API_PutBucketCorsRequest_Call struct {
	*mock.Call
}

S3API_PutBucketCorsRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PutBucketCorsRequest'

func (*S3API_PutBucketCorsRequest_Call) Return

func (*S3API_PutBucketCorsRequest_Call) Run

func (*S3API_PutBucketCorsRequest_Call) RunAndReturn

type S3API_PutBucketCorsWithContext_Call

type S3API_PutBucketCorsWithContext_Call struct {
	*mock.Call
}

S3API_PutBucketCorsWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PutBucketCorsWithContext'

func (*S3API_PutBucketCorsWithContext_Call) Return

func (*S3API_PutBucketCorsWithContext_Call) Run

type S3API_PutBucketCors_Call

type S3API_PutBucketCors_Call struct {
	*mock.Call
}

S3API_PutBucketCors_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PutBucketCors'

func (*S3API_PutBucketCors_Call) Return

func (*S3API_PutBucketCors_Call) Run

func (*S3API_PutBucketCors_Call) RunAndReturn

type S3API_PutBucketEncryptionRequest_Call

type S3API_PutBucketEncryptionRequest_Call struct {
	*mock.Call
}

S3API_PutBucketEncryptionRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PutBucketEncryptionRequest'

func (*S3API_PutBucketEncryptionRequest_Call) Return

func (*S3API_PutBucketEncryptionRequest_Call) Run

type S3API_PutBucketEncryptionWithContext_Call

type S3API_PutBucketEncryptionWithContext_Call struct {
	*mock.Call
}

S3API_PutBucketEncryptionWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PutBucketEncryptionWithContext'

func (*S3API_PutBucketEncryptionWithContext_Call) Return

func (*S3API_PutBucketEncryptionWithContext_Call) Run

type S3API_PutBucketEncryption_Call

type S3API_PutBucketEncryption_Call struct {
	*mock.Call
}

S3API_PutBucketEncryption_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PutBucketEncryption'

func (*S3API_PutBucketEncryption_Call) Return

func (*S3API_PutBucketEncryption_Call) Run

func (*S3API_PutBucketEncryption_Call) RunAndReturn

type S3API_PutBucketIntelligentTieringConfigurationRequest_Call

type S3API_PutBucketIntelligentTieringConfigurationRequest_Call struct {
	*mock.Call
}

S3API_PutBucketIntelligentTieringConfigurationRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PutBucketIntelligentTieringConfigurationRequest'

type S3API_PutBucketIntelligentTieringConfigurationWithContext_Call

type S3API_PutBucketIntelligentTieringConfigurationWithContext_Call struct {
	*mock.Call
}

S3API_PutBucketIntelligentTieringConfigurationWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PutBucketIntelligentTieringConfigurationWithContext'

type S3API_PutBucketIntelligentTieringConfiguration_Call

type S3API_PutBucketIntelligentTieringConfiguration_Call struct {
	*mock.Call
}

S3API_PutBucketIntelligentTieringConfiguration_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PutBucketIntelligentTieringConfiguration'

type S3API_PutBucketInventoryConfigurationRequest_Call

type S3API_PutBucketInventoryConfigurationRequest_Call struct {
	*mock.Call
}

S3API_PutBucketInventoryConfigurationRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PutBucketInventoryConfigurationRequest'

func (*S3API_PutBucketInventoryConfigurationRequest_Call) Run

type S3API_PutBucketInventoryConfigurationWithContext_Call

type S3API_PutBucketInventoryConfigurationWithContext_Call struct {
	*mock.Call
}

S3API_PutBucketInventoryConfigurationWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PutBucketInventoryConfigurationWithContext'

func (*S3API_PutBucketInventoryConfigurationWithContext_Call) Run

type S3API_PutBucketInventoryConfiguration_Call

type S3API_PutBucketInventoryConfiguration_Call struct {
	*mock.Call
}

S3API_PutBucketInventoryConfiguration_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PutBucketInventoryConfiguration'

func (*S3API_PutBucketInventoryConfiguration_Call) Run

type S3API_PutBucketLifecycleConfigurationRequest_Call

type S3API_PutBucketLifecycleConfigurationRequest_Call struct {
	*mock.Call
}

S3API_PutBucketLifecycleConfigurationRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PutBucketLifecycleConfigurationRequest'

func (*S3API_PutBucketLifecycleConfigurationRequest_Call) Run

type S3API_PutBucketLifecycleConfigurationWithContext_Call

type S3API_PutBucketLifecycleConfigurationWithContext_Call struct {
	*mock.Call
}

S3API_PutBucketLifecycleConfigurationWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PutBucketLifecycleConfigurationWithContext'

func (*S3API_PutBucketLifecycleConfigurationWithContext_Call) Run

type S3API_PutBucketLifecycleConfiguration_Call

type S3API_PutBucketLifecycleConfiguration_Call struct {
	*mock.Call
}

S3API_PutBucketLifecycleConfiguration_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PutBucketLifecycleConfiguration'

func (*S3API_PutBucketLifecycleConfiguration_Call) Run

type S3API_PutBucketLifecycleRequest_Call

type S3API_PutBucketLifecycleRequest_Call struct {
	*mock.Call
}

S3API_PutBucketLifecycleRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PutBucketLifecycleRequest'

func (*S3API_PutBucketLifecycleRequest_Call) Return

func (*S3API_PutBucketLifecycleRequest_Call) Run

type S3API_PutBucketLifecycleWithContext_Call

type S3API_PutBucketLifecycleWithContext_Call struct {
	*mock.Call
}

S3API_PutBucketLifecycleWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PutBucketLifecycleWithContext'

func (*S3API_PutBucketLifecycleWithContext_Call) Return

func (*S3API_PutBucketLifecycleWithContext_Call) Run

type S3API_PutBucketLifecycle_Call

type S3API_PutBucketLifecycle_Call struct {
	*mock.Call
}

S3API_PutBucketLifecycle_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PutBucketLifecycle'

func (*S3API_PutBucketLifecycle_Call) Return

func (*S3API_PutBucketLifecycle_Call) Run

func (*S3API_PutBucketLifecycle_Call) RunAndReturn

type S3API_PutBucketLoggingRequest_Call

type S3API_PutBucketLoggingRequest_Call struct {
	*mock.Call
}

S3API_PutBucketLoggingRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PutBucketLoggingRequest'

func (*S3API_PutBucketLoggingRequest_Call) Return

func (*S3API_PutBucketLoggingRequest_Call) Run

func (*S3API_PutBucketLoggingRequest_Call) RunAndReturn

type S3API_PutBucketLoggingWithContext_Call

type S3API_PutBucketLoggingWithContext_Call struct {
	*mock.Call
}

S3API_PutBucketLoggingWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PutBucketLoggingWithContext'

func (*S3API_PutBucketLoggingWithContext_Call) Return

func (*S3API_PutBucketLoggingWithContext_Call) Run

type S3API_PutBucketLogging_Call

type S3API_PutBucketLogging_Call struct {
	*mock.Call
}

S3API_PutBucketLogging_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PutBucketLogging'

func (*S3API_PutBucketLogging_Call) Return

func (*S3API_PutBucketLogging_Call) Run

func (*S3API_PutBucketLogging_Call) RunAndReturn

type S3API_PutBucketMetricsConfigurationRequest_Call

type S3API_PutBucketMetricsConfigurationRequest_Call struct {
	*mock.Call
}

S3API_PutBucketMetricsConfigurationRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PutBucketMetricsConfigurationRequest'

func (*S3API_PutBucketMetricsConfigurationRequest_Call) Run

type S3API_PutBucketMetricsConfigurationWithContext_Call

type S3API_PutBucketMetricsConfigurationWithContext_Call struct {
	*mock.Call
}

S3API_PutBucketMetricsConfigurationWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PutBucketMetricsConfigurationWithContext'

func (*S3API_PutBucketMetricsConfigurationWithContext_Call) Run

type S3API_PutBucketMetricsConfiguration_Call

type S3API_PutBucketMetricsConfiguration_Call struct {
	*mock.Call
}

S3API_PutBucketMetricsConfiguration_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PutBucketMetricsConfiguration'

func (*S3API_PutBucketMetricsConfiguration_Call) Return

func (*S3API_PutBucketMetricsConfiguration_Call) Run

type S3API_PutBucketNotificationConfigurationRequest_Call

type S3API_PutBucketNotificationConfigurationRequest_Call struct {
	*mock.Call
}

S3API_PutBucketNotificationConfigurationRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PutBucketNotificationConfigurationRequest'

func (*S3API_PutBucketNotificationConfigurationRequest_Call) Run

type S3API_PutBucketNotificationConfigurationWithContext_Call

type S3API_PutBucketNotificationConfigurationWithContext_Call struct {
	*mock.Call
}

S3API_PutBucketNotificationConfigurationWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PutBucketNotificationConfigurationWithContext'

type S3API_PutBucketNotificationConfiguration_Call

type S3API_PutBucketNotificationConfiguration_Call struct {
	*mock.Call
}

S3API_PutBucketNotificationConfiguration_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PutBucketNotificationConfiguration'

func (*S3API_PutBucketNotificationConfiguration_Call) Run

type S3API_PutBucketNotificationRequest_Call

type S3API_PutBucketNotificationRequest_Call struct {
	*mock.Call
}

S3API_PutBucketNotificationRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PutBucketNotificationRequest'

func (*S3API_PutBucketNotificationRequest_Call) Return

func (*S3API_PutBucketNotificationRequest_Call) Run

type S3API_PutBucketNotificationWithContext_Call

type S3API_PutBucketNotificationWithContext_Call struct {
	*mock.Call
}

S3API_PutBucketNotificationWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PutBucketNotificationWithContext'

func (*S3API_PutBucketNotificationWithContext_Call) Return

func (*S3API_PutBucketNotificationWithContext_Call) Run

type S3API_PutBucketNotification_Call

type S3API_PutBucketNotification_Call struct {
	*mock.Call
}

S3API_PutBucketNotification_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PutBucketNotification'

func (*S3API_PutBucketNotification_Call) Return

func (*S3API_PutBucketNotification_Call) Run

type S3API_PutBucketOwnershipControlsRequest_Call

type S3API_PutBucketOwnershipControlsRequest_Call struct {
	*mock.Call
}

S3API_PutBucketOwnershipControlsRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PutBucketOwnershipControlsRequest'

func (*S3API_PutBucketOwnershipControlsRequest_Call) Run

type S3API_PutBucketOwnershipControlsWithContext_Call

type S3API_PutBucketOwnershipControlsWithContext_Call struct {
	*mock.Call
}

S3API_PutBucketOwnershipControlsWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PutBucketOwnershipControlsWithContext'

func (*S3API_PutBucketOwnershipControlsWithContext_Call) Run

type S3API_PutBucketOwnershipControls_Call

type S3API_PutBucketOwnershipControls_Call struct {
	*mock.Call
}

S3API_PutBucketOwnershipControls_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PutBucketOwnershipControls'

func (*S3API_PutBucketOwnershipControls_Call) Return

func (*S3API_PutBucketOwnershipControls_Call) Run

type S3API_PutBucketPolicyRequest_Call

type S3API_PutBucketPolicyRequest_Call struct {
	*mock.Call
}

S3API_PutBucketPolicyRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PutBucketPolicyRequest'

func (*S3API_PutBucketPolicyRequest_Call) Return

func (*S3API_PutBucketPolicyRequest_Call) Run

func (*S3API_PutBucketPolicyRequest_Call) RunAndReturn

type S3API_PutBucketPolicyWithContext_Call

type S3API_PutBucketPolicyWithContext_Call struct {
	*mock.Call
}

S3API_PutBucketPolicyWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PutBucketPolicyWithContext'

func (*S3API_PutBucketPolicyWithContext_Call) Return

func (*S3API_PutBucketPolicyWithContext_Call) Run

type S3API_PutBucketPolicy_Call

type S3API_PutBucketPolicy_Call struct {
	*mock.Call
}

S3API_PutBucketPolicy_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PutBucketPolicy'

func (*S3API_PutBucketPolicy_Call) Return

func (*S3API_PutBucketPolicy_Call) Run

func (*S3API_PutBucketPolicy_Call) RunAndReturn

type S3API_PutBucketReplicationRequest_Call

type S3API_PutBucketReplicationRequest_Call struct {
	*mock.Call
}

S3API_PutBucketReplicationRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PutBucketReplicationRequest'

func (*S3API_PutBucketReplicationRequest_Call) Return

func (*S3API_PutBucketReplicationRequest_Call) Run

type S3API_PutBucketReplicationWithContext_Call

type S3API_PutBucketReplicationWithContext_Call struct {
	*mock.Call
}

S3API_PutBucketReplicationWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PutBucketReplicationWithContext'

func (*S3API_PutBucketReplicationWithContext_Call) Return

func (*S3API_PutBucketReplicationWithContext_Call) Run

type S3API_PutBucketReplication_Call

type S3API_PutBucketReplication_Call struct {
	*mock.Call
}

S3API_PutBucketReplication_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PutBucketReplication'

func (*S3API_PutBucketReplication_Call) Return

func (*S3API_PutBucketReplication_Call) Run

func (*S3API_PutBucketReplication_Call) RunAndReturn

type S3API_PutBucketRequestPaymentRequest_Call

type S3API_PutBucketRequestPaymentRequest_Call struct {
	*mock.Call
}

S3API_PutBucketRequestPaymentRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PutBucketRequestPaymentRequest'

func (*S3API_PutBucketRequestPaymentRequest_Call) Return

func (*S3API_PutBucketRequestPaymentRequest_Call) Run

type S3API_PutBucketRequestPaymentWithContext_Call

type S3API_PutBucketRequestPaymentWithContext_Call struct {
	*mock.Call
}

S3API_PutBucketRequestPaymentWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PutBucketRequestPaymentWithContext'

func (*S3API_PutBucketRequestPaymentWithContext_Call) Return

func (*S3API_PutBucketRequestPaymentWithContext_Call) Run

type S3API_PutBucketRequestPayment_Call

type S3API_PutBucketRequestPayment_Call struct {
	*mock.Call
}

S3API_PutBucketRequestPayment_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PutBucketRequestPayment'

func (*S3API_PutBucketRequestPayment_Call) Return

func (*S3API_PutBucketRequestPayment_Call) Run

type S3API_PutBucketTaggingRequest_Call

type S3API_PutBucketTaggingRequest_Call struct {
	*mock.Call
}

S3API_PutBucketTaggingRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PutBucketTaggingRequest'

func (*S3API_PutBucketTaggingRequest_Call) Return

func (*S3API_PutBucketTaggingRequest_Call) Run

func (*S3API_PutBucketTaggingRequest_Call) RunAndReturn

type S3API_PutBucketTaggingWithContext_Call

type S3API_PutBucketTaggingWithContext_Call struct {
	*mock.Call
}

S3API_PutBucketTaggingWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PutBucketTaggingWithContext'

func (*S3API_PutBucketTaggingWithContext_Call) Return

func (*S3API_PutBucketTaggingWithContext_Call) Run

type S3API_PutBucketTagging_Call

type S3API_PutBucketTagging_Call struct {
	*mock.Call
}

S3API_PutBucketTagging_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PutBucketTagging'

func (*S3API_PutBucketTagging_Call) Return

func (*S3API_PutBucketTagging_Call) Run

func (*S3API_PutBucketTagging_Call) RunAndReturn

type S3API_PutBucketVersioningRequest_Call

type S3API_PutBucketVersioningRequest_Call struct {
	*mock.Call
}

S3API_PutBucketVersioningRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PutBucketVersioningRequest'

func (*S3API_PutBucketVersioningRequest_Call) Return

func (*S3API_PutBucketVersioningRequest_Call) Run

type S3API_PutBucketVersioningWithContext_Call

type S3API_PutBucketVersioningWithContext_Call struct {
	*mock.Call
}

S3API_PutBucketVersioningWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PutBucketVersioningWithContext'

func (*S3API_PutBucketVersioningWithContext_Call) Return

func (*S3API_PutBucketVersioningWithContext_Call) Run

type S3API_PutBucketVersioning_Call

type S3API_PutBucketVersioning_Call struct {
	*mock.Call
}

S3API_PutBucketVersioning_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PutBucketVersioning'

func (*S3API_PutBucketVersioning_Call) Return

func (*S3API_PutBucketVersioning_Call) Run

func (*S3API_PutBucketVersioning_Call) RunAndReturn

type S3API_PutBucketWebsiteRequest_Call

type S3API_PutBucketWebsiteRequest_Call struct {
	*mock.Call
}

S3API_PutBucketWebsiteRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PutBucketWebsiteRequest'

func (*S3API_PutBucketWebsiteRequest_Call) Return

func (*S3API_PutBucketWebsiteRequest_Call) Run

func (*S3API_PutBucketWebsiteRequest_Call) RunAndReturn

type S3API_PutBucketWebsiteWithContext_Call

type S3API_PutBucketWebsiteWithContext_Call struct {
	*mock.Call
}

S3API_PutBucketWebsiteWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PutBucketWebsiteWithContext'

func (*S3API_PutBucketWebsiteWithContext_Call) Return

func (*S3API_PutBucketWebsiteWithContext_Call) Run

type S3API_PutBucketWebsite_Call

type S3API_PutBucketWebsite_Call struct {
	*mock.Call
}

S3API_PutBucketWebsite_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PutBucketWebsite'

func (*S3API_PutBucketWebsite_Call) Return

func (*S3API_PutBucketWebsite_Call) Run

func (*S3API_PutBucketWebsite_Call) RunAndReturn

type S3API_PutObjectAclRequest_Call

type S3API_PutObjectAclRequest_Call struct {
	*mock.Call
}

S3API_PutObjectAclRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PutObjectAclRequest'

func (*S3API_PutObjectAclRequest_Call) Return

func (*S3API_PutObjectAclRequest_Call) Run

func (*S3API_PutObjectAclRequest_Call) RunAndReturn

type S3API_PutObjectAclWithContext_Call

type S3API_PutObjectAclWithContext_Call struct {
	*mock.Call
}

S3API_PutObjectAclWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PutObjectAclWithContext'

func (*S3API_PutObjectAclWithContext_Call) Return

func (*S3API_PutObjectAclWithContext_Call) Run

func (*S3API_PutObjectAclWithContext_Call) RunAndReturn

type S3API_PutObjectAcl_Call

type S3API_PutObjectAcl_Call struct {
	*mock.Call
}

S3API_PutObjectAcl_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PutObjectAcl'

func (*S3API_PutObjectAcl_Call) Return

func (*S3API_PutObjectAcl_Call) Run

func (*S3API_PutObjectAcl_Call) RunAndReturn

type S3API_PutObjectLegalHoldRequest_Call

type S3API_PutObjectLegalHoldRequest_Call struct {
	*mock.Call
}

S3API_PutObjectLegalHoldRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PutObjectLegalHoldRequest'

func (*S3API_PutObjectLegalHoldRequest_Call) Return

func (*S3API_PutObjectLegalHoldRequest_Call) Run

type S3API_PutObjectLegalHoldWithContext_Call

type S3API_PutObjectLegalHoldWithContext_Call struct {
	*mock.Call
}

S3API_PutObjectLegalHoldWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PutObjectLegalHoldWithContext'

func (*S3API_PutObjectLegalHoldWithContext_Call) Return

func (*S3API_PutObjectLegalHoldWithContext_Call) Run

type S3API_PutObjectLegalHold_Call

type S3API_PutObjectLegalHold_Call struct {
	*mock.Call
}

S3API_PutObjectLegalHold_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PutObjectLegalHold'

func (*S3API_PutObjectLegalHold_Call) Return

func (*S3API_PutObjectLegalHold_Call) Run

func (*S3API_PutObjectLegalHold_Call) RunAndReturn

type S3API_PutObjectLockConfigurationRequest_Call

type S3API_PutObjectLockConfigurationRequest_Call struct {
	*mock.Call
}

S3API_PutObjectLockConfigurationRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PutObjectLockConfigurationRequest'

func (*S3API_PutObjectLockConfigurationRequest_Call) Run

type S3API_PutObjectLockConfigurationWithContext_Call

type S3API_PutObjectLockConfigurationWithContext_Call struct {
	*mock.Call
}

S3API_PutObjectLockConfigurationWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PutObjectLockConfigurationWithContext'

func (*S3API_PutObjectLockConfigurationWithContext_Call) Run

type S3API_PutObjectLockConfiguration_Call

type S3API_PutObjectLockConfiguration_Call struct {
	*mock.Call
}

S3API_PutObjectLockConfiguration_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PutObjectLockConfiguration'

func (*S3API_PutObjectLockConfiguration_Call) Return

func (*S3API_PutObjectLockConfiguration_Call) Run

type S3API_PutObjectRequest_Call

type S3API_PutObjectRequest_Call struct {
	*mock.Call
}

S3API_PutObjectRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PutObjectRequest'

func (*S3API_PutObjectRequest_Call) Return

func (*S3API_PutObjectRequest_Call) Run

func (*S3API_PutObjectRequest_Call) RunAndReturn

type S3API_PutObjectRetentionRequest_Call

type S3API_PutObjectRetentionRequest_Call struct {
	*mock.Call
}

S3API_PutObjectRetentionRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PutObjectRetentionRequest'

func (*S3API_PutObjectRetentionRequest_Call) Return

func (*S3API_PutObjectRetentionRequest_Call) Run

type S3API_PutObjectRetentionWithContext_Call

type S3API_PutObjectRetentionWithContext_Call struct {
	*mock.Call
}

S3API_PutObjectRetentionWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PutObjectRetentionWithContext'

func (*S3API_PutObjectRetentionWithContext_Call) Return

func (*S3API_PutObjectRetentionWithContext_Call) Run

type S3API_PutObjectRetention_Call

type S3API_PutObjectRetention_Call struct {
	*mock.Call
}

S3API_PutObjectRetention_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PutObjectRetention'

func (*S3API_PutObjectRetention_Call) Return

func (*S3API_PutObjectRetention_Call) Run

func (*S3API_PutObjectRetention_Call) RunAndReturn

type S3API_PutObjectTaggingRequest_Call

type S3API_PutObjectTaggingRequest_Call struct {
	*mock.Call
}

S3API_PutObjectTaggingRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PutObjectTaggingRequest'

func (*S3API_PutObjectTaggingRequest_Call) Return

func (*S3API_PutObjectTaggingRequest_Call) Run

func (*S3API_PutObjectTaggingRequest_Call) RunAndReturn

type S3API_PutObjectTaggingWithContext_Call

type S3API_PutObjectTaggingWithContext_Call struct {
	*mock.Call
}

S3API_PutObjectTaggingWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PutObjectTaggingWithContext'

func (*S3API_PutObjectTaggingWithContext_Call) Return

func (*S3API_PutObjectTaggingWithContext_Call) Run

type S3API_PutObjectTagging_Call

type S3API_PutObjectTagging_Call struct {
	*mock.Call
}

S3API_PutObjectTagging_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PutObjectTagging'

func (*S3API_PutObjectTagging_Call) Return

func (*S3API_PutObjectTagging_Call) Run

func (*S3API_PutObjectTagging_Call) RunAndReturn

type S3API_PutObjectWithContext_Call

type S3API_PutObjectWithContext_Call struct {
	*mock.Call
}

S3API_PutObjectWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PutObjectWithContext'

func (*S3API_PutObjectWithContext_Call) Return

func (*S3API_PutObjectWithContext_Call) Run

func (*S3API_PutObjectWithContext_Call) RunAndReturn

type S3API_PutObject_Call

type S3API_PutObject_Call struct {
	*mock.Call
}

S3API_PutObject_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PutObject'

func (*S3API_PutObject_Call) Return

func (*S3API_PutObject_Call) Run

func (*S3API_PutObject_Call) RunAndReturn

type S3API_PutPublicAccessBlockRequest_Call

type S3API_PutPublicAccessBlockRequest_Call struct {
	*mock.Call
}

S3API_PutPublicAccessBlockRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PutPublicAccessBlockRequest'

func (*S3API_PutPublicAccessBlockRequest_Call) Return

func (*S3API_PutPublicAccessBlockRequest_Call) Run

type S3API_PutPublicAccessBlockWithContext_Call

type S3API_PutPublicAccessBlockWithContext_Call struct {
	*mock.Call
}

S3API_PutPublicAccessBlockWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PutPublicAccessBlockWithContext'

func (*S3API_PutPublicAccessBlockWithContext_Call) Return

func (*S3API_PutPublicAccessBlockWithContext_Call) Run

type S3API_PutPublicAccessBlock_Call

type S3API_PutPublicAccessBlock_Call struct {
	*mock.Call
}

S3API_PutPublicAccessBlock_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PutPublicAccessBlock'

func (*S3API_PutPublicAccessBlock_Call) Return

func (*S3API_PutPublicAccessBlock_Call) Run

func (*S3API_PutPublicAccessBlock_Call) RunAndReturn

type S3API_RestoreObjectRequest_Call

type S3API_RestoreObjectRequest_Call struct {
	*mock.Call
}

S3API_RestoreObjectRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'RestoreObjectRequest'

func (*S3API_RestoreObjectRequest_Call) Return

func (*S3API_RestoreObjectRequest_Call) Run

func (*S3API_RestoreObjectRequest_Call) RunAndReturn

type S3API_RestoreObjectWithContext_Call

type S3API_RestoreObjectWithContext_Call struct {
	*mock.Call
}

S3API_RestoreObjectWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'RestoreObjectWithContext'

func (*S3API_RestoreObjectWithContext_Call) Return

func (*S3API_RestoreObjectWithContext_Call) Run

type S3API_RestoreObject_Call

type S3API_RestoreObject_Call struct {
	*mock.Call
}

S3API_RestoreObject_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'RestoreObject'

func (*S3API_RestoreObject_Call) Return

func (*S3API_RestoreObject_Call) Run

func (*S3API_RestoreObject_Call) RunAndReturn

type S3API_SelectObjectContentRequest_Call

type S3API_SelectObjectContentRequest_Call struct {
	*mock.Call
}

S3API_SelectObjectContentRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SelectObjectContentRequest'

func (*S3API_SelectObjectContentRequest_Call) Return

func (*S3API_SelectObjectContentRequest_Call) Run

type S3API_SelectObjectContentWithContext_Call

type S3API_SelectObjectContentWithContext_Call struct {
	*mock.Call
}

S3API_SelectObjectContentWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SelectObjectContentWithContext'

func (*S3API_SelectObjectContentWithContext_Call) Return

func (*S3API_SelectObjectContentWithContext_Call) Run

type S3API_SelectObjectContent_Call

type S3API_SelectObjectContent_Call struct {
	*mock.Call
}

S3API_SelectObjectContent_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SelectObjectContent'

func (*S3API_SelectObjectContent_Call) Return

func (*S3API_SelectObjectContent_Call) Run

func (*S3API_SelectObjectContent_Call) RunAndReturn

type S3API_UploadPartCopyRequest_Call

type S3API_UploadPartCopyRequest_Call struct {
	*mock.Call
}

S3API_UploadPartCopyRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UploadPartCopyRequest'

func (*S3API_UploadPartCopyRequest_Call) Return

func (*S3API_UploadPartCopyRequest_Call) Run

func (*S3API_UploadPartCopyRequest_Call) RunAndReturn

type S3API_UploadPartCopyWithContext_Call

type S3API_UploadPartCopyWithContext_Call struct {
	*mock.Call
}

S3API_UploadPartCopyWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UploadPartCopyWithContext'

func (*S3API_UploadPartCopyWithContext_Call) Return

func (*S3API_UploadPartCopyWithContext_Call) Run

type S3API_UploadPartCopy_Call

type S3API_UploadPartCopy_Call struct {
	*mock.Call
}

S3API_UploadPartCopy_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UploadPartCopy'

func (*S3API_UploadPartCopy_Call) Return

func (*S3API_UploadPartCopy_Call) Run

func (*S3API_UploadPartCopy_Call) RunAndReturn

type S3API_UploadPartRequest_Call

type S3API_UploadPartRequest_Call struct {
	*mock.Call
}

S3API_UploadPartRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UploadPartRequest'

func (*S3API_UploadPartRequest_Call) Return

func (*S3API_UploadPartRequest_Call) Run

func (*S3API_UploadPartRequest_Call) RunAndReturn

type S3API_UploadPartWithContext_Call

type S3API_UploadPartWithContext_Call struct {
	*mock.Call
}

S3API_UploadPartWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UploadPartWithContext'

func (*S3API_UploadPartWithContext_Call) Return

func (*S3API_UploadPartWithContext_Call) Run

func (*S3API_UploadPartWithContext_Call) RunAndReturn

type S3API_UploadPart_Call

type S3API_UploadPart_Call struct {
	*mock.Call
}

S3API_UploadPart_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UploadPart'

func (*S3API_UploadPart_Call) Return

func (*S3API_UploadPart_Call) Run

func (*S3API_UploadPart_Call) RunAndReturn

type S3API_WaitUntilBucketExistsWithContext_Call

type S3API_WaitUntilBucketExistsWithContext_Call struct {
	*mock.Call
}

S3API_WaitUntilBucketExistsWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'WaitUntilBucketExistsWithContext'

func (*S3API_WaitUntilBucketExistsWithContext_Call) Return

func (*S3API_WaitUntilBucketExistsWithContext_Call) Run

func (*S3API_WaitUntilBucketExistsWithContext_Call) RunAndReturn

type S3API_WaitUntilBucketExists_Call

type S3API_WaitUntilBucketExists_Call struct {
	*mock.Call
}

S3API_WaitUntilBucketExists_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'WaitUntilBucketExists'

func (*S3API_WaitUntilBucketExists_Call) Return

func (*S3API_WaitUntilBucketExists_Call) Run

func (*S3API_WaitUntilBucketExists_Call) RunAndReturn

type S3API_WaitUntilBucketNotExistsWithContext_Call

type S3API_WaitUntilBucketNotExistsWithContext_Call struct {
	*mock.Call
}

S3API_WaitUntilBucketNotExistsWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'WaitUntilBucketNotExistsWithContext'

func (*S3API_WaitUntilBucketNotExistsWithContext_Call) Return

func (*S3API_WaitUntilBucketNotExistsWithContext_Call) Run

func (*S3API_WaitUntilBucketNotExistsWithContext_Call) RunAndReturn

type S3API_WaitUntilBucketNotExists_Call

type S3API_WaitUntilBucketNotExists_Call struct {
	*mock.Call
}

S3API_WaitUntilBucketNotExists_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'WaitUntilBucketNotExists'

func (*S3API_WaitUntilBucketNotExists_Call) Return

func (*S3API_WaitUntilBucketNotExists_Call) Run

func (*S3API_WaitUntilBucketNotExists_Call) RunAndReturn

type S3API_WaitUntilObjectExistsWithContext_Call

type S3API_WaitUntilObjectExistsWithContext_Call struct {
	*mock.Call
}

S3API_WaitUntilObjectExistsWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'WaitUntilObjectExistsWithContext'

func (*S3API_WaitUntilObjectExistsWithContext_Call) Return

func (*S3API_WaitUntilObjectExistsWithContext_Call) Run

func (*S3API_WaitUntilObjectExistsWithContext_Call) RunAndReturn

type S3API_WaitUntilObjectExists_Call

type S3API_WaitUntilObjectExists_Call struct {
	*mock.Call
}

S3API_WaitUntilObjectExists_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'WaitUntilObjectExists'

func (*S3API_WaitUntilObjectExists_Call) Return

func (*S3API_WaitUntilObjectExists_Call) Run

func (*S3API_WaitUntilObjectExists_Call) RunAndReturn

type S3API_WaitUntilObjectNotExistsWithContext_Call

type S3API_WaitUntilObjectNotExistsWithContext_Call struct {
	*mock.Call
}

S3API_WaitUntilObjectNotExistsWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'WaitUntilObjectNotExistsWithContext'

func (*S3API_WaitUntilObjectNotExistsWithContext_Call) Return

func (*S3API_WaitUntilObjectNotExistsWithContext_Call) Run

func (*S3API_WaitUntilObjectNotExistsWithContext_Call) RunAndReturn

type S3API_WaitUntilObjectNotExists_Call

type S3API_WaitUntilObjectNotExists_Call struct {
	*mock.Call
}

S3API_WaitUntilObjectNotExists_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'WaitUntilObjectNotExists'

func (*S3API_WaitUntilObjectNotExists_Call) Return

func (*S3API_WaitUntilObjectNotExists_Call) Run

func (*S3API_WaitUntilObjectNotExists_Call) RunAndReturn

type S3API_WriteGetObjectResponseRequest_Call

type S3API_WriteGetObjectResponseRequest_Call struct {
	*mock.Call
}

S3API_WriteGetObjectResponseRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'WriteGetObjectResponseRequest'

func (*S3API_WriteGetObjectResponseRequest_Call) Return

func (*S3API_WriteGetObjectResponseRequest_Call) Run

type S3API_WriteGetObjectResponseWithContext_Call

type S3API_WriteGetObjectResponseWithContext_Call struct {
	*mock.Call
}

S3API_WriteGetObjectResponseWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'WriteGetObjectResponseWithContext'

func (*S3API_WriteGetObjectResponseWithContext_Call) Return

func (*S3API_WriteGetObjectResponseWithContext_Call) Run

type S3API_WriteGetObjectResponse_Call

type S3API_WriteGetObjectResponse_Call struct {
	*mock.Call
}

S3API_WriteGetObjectResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'WriteGetObjectResponse'

func (*S3API_WriteGetObjectResponse_Call) Return

func (*S3API_WriteGetObjectResponse_Call) Run

type UploaderAPI

type UploaderAPI struct {
	mock.Mock
}

UploaderAPI is an autogenerated mock type for the UploaderAPI type

func NewUploaderAPI

func NewUploaderAPI(t interface {
	mock.TestingT
	Cleanup(func())
}) *UploaderAPI

NewUploaderAPI creates a new instance of UploaderAPI. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.

func (*UploaderAPI) EXPECT

func (_m *UploaderAPI) EXPECT() *UploaderAPI_Expecter

func (*UploaderAPI) Upload

func (_m *UploaderAPI) Upload(_a0 *s3manager.UploadInput, _a1 ...func(*s3manager.Uploader)) (*s3manager.UploadOutput, error)

Upload provides a mock function with given fields: _a0, _a1

func (*UploaderAPI) UploadWithContext

func (_m *UploaderAPI) UploadWithContext(_a0 context.Context, _a1 *s3manager.UploadInput, _a2 ...func(*s3manager.Uploader)) (*s3manager.UploadOutput, error)

UploadWithContext provides a mock function with given fields: _a0, _a1, _a2

type UploaderAPI_Expecter

type UploaderAPI_Expecter struct {
	// contains filtered or unexported fields
}

func (*UploaderAPI_Expecter) Upload

func (_e *UploaderAPI_Expecter) Upload(_a0 interface{}, _a1 ...interface{}) *UploaderAPI_Upload_Call

Upload is a helper method to define mock.On call

  • _a0 *s3manager.UploadInput
  • _a1 ...func(*s3manager.Uploader)

func (*UploaderAPI_Expecter) UploadWithContext

func (_e *UploaderAPI_Expecter) UploadWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *UploaderAPI_UploadWithContext_Call

UploadWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *s3manager.UploadInput
  • _a2 ...func(*s3manager.Uploader)

type UploaderAPI_UploadWithContext_Call

type UploaderAPI_UploadWithContext_Call struct {
	*mock.Call
}

UploaderAPI_UploadWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UploadWithContext'

func (*UploaderAPI_UploadWithContext_Call) Return

func (*UploaderAPI_UploadWithContext_Call) Run

func (*UploaderAPI_UploadWithContext_Call) RunAndReturn

type UploaderAPI_Upload_Call

type UploaderAPI_Upload_Call struct {
	*mock.Call
}

UploaderAPI_Upload_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Upload'

func (*UploaderAPI_Upload_Call) Return

func (*UploaderAPI_Upload_Call) Run

func (*UploaderAPI_Upload_Call) RunAndReturn

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL