Documentation
¶
Index ¶
- Variables
- func LoadAWSConfig(ctx context.Context, cfg Config) (aws.Config, error)
- func LoadAWSConfigWithOptions(ctx context.Context, cfg Config, opts ...LoadOption) (aws.Config, error)
- func Module(extends ...di.Node) di.Node
- func NewAWSConfig(ctx context.Context, cfg Config) (aws.Config, error)
- func NewAWSConfigWithOptions(ctx context.Context, cfg Config, opts ...LoadOption) (aws.Config, error)
- func UploadFileHeader(ctx context.Context, uploader Uploader, bucket, key string, ...) (*s3.PutObjectOutput, error)
- type Accelerator
- type AccessController
- type AnalyticsManager
- type Appender
- type BatchDeleter
- type BucketLister
- type BucketManager
- type CORSManager
- type Client
- type Config
- type Copier
- type Deleter
- type Downloader
- type Encryptor
- type IntelligentTieringManager
- type InventoryManager
- type LegalHoldManager
- type LifecycleManager
- type Lister
- type ListingManager
- type LoadOption
- type Locator
- type LoggingManager
- type MetadataGetter
- type MetricsManager
- type MockAccelerator
- func (_m *MockAccelerator) EXPECT() *MockAccelerator_Expecter
- func (_mock *MockAccelerator) GetBucketAccelerateConfiguration(ctx context.Context, params *s3.GetBucketAccelerateConfigurationInput, ...) (*s3.GetBucketAccelerateConfigurationOutput, error)
- func (_mock *MockAccelerator) PutBucketAccelerateConfiguration(ctx context.Context, params *s3.PutBucketAccelerateConfigurationInput, ...) (*s3.PutBucketAccelerateConfigurationOutput, error)
- type MockAccelerator_Expecter
- func (_e *MockAccelerator_Expecter) GetBucketAccelerateConfiguration(ctx interface{}, params interface{}, optFns ...interface{}) *MockAccelerator_GetBucketAccelerateConfiguration_Call
- func (_e *MockAccelerator_Expecter) PutBucketAccelerateConfiguration(ctx interface{}, params interface{}, optFns ...interface{}) *MockAccelerator_PutBucketAccelerateConfiguration_Call
- type MockAccelerator_GetBucketAccelerateConfiguration_Call
- func (_c *MockAccelerator_GetBucketAccelerateConfiguration_Call) Return(...) *MockAccelerator_GetBucketAccelerateConfiguration_Call
- func (_c *MockAccelerator_GetBucketAccelerateConfiguration_Call) Run(...) *MockAccelerator_GetBucketAccelerateConfiguration_Call
- func (_c *MockAccelerator_GetBucketAccelerateConfiguration_Call) RunAndReturn(...) *MockAccelerator_GetBucketAccelerateConfiguration_Call
- type MockAccelerator_PutBucketAccelerateConfiguration_Call
- func (_c *MockAccelerator_PutBucketAccelerateConfiguration_Call) Return(...) *MockAccelerator_PutBucketAccelerateConfiguration_Call
- func (_c *MockAccelerator_PutBucketAccelerateConfiguration_Call) Run(...) *MockAccelerator_PutBucketAccelerateConfiguration_Call
- func (_c *MockAccelerator_PutBucketAccelerateConfiguration_Call) RunAndReturn(...) *MockAccelerator_PutBucketAccelerateConfiguration_Call
- type MockAccessController
- func (_m *MockAccessController) EXPECT() *MockAccessController_Expecter
- func (_mock *MockAccessController) GetBucketAcl(ctx context.Context, params *s3.GetBucketAclInput, optFns ...func(*s3.Options)) (*s3.GetBucketAclOutput, error)
- func (_mock *MockAccessController) GetObjectAcl(ctx context.Context, params *s3.GetObjectAclInput, optFns ...func(*s3.Options)) (*s3.GetObjectAclOutput, error)
- func (_mock *MockAccessController) PutBucketAcl(ctx context.Context, params *s3.PutBucketAclInput, optFns ...func(*s3.Options)) (*s3.PutBucketAclOutput, error)
- func (_mock *MockAccessController) PutObjectAcl(ctx context.Context, params *s3.PutObjectAclInput, optFns ...func(*s3.Options)) (*s3.PutObjectAclOutput, error)
- type MockAccessController_Expecter
- func (_e *MockAccessController_Expecter) GetBucketAcl(ctx interface{}, params interface{}, optFns ...interface{}) *MockAccessController_GetBucketAcl_Call
- func (_e *MockAccessController_Expecter) GetObjectAcl(ctx interface{}, params interface{}, optFns ...interface{}) *MockAccessController_GetObjectAcl_Call
- func (_e *MockAccessController_Expecter) PutBucketAcl(ctx interface{}, params interface{}, optFns ...interface{}) *MockAccessController_PutBucketAcl_Call
- func (_e *MockAccessController_Expecter) PutObjectAcl(ctx interface{}, params interface{}, optFns ...interface{}) *MockAccessController_PutObjectAcl_Call
- type MockAccessController_GetBucketAcl_Call
- func (_c *MockAccessController_GetBucketAcl_Call) Return(getBucketAclOutput *s3.GetBucketAclOutput, err error) *MockAccessController_GetBucketAcl_Call
- func (_c *MockAccessController_GetBucketAcl_Call) Run(...) *MockAccessController_GetBucketAcl_Call
- func (_c *MockAccessController_GetBucketAcl_Call) RunAndReturn(...) *MockAccessController_GetBucketAcl_Call
- type MockAccessController_GetObjectAcl_Call
- func (_c *MockAccessController_GetObjectAcl_Call) Return(getObjectAclOutput *s3.GetObjectAclOutput, err error) *MockAccessController_GetObjectAcl_Call
- func (_c *MockAccessController_GetObjectAcl_Call) Run(...) *MockAccessController_GetObjectAcl_Call
- func (_c *MockAccessController_GetObjectAcl_Call) RunAndReturn(...) *MockAccessController_GetObjectAcl_Call
- type MockAccessController_PutBucketAcl_Call
- func (_c *MockAccessController_PutBucketAcl_Call) Return(putBucketAclOutput *s3.PutBucketAclOutput, err error) *MockAccessController_PutBucketAcl_Call
- func (_c *MockAccessController_PutBucketAcl_Call) Run(...) *MockAccessController_PutBucketAcl_Call
- func (_c *MockAccessController_PutBucketAcl_Call) RunAndReturn(...) *MockAccessController_PutBucketAcl_Call
- type MockAccessController_PutObjectAcl_Call
- func (_c *MockAccessController_PutObjectAcl_Call) Return(putObjectAclOutput *s3.PutObjectAclOutput, err error) *MockAccessController_PutObjectAcl_Call
- func (_c *MockAccessController_PutObjectAcl_Call) Run(...) *MockAccessController_PutObjectAcl_Call
- func (_c *MockAccessController_PutObjectAcl_Call) RunAndReturn(...) *MockAccessController_PutObjectAcl_Call
- type MockAnalyticsManager
- func (_mock *MockAnalyticsManager) DeleteBucketAnalyticsConfiguration(ctx context.Context, params *s3.DeleteBucketAnalyticsConfigurationInput, ...) (*s3.DeleteBucketAnalyticsConfigurationOutput, error)
- func (_m *MockAnalyticsManager) EXPECT() *MockAnalyticsManager_Expecter
- func (_mock *MockAnalyticsManager) GetBucketAnalyticsConfiguration(ctx context.Context, params *s3.GetBucketAnalyticsConfigurationInput, ...) (*s3.GetBucketAnalyticsConfigurationOutput, error)
- func (_mock *MockAnalyticsManager) PutBucketAnalyticsConfiguration(ctx context.Context, params *s3.PutBucketAnalyticsConfigurationInput, ...) (*s3.PutBucketAnalyticsConfigurationOutput, error)
- type MockAnalyticsManager_DeleteBucketAnalyticsConfiguration_Call
- func (_c *MockAnalyticsManager_DeleteBucketAnalyticsConfiguration_Call) Return(...) *MockAnalyticsManager_DeleteBucketAnalyticsConfiguration_Call
- func (_c *MockAnalyticsManager_DeleteBucketAnalyticsConfiguration_Call) Run(...) *MockAnalyticsManager_DeleteBucketAnalyticsConfiguration_Call
- func (_c *MockAnalyticsManager_DeleteBucketAnalyticsConfiguration_Call) RunAndReturn(...) *MockAnalyticsManager_DeleteBucketAnalyticsConfiguration_Call
- type MockAnalyticsManager_Expecter
- func (_e *MockAnalyticsManager_Expecter) DeleteBucketAnalyticsConfiguration(ctx interface{}, params interface{}, optFns ...interface{}) *MockAnalyticsManager_DeleteBucketAnalyticsConfiguration_Call
- func (_e *MockAnalyticsManager_Expecter) GetBucketAnalyticsConfiguration(ctx interface{}, params interface{}, optFns ...interface{}) *MockAnalyticsManager_GetBucketAnalyticsConfiguration_Call
- func (_e *MockAnalyticsManager_Expecter) PutBucketAnalyticsConfiguration(ctx interface{}, params interface{}, optFns ...interface{}) *MockAnalyticsManager_PutBucketAnalyticsConfiguration_Call
- type MockAnalyticsManager_GetBucketAnalyticsConfiguration_Call
- func (_c *MockAnalyticsManager_GetBucketAnalyticsConfiguration_Call) Return(...) *MockAnalyticsManager_GetBucketAnalyticsConfiguration_Call
- func (_c *MockAnalyticsManager_GetBucketAnalyticsConfiguration_Call) Run(...) *MockAnalyticsManager_GetBucketAnalyticsConfiguration_Call
- func (_c *MockAnalyticsManager_GetBucketAnalyticsConfiguration_Call) RunAndReturn(...) *MockAnalyticsManager_GetBucketAnalyticsConfiguration_Call
- type MockAnalyticsManager_PutBucketAnalyticsConfiguration_Call
- func (_c *MockAnalyticsManager_PutBucketAnalyticsConfiguration_Call) Return(...) *MockAnalyticsManager_PutBucketAnalyticsConfiguration_Call
- func (_c *MockAnalyticsManager_PutBucketAnalyticsConfiguration_Call) Run(...) *MockAnalyticsManager_PutBucketAnalyticsConfiguration_Call
- func (_c *MockAnalyticsManager_PutBucketAnalyticsConfiguration_Call) RunAndReturn(...) *MockAnalyticsManager_PutBucketAnalyticsConfiguration_Call
- type MockBatchDeleter
- type MockBatchDeleter_DeleteObjects_Call
- func (_c *MockBatchDeleter_DeleteObjects_Call) Return(deleteObjectsOutput *s3.DeleteObjectsOutput, err error) *MockBatchDeleter_DeleteObjects_Call
- func (_c *MockBatchDeleter_DeleteObjects_Call) Run(run func(ctx context.Context, params *s3.DeleteObjectsInput, ...)) *MockBatchDeleter_DeleteObjects_Call
- func (_c *MockBatchDeleter_DeleteObjects_Call) RunAndReturn(...) *MockBatchDeleter_DeleteObjects_Call
- type MockBatchDeleter_Expecter
- type MockBucketLister
- type MockBucketLister_Expecter
- type MockBucketLister_ListBuckets_Call
- func (_c *MockBucketLister_ListBuckets_Call) Return(listBucketsOutput *s3.ListBucketsOutput, err error) *MockBucketLister_ListBuckets_Call
- func (_c *MockBucketLister_ListBuckets_Call) Run(...) *MockBucketLister_ListBuckets_Call
- func (_c *MockBucketLister_ListBuckets_Call) RunAndReturn(...) *MockBucketLister_ListBuckets_Call
- type MockBucketManager
- func (_mock *MockBucketManager) CreateBucket(ctx context.Context, params *s3.CreateBucketInput, optFns ...func(*s3.Options)) (*s3.CreateBucketOutput, error)
- func (_mock *MockBucketManager) DeleteBucket(ctx context.Context, params *s3.DeleteBucketInput, optFns ...func(*s3.Options)) (*s3.DeleteBucketOutput, error)
- func (_m *MockBucketManager) EXPECT() *MockBucketManager_Expecter
- func (_mock *MockBucketManager) HeadBucket(ctx context.Context, params *s3.HeadBucketInput, optFns ...func(*s3.Options)) (*s3.HeadBucketOutput, error)
- type MockBucketManager_CreateBucket_Call
- func (_c *MockBucketManager_CreateBucket_Call) Return(createBucketOutput *s3.CreateBucketOutput, err error) *MockBucketManager_CreateBucket_Call
- func (_c *MockBucketManager_CreateBucket_Call) Run(...) *MockBucketManager_CreateBucket_Call
- func (_c *MockBucketManager_CreateBucket_Call) RunAndReturn(...) *MockBucketManager_CreateBucket_Call
- type MockBucketManager_DeleteBucket_Call
- func (_c *MockBucketManager_DeleteBucket_Call) Return(deleteBucketOutput *s3.DeleteBucketOutput, err error) *MockBucketManager_DeleteBucket_Call
- func (_c *MockBucketManager_DeleteBucket_Call) Run(...) *MockBucketManager_DeleteBucket_Call
- func (_c *MockBucketManager_DeleteBucket_Call) RunAndReturn(...) *MockBucketManager_DeleteBucket_Call
- type MockBucketManager_Expecter
- func (_e *MockBucketManager_Expecter) CreateBucket(ctx interface{}, params interface{}, optFns ...interface{}) *MockBucketManager_CreateBucket_Call
- func (_e *MockBucketManager_Expecter) DeleteBucket(ctx interface{}, params interface{}, optFns ...interface{}) *MockBucketManager_DeleteBucket_Call
- func (_e *MockBucketManager_Expecter) HeadBucket(ctx interface{}, params interface{}, optFns ...interface{}) *MockBucketManager_HeadBucket_Call
- type MockBucketManager_HeadBucket_Call
- func (_c *MockBucketManager_HeadBucket_Call) Return(headBucketOutput *s3.HeadBucketOutput, err error) *MockBucketManager_HeadBucket_Call
- func (_c *MockBucketManager_HeadBucket_Call) Run(...) *MockBucketManager_HeadBucket_Call
- func (_c *MockBucketManager_HeadBucket_Call) RunAndReturn(...) *MockBucketManager_HeadBucket_Call
- type MockCORSManager
- func (_mock *MockCORSManager) DeleteBucketCors(ctx context.Context, params *s3.DeleteBucketCorsInput, ...) (*s3.DeleteBucketCorsOutput, error)
- func (_m *MockCORSManager) EXPECT() *MockCORSManager_Expecter
- func (_mock *MockCORSManager) GetBucketCors(ctx context.Context, params *s3.GetBucketCorsInput, ...) (*s3.GetBucketCorsOutput, error)
- func (_mock *MockCORSManager) PutBucketCors(ctx context.Context, params *s3.PutBucketCorsInput, ...) (*s3.PutBucketCorsOutput, error)
- type MockCORSManager_DeleteBucketCors_Call
- func (_c *MockCORSManager_DeleteBucketCors_Call) Return(deleteBucketCorsOutput *s3.DeleteBucketCorsOutput, err error) *MockCORSManager_DeleteBucketCors_Call
- func (_c *MockCORSManager_DeleteBucketCors_Call) Run(run func(ctx context.Context, params *s3.DeleteBucketCorsInput, ...)) *MockCORSManager_DeleteBucketCors_Call
- func (_c *MockCORSManager_DeleteBucketCors_Call) RunAndReturn(...) *MockCORSManager_DeleteBucketCors_Call
- type MockCORSManager_Expecter
- func (_e *MockCORSManager_Expecter) DeleteBucketCors(ctx interface{}, params interface{}, optFns ...interface{}) *MockCORSManager_DeleteBucketCors_Call
- func (_e *MockCORSManager_Expecter) GetBucketCors(ctx interface{}, params interface{}, optFns ...interface{}) *MockCORSManager_GetBucketCors_Call
- func (_e *MockCORSManager_Expecter) PutBucketCors(ctx interface{}, params interface{}, optFns ...interface{}) *MockCORSManager_PutBucketCors_Call
- type MockCORSManager_GetBucketCors_Call
- func (_c *MockCORSManager_GetBucketCors_Call) Return(getBucketCorsOutput *s3.GetBucketCorsOutput, err error) *MockCORSManager_GetBucketCors_Call
- func (_c *MockCORSManager_GetBucketCors_Call) Run(run func(ctx context.Context, params *s3.GetBucketCorsInput, ...)) *MockCORSManager_GetBucketCors_Call
- func (_c *MockCORSManager_GetBucketCors_Call) RunAndReturn(...) *MockCORSManager_GetBucketCors_Call
- type MockCORSManager_PutBucketCors_Call
- func (_c *MockCORSManager_PutBucketCors_Call) Return(putBucketCorsOutput *s3.PutBucketCorsOutput, err error) *MockCORSManager_PutBucketCors_Call
- func (_c *MockCORSManager_PutBucketCors_Call) Run(run func(ctx context.Context, params *s3.PutBucketCorsInput, ...)) *MockCORSManager_PutBucketCors_Call
- func (_c *MockCORSManager_PutBucketCors_Call) RunAndReturn(...) *MockCORSManager_PutBucketCors_Call
- type MockCopier
- type MockCopier_CopyObject_Call
- type MockCopier_Expecter
- type MockDeleter
- type MockDeleter_DeleteObject_Call
- func (_c *MockDeleter_DeleteObject_Call) Return(deleteObjectOutput *s3.DeleteObjectOutput, err error) *MockDeleter_DeleteObject_Call
- func (_c *MockDeleter_DeleteObject_Call) Run(...) *MockDeleter_DeleteObject_Call
- func (_c *MockDeleter_DeleteObject_Call) RunAndReturn(...) *MockDeleter_DeleteObject_Call
- type MockDeleter_Expecter
- type MockDownloader
- type MockDownloader_Expecter
- type MockDownloader_GetObject_Call
- type MockEncryptor
- func (_mock *MockEncryptor) DeleteBucketEncryption(ctx context.Context, params *s3.DeleteBucketEncryptionInput, ...) (*s3.DeleteBucketEncryptionOutput, error)
- func (_m *MockEncryptor) EXPECT() *MockEncryptor_Expecter
- func (_mock *MockEncryptor) GetBucketEncryption(ctx context.Context, params *s3.GetBucketEncryptionInput, ...) (*s3.GetBucketEncryptionOutput, error)
- func (_mock *MockEncryptor) PutBucketEncryption(ctx context.Context, params *s3.PutBucketEncryptionInput, ...) (*s3.PutBucketEncryptionOutput, error)
- type MockEncryptor_DeleteBucketEncryption_Call
- func (_c *MockEncryptor_DeleteBucketEncryption_Call) Return(deleteBucketEncryptionOutput *s3.DeleteBucketEncryptionOutput, err error) *MockEncryptor_DeleteBucketEncryption_Call
- func (_c *MockEncryptor_DeleteBucketEncryption_Call) Run(run func(ctx context.Context, params *s3.DeleteBucketEncryptionInput, ...)) *MockEncryptor_DeleteBucketEncryption_Call
- func (_c *MockEncryptor_DeleteBucketEncryption_Call) RunAndReturn(...) *MockEncryptor_DeleteBucketEncryption_Call
- type MockEncryptor_Expecter
- func (_e *MockEncryptor_Expecter) DeleteBucketEncryption(ctx interface{}, params interface{}, optFns ...interface{}) *MockEncryptor_DeleteBucketEncryption_Call
- func (_e *MockEncryptor_Expecter) GetBucketEncryption(ctx interface{}, params interface{}, optFns ...interface{}) *MockEncryptor_GetBucketEncryption_Call
- func (_e *MockEncryptor_Expecter) PutBucketEncryption(ctx interface{}, params interface{}, optFns ...interface{}) *MockEncryptor_PutBucketEncryption_Call
- type MockEncryptor_GetBucketEncryption_Call
- func (_c *MockEncryptor_GetBucketEncryption_Call) Return(getBucketEncryptionOutput *s3.GetBucketEncryptionOutput, err error) *MockEncryptor_GetBucketEncryption_Call
- func (_c *MockEncryptor_GetBucketEncryption_Call) Run(run func(ctx context.Context, params *s3.GetBucketEncryptionInput, ...)) *MockEncryptor_GetBucketEncryption_Call
- func (_c *MockEncryptor_GetBucketEncryption_Call) RunAndReturn(...) *MockEncryptor_GetBucketEncryption_Call
- type MockEncryptor_PutBucketEncryption_Call
- func (_c *MockEncryptor_PutBucketEncryption_Call) Return(putBucketEncryptionOutput *s3.PutBucketEncryptionOutput, err error) *MockEncryptor_PutBucketEncryption_Call
- func (_c *MockEncryptor_PutBucketEncryption_Call) Run(run func(ctx context.Context, params *s3.PutBucketEncryptionInput, ...)) *MockEncryptor_PutBucketEncryption_Call
- func (_c *MockEncryptor_PutBucketEncryption_Call) RunAndReturn(...) *MockEncryptor_PutBucketEncryption_Call
- type MockIntelligentTieringManager
- func (_mock *MockIntelligentTieringManager) DeleteBucketIntelligentTieringConfiguration(ctx context.Context, ...) (*s3.DeleteBucketIntelligentTieringConfigurationOutput, error)
- func (_m *MockIntelligentTieringManager) EXPECT() *MockIntelligentTieringManager_Expecter
- func (_mock *MockIntelligentTieringManager) GetBucketIntelligentTieringConfiguration(ctx context.Context, params *s3.GetBucketIntelligentTieringConfigurationInput, ...) (*s3.GetBucketIntelligentTieringConfigurationOutput, error)
- func (_mock *MockIntelligentTieringManager) PutBucketIntelligentTieringConfiguration(ctx context.Context, params *s3.PutBucketIntelligentTieringConfigurationInput, ...) (*s3.PutBucketIntelligentTieringConfigurationOutput, error)
- type MockIntelligentTieringManager_DeleteBucketIntelligentTieringConfiguration_Call
- func (_c *MockIntelligentTieringManager_DeleteBucketIntelligentTieringConfiguration_Call) Return(...) ...
- func (_c *MockIntelligentTieringManager_DeleteBucketIntelligentTieringConfiguration_Call) Run(run func(ctx context.Context, ...)) ...
- func (_c *MockIntelligentTieringManager_DeleteBucketIntelligentTieringConfiguration_Call) RunAndReturn(...) ...
- type MockIntelligentTieringManager_Expecter
- func (_e *MockIntelligentTieringManager_Expecter) DeleteBucketIntelligentTieringConfiguration(ctx interface{}, params interface{}, optFns ...interface{}) ...
- func (_e *MockIntelligentTieringManager_Expecter) GetBucketIntelligentTieringConfiguration(ctx interface{}, params interface{}, optFns ...interface{}) *MockIntelligentTieringManager_GetBucketIntelligentTieringConfiguration_Call
- func (_e *MockIntelligentTieringManager_Expecter) PutBucketIntelligentTieringConfiguration(ctx interface{}, params interface{}, optFns ...interface{}) *MockIntelligentTieringManager_PutBucketIntelligentTieringConfiguration_Call
- type MockIntelligentTieringManager_GetBucketIntelligentTieringConfiguration_Call
- func (_c *MockIntelligentTieringManager_GetBucketIntelligentTieringConfiguration_Call) Return(...) *MockIntelligentTieringManager_GetBucketIntelligentTieringConfiguration_Call
- func (_c *MockIntelligentTieringManager_GetBucketIntelligentTieringConfiguration_Call) Run(...) *MockIntelligentTieringManager_GetBucketIntelligentTieringConfiguration_Call
- func (_c *MockIntelligentTieringManager_GetBucketIntelligentTieringConfiguration_Call) RunAndReturn(...) *MockIntelligentTieringManager_GetBucketIntelligentTieringConfiguration_Call
- type MockIntelligentTieringManager_PutBucketIntelligentTieringConfiguration_Call
- func (_c *MockIntelligentTieringManager_PutBucketIntelligentTieringConfiguration_Call) Return(...) *MockIntelligentTieringManager_PutBucketIntelligentTieringConfiguration_Call
- func (_c *MockIntelligentTieringManager_PutBucketIntelligentTieringConfiguration_Call) Run(...) *MockIntelligentTieringManager_PutBucketIntelligentTieringConfiguration_Call
- func (_c *MockIntelligentTieringManager_PutBucketIntelligentTieringConfiguration_Call) RunAndReturn(...) *MockIntelligentTieringManager_PutBucketIntelligentTieringConfiguration_Call
- type MockInventoryManager
- func (_mock *MockInventoryManager) DeleteBucketInventoryConfiguration(ctx context.Context, params *s3.DeleteBucketInventoryConfigurationInput, ...) (*s3.DeleteBucketInventoryConfigurationOutput, error)
- func (_m *MockInventoryManager) EXPECT() *MockInventoryManager_Expecter
- func (_mock *MockInventoryManager) GetBucketInventoryConfiguration(ctx context.Context, params *s3.GetBucketInventoryConfigurationInput, ...) (*s3.GetBucketInventoryConfigurationOutput, error)
- func (_mock *MockInventoryManager) PutBucketInventoryConfiguration(ctx context.Context, params *s3.PutBucketInventoryConfigurationInput, ...) (*s3.PutBucketInventoryConfigurationOutput, error)
- type MockInventoryManager_DeleteBucketInventoryConfiguration_Call
- func (_c *MockInventoryManager_DeleteBucketInventoryConfiguration_Call) Return(...) *MockInventoryManager_DeleteBucketInventoryConfiguration_Call
- func (_c *MockInventoryManager_DeleteBucketInventoryConfiguration_Call) Run(...) *MockInventoryManager_DeleteBucketInventoryConfiguration_Call
- func (_c *MockInventoryManager_DeleteBucketInventoryConfiguration_Call) RunAndReturn(...) *MockInventoryManager_DeleteBucketInventoryConfiguration_Call
- type MockInventoryManager_Expecter
- func (_e *MockInventoryManager_Expecter) DeleteBucketInventoryConfiguration(ctx interface{}, params interface{}, optFns ...interface{}) *MockInventoryManager_DeleteBucketInventoryConfiguration_Call
- func (_e *MockInventoryManager_Expecter) GetBucketInventoryConfiguration(ctx interface{}, params interface{}, optFns ...interface{}) *MockInventoryManager_GetBucketInventoryConfiguration_Call
- func (_e *MockInventoryManager_Expecter) PutBucketInventoryConfiguration(ctx interface{}, params interface{}, optFns ...interface{}) *MockInventoryManager_PutBucketInventoryConfiguration_Call
- type MockInventoryManager_GetBucketInventoryConfiguration_Call
- func (_c *MockInventoryManager_GetBucketInventoryConfiguration_Call) Return(...) *MockInventoryManager_GetBucketInventoryConfiguration_Call
- func (_c *MockInventoryManager_GetBucketInventoryConfiguration_Call) Run(...) *MockInventoryManager_GetBucketInventoryConfiguration_Call
- func (_c *MockInventoryManager_GetBucketInventoryConfiguration_Call) RunAndReturn(...) *MockInventoryManager_GetBucketInventoryConfiguration_Call
- type MockInventoryManager_PutBucketInventoryConfiguration_Call
- func (_c *MockInventoryManager_PutBucketInventoryConfiguration_Call) Return(...) *MockInventoryManager_PutBucketInventoryConfiguration_Call
- func (_c *MockInventoryManager_PutBucketInventoryConfiguration_Call) Run(...) *MockInventoryManager_PutBucketInventoryConfiguration_Call
- func (_c *MockInventoryManager_PutBucketInventoryConfiguration_Call) RunAndReturn(...) *MockInventoryManager_PutBucketInventoryConfiguration_Call
- type MockLegalHoldManager
- func (_m *MockLegalHoldManager) EXPECT() *MockLegalHoldManager_Expecter
- func (_mock *MockLegalHoldManager) GetObjectLegalHold(ctx context.Context, params *s3.GetObjectLegalHoldInput, ...) (*s3.GetObjectLegalHoldOutput, error)
- func (_mock *MockLegalHoldManager) PutObjectLegalHold(ctx context.Context, params *s3.PutObjectLegalHoldInput, ...) (*s3.PutObjectLegalHoldOutput, error)
- type MockLegalHoldManager_Expecter
- func (_e *MockLegalHoldManager_Expecter) GetObjectLegalHold(ctx interface{}, params interface{}, optFns ...interface{}) *MockLegalHoldManager_GetObjectLegalHold_Call
- func (_e *MockLegalHoldManager_Expecter) PutObjectLegalHold(ctx interface{}, params interface{}, optFns ...interface{}) *MockLegalHoldManager_PutObjectLegalHold_Call
- type MockLegalHoldManager_GetObjectLegalHold_Call
- func (_c *MockLegalHoldManager_GetObjectLegalHold_Call) Return(getObjectLegalHoldOutput *s3.GetObjectLegalHoldOutput, err error) *MockLegalHoldManager_GetObjectLegalHold_Call
- func (_c *MockLegalHoldManager_GetObjectLegalHold_Call) Run(run func(ctx context.Context, params *s3.GetObjectLegalHoldInput, ...)) *MockLegalHoldManager_GetObjectLegalHold_Call
- func (_c *MockLegalHoldManager_GetObjectLegalHold_Call) RunAndReturn(...) *MockLegalHoldManager_GetObjectLegalHold_Call
- type MockLegalHoldManager_PutObjectLegalHold_Call
- func (_c *MockLegalHoldManager_PutObjectLegalHold_Call) Return(putObjectLegalHoldOutput *s3.PutObjectLegalHoldOutput, err error) *MockLegalHoldManager_PutObjectLegalHold_Call
- func (_c *MockLegalHoldManager_PutObjectLegalHold_Call) Run(run func(ctx context.Context, params *s3.PutObjectLegalHoldInput, ...)) *MockLegalHoldManager_PutObjectLegalHold_Call
- func (_c *MockLegalHoldManager_PutObjectLegalHold_Call) RunAndReturn(...) *MockLegalHoldManager_PutObjectLegalHold_Call
- type MockLifecycleManager
- func (_mock *MockLifecycleManager) DeleteBucketLifecycle(ctx context.Context, params *s3.DeleteBucketLifecycleInput, ...) (*s3.DeleteBucketLifecycleOutput, error)
- func (_m *MockLifecycleManager) EXPECT() *MockLifecycleManager_Expecter
- func (_mock *MockLifecycleManager) GetBucketLifecycleConfiguration(ctx context.Context, params *s3.GetBucketLifecycleConfigurationInput, ...) (*s3.GetBucketLifecycleConfigurationOutput, error)
- func (_mock *MockLifecycleManager) PutBucketLifecycleConfiguration(ctx context.Context, params *s3.PutBucketLifecycleConfigurationInput, ...) (*s3.PutBucketLifecycleConfigurationOutput, error)
- type MockLifecycleManager_DeleteBucketLifecycle_Call
- func (_c *MockLifecycleManager_DeleteBucketLifecycle_Call) Return(deleteBucketLifecycleOutput *s3.DeleteBucketLifecycleOutput, err error) *MockLifecycleManager_DeleteBucketLifecycle_Call
- func (_c *MockLifecycleManager_DeleteBucketLifecycle_Call) Run(run func(ctx context.Context, params *s3.DeleteBucketLifecycleInput, ...)) *MockLifecycleManager_DeleteBucketLifecycle_Call
- func (_c *MockLifecycleManager_DeleteBucketLifecycle_Call) RunAndReturn(...) *MockLifecycleManager_DeleteBucketLifecycle_Call
- type MockLifecycleManager_Expecter
- func (_e *MockLifecycleManager_Expecter) DeleteBucketLifecycle(ctx interface{}, params interface{}, optFns ...interface{}) *MockLifecycleManager_DeleteBucketLifecycle_Call
- func (_e *MockLifecycleManager_Expecter) GetBucketLifecycleConfiguration(ctx interface{}, params interface{}, optFns ...interface{}) *MockLifecycleManager_GetBucketLifecycleConfiguration_Call
- func (_e *MockLifecycleManager_Expecter) PutBucketLifecycleConfiguration(ctx interface{}, params interface{}, optFns ...interface{}) *MockLifecycleManager_PutBucketLifecycleConfiguration_Call
- type MockLifecycleManager_GetBucketLifecycleConfiguration_Call
- func (_c *MockLifecycleManager_GetBucketLifecycleConfiguration_Call) Return(...) *MockLifecycleManager_GetBucketLifecycleConfiguration_Call
- func (_c *MockLifecycleManager_GetBucketLifecycleConfiguration_Call) Run(...) *MockLifecycleManager_GetBucketLifecycleConfiguration_Call
- func (_c *MockLifecycleManager_GetBucketLifecycleConfiguration_Call) RunAndReturn(...) *MockLifecycleManager_GetBucketLifecycleConfiguration_Call
- type MockLifecycleManager_PutBucketLifecycleConfiguration_Call
- func (_c *MockLifecycleManager_PutBucketLifecycleConfiguration_Call) Return(...) *MockLifecycleManager_PutBucketLifecycleConfiguration_Call
- func (_c *MockLifecycleManager_PutBucketLifecycleConfiguration_Call) Run(...) *MockLifecycleManager_PutBucketLifecycleConfiguration_Call
- func (_c *MockLifecycleManager_PutBucketLifecycleConfiguration_Call) RunAndReturn(...) *MockLifecycleManager_PutBucketLifecycleConfiguration_Call
- type MockLister
- type MockLister_Expecter
- type MockLister_ListObjectsV2_Call
- func (_c *MockLister_ListObjectsV2_Call) Return(listObjectsV2Output *s3.ListObjectsV2Output, err error) *MockLister_ListObjectsV2_Call
- func (_c *MockLister_ListObjectsV2_Call) Run(run func(ctx context.Context, params *s3.ListObjectsV2Input, ...)) *MockLister_ListObjectsV2_Call
- func (_c *MockLister_ListObjectsV2_Call) RunAndReturn(...) *MockLister_ListObjectsV2_Call
- type MockListingManager
- func (_m *MockListingManager) EXPECT() *MockListingManager_Expecter
- func (_mock *MockListingManager) ListBuckets(ctx context.Context, params *s3.ListBucketsInput, optFns ...func(*s3.Options)) (*s3.ListBucketsOutput, error)
- func (_mock *MockListingManager) ListObjectsV2(ctx context.Context, params *s3.ListObjectsV2Input, ...) (*s3.ListObjectsV2Output, error)
- type MockListingManager_Expecter
- type MockListingManager_ListBuckets_Call
- func (_c *MockListingManager_ListBuckets_Call) Return(listBucketsOutput *s3.ListBucketsOutput, err error) *MockListingManager_ListBuckets_Call
- func (_c *MockListingManager_ListBuckets_Call) Run(...) *MockListingManager_ListBuckets_Call
- func (_c *MockListingManager_ListBuckets_Call) RunAndReturn(...) *MockListingManager_ListBuckets_Call
- type MockListingManager_ListObjectsV2_Call
- func (_c *MockListingManager_ListObjectsV2_Call) Return(listObjectsV2Output *s3.ListObjectsV2Output, err error) *MockListingManager_ListObjectsV2_Call
- func (_c *MockListingManager_ListObjectsV2_Call) Run(run func(ctx context.Context, params *s3.ListObjectsV2Input, ...)) *MockListingManager_ListObjectsV2_Call
- func (_c *MockListingManager_ListObjectsV2_Call) RunAndReturn(...) *MockListingManager_ListObjectsV2_Call
- type MockLocator
- type MockLocator_Expecter
- type MockLocator_GetBucketLocation_Call
- func (_c *MockLocator_GetBucketLocation_Call) Return(getBucketLocationOutput *s3.GetBucketLocationOutput, err error) *MockLocator_GetBucketLocation_Call
- func (_c *MockLocator_GetBucketLocation_Call) Run(run func(ctx context.Context, params *s3.GetBucketLocationInput, ...)) *MockLocator_GetBucketLocation_Call
- func (_c *MockLocator_GetBucketLocation_Call) RunAndReturn(...) *MockLocator_GetBucketLocation_Call
- type MockLoggingManager
- func (_m *MockLoggingManager) EXPECT() *MockLoggingManager_Expecter
- func (_mock *MockLoggingManager) GetBucketLogging(ctx context.Context, params *s3.GetBucketLoggingInput, ...) (*s3.GetBucketLoggingOutput, error)
- func (_mock *MockLoggingManager) PutBucketLogging(ctx context.Context, params *s3.PutBucketLoggingInput, ...) (*s3.PutBucketLoggingOutput, error)
- type MockLoggingManager_Expecter
- func (_e *MockLoggingManager_Expecter) GetBucketLogging(ctx interface{}, params interface{}, optFns ...interface{}) *MockLoggingManager_GetBucketLogging_Call
- func (_e *MockLoggingManager_Expecter) PutBucketLogging(ctx interface{}, params interface{}, optFns ...interface{}) *MockLoggingManager_PutBucketLogging_Call
- type MockLoggingManager_GetBucketLogging_Call
- func (_c *MockLoggingManager_GetBucketLogging_Call) Return(getBucketLoggingOutput *s3.GetBucketLoggingOutput, err error) *MockLoggingManager_GetBucketLogging_Call
- func (_c *MockLoggingManager_GetBucketLogging_Call) Run(run func(ctx context.Context, params *s3.GetBucketLoggingInput, ...)) *MockLoggingManager_GetBucketLogging_Call
- func (_c *MockLoggingManager_GetBucketLogging_Call) RunAndReturn(...) *MockLoggingManager_GetBucketLogging_Call
- type MockLoggingManager_PutBucketLogging_Call
- func (_c *MockLoggingManager_PutBucketLogging_Call) Return(putBucketLoggingOutput *s3.PutBucketLoggingOutput, err error) *MockLoggingManager_PutBucketLogging_Call
- func (_c *MockLoggingManager_PutBucketLogging_Call) Run(run func(ctx context.Context, params *s3.PutBucketLoggingInput, ...)) *MockLoggingManager_PutBucketLogging_Call
- func (_c *MockLoggingManager_PutBucketLogging_Call) RunAndReturn(...) *MockLoggingManager_PutBucketLogging_Call
- type MockMetadataGetter
- type MockMetadataGetter_Expecter
- type MockMetadataGetter_HeadObject_Call
- func (_c *MockMetadataGetter_HeadObject_Call) Return(headObjectOutput *s3.HeadObjectOutput, err error) *MockMetadataGetter_HeadObject_Call
- func (_c *MockMetadataGetter_HeadObject_Call) Run(...) *MockMetadataGetter_HeadObject_Call
- func (_c *MockMetadataGetter_HeadObject_Call) RunAndReturn(...) *MockMetadataGetter_HeadObject_Call
- type MockMetricsManager
- func (_mock *MockMetricsManager) DeleteBucketMetricsConfiguration(ctx context.Context, params *s3.DeleteBucketMetricsConfigurationInput, ...) (*s3.DeleteBucketMetricsConfigurationOutput, error)
- func (_m *MockMetricsManager) EXPECT() *MockMetricsManager_Expecter
- func (_mock *MockMetricsManager) GetBucketMetricsConfiguration(ctx context.Context, params *s3.GetBucketMetricsConfigurationInput, ...) (*s3.GetBucketMetricsConfigurationOutput, error)
- func (_mock *MockMetricsManager) PutBucketMetricsConfiguration(ctx context.Context, params *s3.PutBucketMetricsConfigurationInput, ...) (*s3.PutBucketMetricsConfigurationOutput, error)
- type MockMetricsManager_DeleteBucketMetricsConfiguration_Call
- func (_c *MockMetricsManager_DeleteBucketMetricsConfiguration_Call) Return(...) *MockMetricsManager_DeleteBucketMetricsConfiguration_Call
- func (_c *MockMetricsManager_DeleteBucketMetricsConfiguration_Call) Run(...) *MockMetricsManager_DeleteBucketMetricsConfiguration_Call
- func (_c *MockMetricsManager_DeleteBucketMetricsConfiguration_Call) RunAndReturn(...) *MockMetricsManager_DeleteBucketMetricsConfiguration_Call
- type MockMetricsManager_Expecter
- func (_e *MockMetricsManager_Expecter) DeleteBucketMetricsConfiguration(ctx interface{}, params interface{}, optFns ...interface{}) *MockMetricsManager_DeleteBucketMetricsConfiguration_Call
- func (_e *MockMetricsManager_Expecter) GetBucketMetricsConfiguration(ctx interface{}, params interface{}, optFns ...interface{}) *MockMetricsManager_GetBucketMetricsConfiguration_Call
- func (_e *MockMetricsManager_Expecter) PutBucketMetricsConfiguration(ctx interface{}, params interface{}, optFns ...interface{}) *MockMetricsManager_PutBucketMetricsConfiguration_Call
- type MockMetricsManager_GetBucketMetricsConfiguration_Call
- func (_c *MockMetricsManager_GetBucketMetricsConfiguration_Call) Return(getBucketMetricsConfigurationOutput *s3.GetBucketMetricsConfigurationOutput, ...) *MockMetricsManager_GetBucketMetricsConfiguration_Call
- func (_c *MockMetricsManager_GetBucketMetricsConfiguration_Call) Run(...) *MockMetricsManager_GetBucketMetricsConfiguration_Call
- func (_c *MockMetricsManager_GetBucketMetricsConfiguration_Call) RunAndReturn(...) *MockMetricsManager_GetBucketMetricsConfiguration_Call
- type MockMetricsManager_PutBucketMetricsConfiguration_Call
- func (_c *MockMetricsManager_PutBucketMetricsConfiguration_Call) Return(putBucketMetricsConfigurationOutput *s3.PutBucketMetricsConfigurationOutput, ...) *MockMetricsManager_PutBucketMetricsConfiguration_Call
- func (_c *MockMetricsManager_PutBucketMetricsConfiguration_Call) Run(...) *MockMetricsManager_PutBucketMetricsConfiguration_Call
- func (_c *MockMetricsManager_PutBucketMetricsConfiguration_Call) RunAndReturn(...) *MockMetricsManager_PutBucketMetricsConfiguration_Call
- type MockMultipartLister
- func (_m *MockMultipartLister) EXPECT() *MockMultipartLister_Expecter
- func (_mock *MockMultipartLister) ListMultipartUploads(ctx context.Context, params *s3.ListMultipartUploadsInput, ...) (*s3.ListMultipartUploadsOutput, error)
- func (_mock *MockMultipartLister) ListParts(ctx context.Context, params *s3.ListPartsInput, optFns ...func(*s3.Options)) (*s3.ListPartsOutput, error)
- func (_mock *MockMultipartLister) UploadPartCopy(ctx context.Context, params *s3.UploadPartCopyInput, ...) (*s3.UploadPartCopyOutput, error)
- type MockMultipartLister_Expecter
- func (_e *MockMultipartLister_Expecter) ListMultipartUploads(ctx interface{}, params interface{}, optFns ...interface{}) *MockMultipartLister_ListMultipartUploads_Call
- func (_e *MockMultipartLister_Expecter) ListParts(ctx interface{}, params interface{}, optFns ...interface{}) *MockMultipartLister_ListParts_Call
- func (_e *MockMultipartLister_Expecter) UploadPartCopy(ctx interface{}, params interface{}, optFns ...interface{}) *MockMultipartLister_UploadPartCopy_Call
- type MockMultipartLister_ListMultipartUploads_Call
- func (_c *MockMultipartLister_ListMultipartUploads_Call) Return(listMultipartUploadsOutput *s3.ListMultipartUploadsOutput, err error) *MockMultipartLister_ListMultipartUploads_Call
- func (_c *MockMultipartLister_ListMultipartUploads_Call) Run(run func(ctx context.Context, params *s3.ListMultipartUploadsInput, ...)) *MockMultipartLister_ListMultipartUploads_Call
- func (_c *MockMultipartLister_ListMultipartUploads_Call) RunAndReturn(...) *MockMultipartLister_ListMultipartUploads_Call
- type MockMultipartLister_ListParts_Call
- func (_c *MockMultipartLister_ListParts_Call) Return(listPartsOutput *s3.ListPartsOutput, err error) *MockMultipartLister_ListParts_Call
- func (_c *MockMultipartLister_ListParts_Call) Run(...) *MockMultipartLister_ListParts_Call
- func (_c *MockMultipartLister_ListParts_Call) RunAndReturn(...) *MockMultipartLister_ListParts_Call
- type MockMultipartLister_UploadPartCopy_Call
- func (_c *MockMultipartLister_UploadPartCopy_Call) Return(uploadPartCopyOutput *s3.UploadPartCopyOutput, err error) *MockMultipartLister_UploadPartCopy_Call
- func (_c *MockMultipartLister_UploadPartCopy_Call) Run(run func(ctx context.Context, params *s3.UploadPartCopyInput, ...)) *MockMultipartLister_UploadPartCopy_Call
- func (_c *MockMultipartLister_UploadPartCopy_Call) RunAndReturn(...) *MockMultipartLister_UploadPartCopy_Call
- type MockMultipartUploader
- func (_mock *MockMultipartUploader) AbortMultipartUpload(ctx context.Context, params *s3.AbortMultipartUploadInput, ...) (*s3.AbortMultipartUploadOutput, error)
- func (_mock *MockMultipartUploader) CompleteMultipartUpload(ctx context.Context, params *s3.CompleteMultipartUploadInput, ...) (*s3.CompleteMultipartUploadOutput, error)
- func (_mock *MockMultipartUploader) CreateMultipartUpload(ctx context.Context, params *s3.CreateMultipartUploadInput, ...) (*s3.CreateMultipartUploadOutput, error)
- func (_m *MockMultipartUploader) EXPECT() *MockMultipartUploader_Expecter
- func (_mock *MockMultipartUploader) UploadPart(ctx context.Context, params *s3.UploadPartInput, optFns ...func(*s3.Options)) (*s3.UploadPartOutput, error)
- type MockMultipartUploader_AbortMultipartUpload_Call
- func (_c *MockMultipartUploader_AbortMultipartUpload_Call) Return(abortMultipartUploadOutput *s3.AbortMultipartUploadOutput, err error) *MockMultipartUploader_AbortMultipartUpload_Call
- func (_c *MockMultipartUploader_AbortMultipartUpload_Call) Run(run func(ctx context.Context, params *s3.AbortMultipartUploadInput, ...)) *MockMultipartUploader_AbortMultipartUpload_Call
- func (_c *MockMultipartUploader_AbortMultipartUpload_Call) RunAndReturn(...) *MockMultipartUploader_AbortMultipartUpload_Call
- type MockMultipartUploader_CompleteMultipartUpload_Call
- func (_c *MockMultipartUploader_CompleteMultipartUpload_Call) Return(completeMultipartUploadOutput *s3.CompleteMultipartUploadOutput, err error) *MockMultipartUploader_CompleteMultipartUpload_Call
- func (_c *MockMultipartUploader_CompleteMultipartUpload_Call) Run(run func(ctx context.Context, params *s3.CompleteMultipartUploadInput, ...)) *MockMultipartUploader_CompleteMultipartUpload_Call
- func (_c *MockMultipartUploader_CompleteMultipartUpload_Call) RunAndReturn(...) *MockMultipartUploader_CompleteMultipartUpload_Call
- type MockMultipartUploader_CreateMultipartUpload_Call
- func (_c *MockMultipartUploader_CreateMultipartUpload_Call) Return(createMultipartUploadOutput *s3.CreateMultipartUploadOutput, err error) *MockMultipartUploader_CreateMultipartUpload_Call
- func (_c *MockMultipartUploader_CreateMultipartUpload_Call) Run(run func(ctx context.Context, params *s3.CreateMultipartUploadInput, ...)) *MockMultipartUploader_CreateMultipartUpload_Call
- func (_c *MockMultipartUploader_CreateMultipartUpload_Call) RunAndReturn(...) *MockMultipartUploader_CreateMultipartUpload_Call
- type MockMultipartUploader_Expecter
- func (_e *MockMultipartUploader_Expecter) AbortMultipartUpload(ctx interface{}, params interface{}, optFns ...interface{}) *MockMultipartUploader_AbortMultipartUpload_Call
- func (_e *MockMultipartUploader_Expecter) CompleteMultipartUpload(ctx interface{}, params interface{}, optFns ...interface{}) *MockMultipartUploader_CompleteMultipartUpload_Call
- func (_e *MockMultipartUploader_Expecter) CreateMultipartUpload(ctx interface{}, params interface{}, optFns ...interface{}) *MockMultipartUploader_CreateMultipartUpload_Call
- func (_e *MockMultipartUploader_Expecter) UploadPart(ctx interface{}, params interface{}, optFns ...interface{}) *MockMultipartUploader_UploadPart_Call
- type MockMultipartUploader_UploadPart_Call
- func (_c *MockMultipartUploader_UploadPart_Call) Return(uploadPartOutput *s3.UploadPartOutput, err error) *MockMultipartUploader_UploadPart_Call
- func (_c *MockMultipartUploader_UploadPart_Call) Run(...) *MockMultipartUploader_UploadPart_Call
- func (_c *MockMultipartUploader_UploadPart_Call) RunAndReturn(...) *MockMultipartUploader_UploadPart_Call
- type MockNotificationManager
- func (_m *MockNotificationManager) EXPECT() *MockNotificationManager_Expecter
- func (_mock *MockNotificationManager) GetBucketNotificationConfiguration(ctx context.Context, params *s3.GetBucketNotificationConfigurationInput, ...) (*s3.GetBucketNotificationConfigurationOutput, error)
- func (_mock *MockNotificationManager) PutBucketNotificationConfiguration(ctx context.Context, params *s3.PutBucketNotificationConfigurationInput, ...) (*s3.PutBucketNotificationConfigurationOutput, error)
- type MockNotificationManager_Expecter
- func (_e *MockNotificationManager_Expecter) GetBucketNotificationConfiguration(ctx interface{}, params interface{}, optFns ...interface{}) *MockNotificationManager_GetBucketNotificationConfiguration_Call
- func (_e *MockNotificationManager_Expecter) PutBucketNotificationConfiguration(ctx interface{}, params interface{}, optFns ...interface{}) *MockNotificationManager_PutBucketNotificationConfiguration_Call
- type MockNotificationManager_GetBucketNotificationConfiguration_Call
- func (_c *MockNotificationManager_GetBucketNotificationConfiguration_Call) Return(...) *MockNotificationManager_GetBucketNotificationConfiguration_Call
- func (_c *MockNotificationManager_GetBucketNotificationConfiguration_Call) Run(...) *MockNotificationManager_GetBucketNotificationConfiguration_Call
- func (_c *MockNotificationManager_GetBucketNotificationConfiguration_Call) RunAndReturn(...) *MockNotificationManager_GetBucketNotificationConfiguration_Call
- type MockNotificationManager_PutBucketNotificationConfiguration_Call
- func (_c *MockNotificationManager_PutBucketNotificationConfiguration_Call) Return(...) *MockNotificationManager_PutBucketNotificationConfiguration_Call
- func (_c *MockNotificationManager_PutBucketNotificationConfiguration_Call) Run(...) *MockNotificationManager_PutBucketNotificationConfiguration_Call
- func (_c *MockNotificationManager_PutBucketNotificationConfiguration_Call) RunAndReturn(...) *MockNotificationManager_PutBucketNotificationConfiguration_Call
- type MockObjectAttributesGetter
- type MockObjectAttributesGetter_Expecter
- type MockObjectAttributesGetter_GetObjectAttributes_Call
- func (_c *MockObjectAttributesGetter_GetObjectAttributes_Call) Return(getObjectAttributesOutput *s3.GetObjectAttributesOutput, err error) *MockObjectAttributesGetter_GetObjectAttributes_Call
- func (_c *MockObjectAttributesGetter_GetObjectAttributes_Call) Run(run func(ctx context.Context, params *s3.GetObjectAttributesInput, ...)) *MockObjectAttributesGetter_GetObjectAttributes_Call
- func (_c *MockObjectAttributesGetter_GetObjectAttributes_Call) RunAndReturn(...) *MockObjectAttributesGetter_GetObjectAttributes_Call
- type MockObjectLambdaWriter
- type MockObjectLambdaWriter_Expecter
- type MockObjectLambdaWriter_WriteGetObjectResponse_Call
- func (_c *MockObjectLambdaWriter_WriteGetObjectResponse_Call) Return(writeGetObjectResponseOutput *s3.WriteGetObjectResponseOutput, err error) *MockObjectLambdaWriter_WriteGetObjectResponse_Call
- func (_c *MockObjectLambdaWriter_WriteGetObjectResponse_Call) Run(run func(ctx context.Context, params *s3.WriteGetObjectResponseInput, ...)) *MockObjectLambdaWriter_WriteGetObjectResponse_Call
- func (_c *MockObjectLambdaWriter_WriteGetObjectResponse_Call) RunAndReturn(...) *MockObjectLambdaWriter_WriteGetObjectResponse_Call
- type MockObjectLockManager
- func (_m *MockObjectLockManager) EXPECT() *MockObjectLockManager_Expecter
- func (_mock *MockObjectLockManager) GetObjectLockConfiguration(ctx context.Context, params *s3.GetObjectLockConfigurationInput, ...) (*s3.GetObjectLockConfigurationOutput, error)
- func (_mock *MockObjectLockManager) PutObjectLockConfiguration(ctx context.Context, params *s3.PutObjectLockConfigurationInput, ...) (*s3.PutObjectLockConfigurationOutput, error)
- type MockObjectLockManager_Expecter
- func (_e *MockObjectLockManager_Expecter) GetObjectLockConfiguration(ctx interface{}, params interface{}, optFns ...interface{}) *MockObjectLockManager_GetObjectLockConfiguration_Call
- func (_e *MockObjectLockManager_Expecter) PutObjectLockConfiguration(ctx interface{}, params interface{}, optFns ...interface{}) *MockObjectLockManager_PutObjectLockConfiguration_Call
- type MockObjectLockManager_GetObjectLockConfiguration_Call
- func (_c *MockObjectLockManager_GetObjectLockConfiguration_Call) Return(getObjectLockConfigurationOutput *s3.GetObjectLockConfigurationOutput, ...) *MockObjectLockManager_GetObjectLockConfiguration_Call
- func (_c *MockObjectLockManager_GetObjectLockConfiguration_Call) Run(run func(ctx context.Context, params *s3.GetObjectLockConfigurationInput, ...)) *MockObjectLockManager_GetObjectLockConfiguration_Call
- func (_c *MockObjectLockManager_GetObjectLockConfiguration_Call) RunAndReturn(...) *MockObjectLockManager_GetObjectLockConfiguration_Call
- type MockObjectLockManager_PutObjectLockConfiguration_Call
- func (_c *MockObjectLockManager_PutObjectLockConfiguration_Call) Return(putObjectLockConfigurationOutput *s3.PutObjectLockConfigurationOutput, ...) *MockObjectLockManager_PutObjectLockConfiguration_Call
- func (_c *MockObjectLockManager_PutObjectLockConfiguration_Call) Run(run func(ctx context.Context, params *s3.PutObjectLockConfigurationInput, ...)) *MockObjectLockManager_PutObjectLockConfiguration_Call
- func (_c *MockObjectLockManager_PutObjectLockConfiguration_Call) RunAndReturn(...) *MockObjectLockManager_PutObjectLockConfiguration_Call
- type MockObjectManager
- func (_mock *MockObjectManager) CopyObject(ctx context.Context, params *s3.CopyObjectInput, optFns ...func(*s3.Options)) (*s3.CopyObjectOutput, error)
- func (_mock *MockObjectManager) DeleteObject(ctx context.Context, params *s3.DeleteObjectInput, optFns ...func(*s3.Options)) (*s3.DeleteObjectOutput, error)
- func (_mock *MockObjectManager) DeleteObjects(ctx context.Context, params *s3.DeleteObjectsInput, ...) (*s3.DeleteObjectsOutput, error)
- func (_m *MockObjectManager) EXPECT() *MockObjectManager_Expecter
- func (_mock *MockObjectManager) GetObject(ctx context.Context, params *s3.GetObjectInput, optFns ...func(*s3.Options)) (*s3.GetObjectOutput, error)
- func (_mock *MockObjectManager) HeadObject(ctx context.Context, params *s3.HeadObjectInput, optFns ...func(*s3.Options)) (*s3.HeadObjectOutput, error)
- func (_mock *MockObjectManager) PutObject(ctx context.Context, params *s3.PutObjectInput, optFns ...func(*s3.Options)) (*s3.PutObjectOutput, error)
- type MockObjectManager_CopyObject_Call
- func (_c *MockObjectManager_CopyObject_Call) Return(copyObjectOutput *s3.CopyObjectOutput, err error) *MockObjectManager_CopyObject_Call
- func (_c *MockObjectManager_CopyObject_Call) Run(...) *MockObjectManager_CopyObject_Call
- func (_c *MockObjectManager_CopyObject_Call) RunAndReturn(...) *MockObjectManager_CopyObject_Call
- type MockObjectManager_DeleteObject_Call
- func (_c *MockObjectManager_DeleteObject_Call) Return(deleteObjectOutput *s3.DeleteObjectOutput, err error) *MockObjectManager_DeleteObject_Call
- func (_c *MockObjectManager_DeleteObject_Call) Run(...) *MockObjectManager_DeleteObject_Call
- func (_c *MockObjectManager_DeleteObject_Call) RunAndReturn(...) *MockObjectManager_DeleteObject_Call
- type MockObjectManager_DeleteObjects_Call
- func (_c *MockObjectManager_DeleteObjects_Call) Return(deleteObjectsOutput *s3.DeleteObjectsOutput, err error) *MockObjectManager_DeleteObjects_Call
- func (_c *MockObjectManager_DeleteObjects_Call) Run(run func(ctx context.Context, params *s3.DeleteObjectsInput, ...)) *MockObjectManager_DeleteObjects_Call
- func (_c *MockObjectManager_DeleteObjects_Call) RunAndReturn(...) *MockObjectManager_DeleteObjects_Call
- type MockObjectManager_Expecter
- func (_e *MockObjectManager_Expecter) CopyObject(ctx interface{}, params interface{}, optFns ...interface{}) *MockObjectManager_CopyObject_Call
- func (_e *MockObjectManager_Expecter) DeleteObject(ctx interface{}, params interface{}, optFns ...interface{}) *MockObjectManager_DeleteObject_Call
- func (_e *MockObjectManager_Expecter) DeleteObjects(ctx interface{}, params interface{}, optFns ...interface{}) *MockObjectManager_DeleteObjects_Call
- func (_e *MockObjectManager_Expecter) GetObject(ctx interface{}, params interface{}, optFns ...interface{}) *MockObjectManager_GetObject_Call
- func (_e *MockObjectManager_Expecter) HeadObject(ctx interface{}, params interface{}, optFns ...interface{}) *MockObjectManager_HeadObject_Call
- func (_e *MockObjectManager_Expecter) PutObject(ctx interface{}, params interface{}, optFns ...interface{}) *MockObjectManager_PutObject_Call
- type MockObjectManager_GetObject_Call
- func (_c *MockObjectManager_GetObject_Call) Return(getObjectOutput *s3.GetObjectOutput, err error) *MockObjectManager_GetObject_Call
- func (_c *MockObjectManager_GetObject_Call) Run(...) *MockObjectManager_GetObject_Call
- func (_c *MockObjectManager_GetObject_Call) RunAndReturn(...) *MockObjectManager_GetObject_Call
- type MockObjectManager_HeadObject_Call
- func (_c *MockObjectManager_HeadObject_Call) Return(headObjectOutput *s3.HeadObjectOutput, err error) *MockObjectManager_HeadObject_Call
- func (_c *MockObjectManager_HeadObject_Call) Run(...) *MockObjectManager_HeadObject_Call
- func (_c *MockObjectManager_HeadObject_Call) RunAndReturn(...) *MockObjectManager_HeadObject_Call
- type MockObjectManager_PutObject_Call
- func (_c *MockObjectManager_PutObject_Call) Return(putObjectOutput *s3.PutObjectOutput, err error) *MockObjectManager_PutObject_Call
- func (_c *MockObjectManager_PutObject_Call) Run(...) *MockObjectManager_PutObject_Call
- func (_c *MockObjectManager_PutObject_Call) RunAndReturn(...) *MockObjectManager_PutObject_Call
- type MockOwnershipManager
- func (_mock *MockOwnershipManager) DeleteBucketOwnershipControls(ctx context.Context, params *s3.DeleteBucketOwnershipControlsInput, ...) (*s3.DeleteBucketOwnershipControlsOutput, error)
- func (_m *MockOwnershipManager) EXPECT() *MockOwnershipManager_Expecter
- func (_mock *MockOwnershipManager) GetBucketOwnershipControls(ctx context.Context, params *s3.GetBucketOwnershipControlsInput, ...) (*s3.GetBucketOwnershipControlsOutput, error)
- func (_mock *MockOwnershipManager) PutBucketOwnershipControls(ctx context.Context, params *s3.PutBucketOwnershipControlsInput, ...) (*s3.PutBucketOwnershipControlsOutput, error)
- type MockOwnershipManager_DeleteBucketOwnershipControls_Call
- func (_c *MockOwnershipManager_DeleteBucketOwnershipControls_Call) Return(deleteBucketOwnershipControlsOutput *s3.DeleteBucketOwnershipControlsOutput, ...) *MockOwnershipManager_DeleteBucketOwnershipControls_Call
- func (_c *MockOwnershipManager_DeleteBucketOwnershipControls_Call) Run(...) *MockOwnershipManager_DeleteBucketOwnershipControls_Call
- func (_c *MockOwnershipManager_DeleteBucketOwnershipControls_Call) RunAndReturn(...) *MockOwnershipManager_DeleteBucketOwnershipControls_Call
- type MockOwnershipManager_Expecter
- func (_e *MockOwnershipManager_Expecter) DeleteBucketOwnershipControls(ctx interface{}, params interface{}, optFns ...interface{}) *MockOwnershipManager_DeleteBucketOwnershipControls_Call
- func (_e *MockOwnershipManager_Expecter) GetBucketOwnershipControls(ctx interface{}, params interface{}, optFns ...interface{}) *MockOwnershipManager_GetBucketOwnershipControls_Call
- func (_e *MockOwnershipManager_Expecter) PutBucketOwnershipControls(ctx interface{}, params interface{}, optFns ...interface{}) *MockOwnershipManager_PutBucketOwnershipControls_Call
- type MockOwnershipManager_GetBucketOwnershipControls_Call
- func (_c *MockOwnershipManager_GetBucketOwnershipControls_Call) Return(getBucketOwnershipControlsOutput *s3.GetBucketOwnershipControlsOutput, ...) *MockOwnershipManager_GetBucketOwnershipControls_Call
- func (_c *MockOwnershipManager_GetBucketOwnershipControls_Call) Run(run func(ctx context.Context, params *s3.GetBucketOwnershipControlsInput, ...)) *MockOwnershipManager_GetBucketOwnershipControls_Call
- func (_c *MockOwnershipManager_GetBucketOwnershipControls_Call) RunAndReturn(...) *MockOwnershipManager_GetBucketOwnershipControls_Call
- type MockOwnershipManager_PutBucketOwnershipControls_Call
- func (_c *MockOwnershipManager_PutBucketOwnershipControls_Call) Return(putBucketOwnershipControlsOutput *s3.PutBucketOwnershipControlsOutput, ...) *MockOwnershipManager_PutBucketOwnershipControls_Call
- func (_c *MockOwnershipManager_PutBucketOwnershipControls_Call) Run(run func(ctx context.Context, params *s3.PutBucketOwnershipControlsInput, ...)) *MockOwnershipManager_PutBucketOwnershipControls_Call
- func (_c *MockOwnershipManager_PutBucketOwnershipControls_Call) RunAndReturn(...) *MockOwnershipManager_PutBucketOwnershipControls_Call
- type MockPolicyManager
- func (_mock *MockPolicyManager) DeleteBucketPolicy(ctx context.Context, params *s3.DeleteBucketPolicyInput, ...) (*s3.DeleteBucketPolicyOutput, error)
- func (_m *MockPolicyManager) EXPECT() *MockPolicyManager_Expecter
- func (_mock *MockPolicyManager) GetBucketPolicy(ctx context.Context, params *s3.GetBucketPolicyInput, ...) (*s3.GetBucketPolicyOutput, error)
- func (_mock *MockPolicyManager) GetBucketPolicyStatus(ctx context.Context, params *s3.GetBucketPolicyStatusInput, ...) (*s3.GetBucketPolicyStatusOutput, error)
- func (_mock *MockPolicyManager) PutBucketPolicy(ctx context.Context, params *s3.PutBucketPolicyInput, ...) (*s3.PutBucketPolicyOutput, error)
- type MockPolicyManager_DeleteBucketPolicy_Call
- func (_c *MockPolicyManager_DeleteBucketPolicy_Call) Return(deleteBucketPolicyOutput *s3.DeleteBucketPolicyOutput, err error) *MockPolicyManager_DeleteBucketPolicy_Call
- func (_c *MockPolicyManager_DeleteBucketPolicy_Call) Run(run func(ctx context.Context, params *s3.DeleteBucketPolicyInput, ...)) *MockPolicyManager_DeleteBucketPolicy_Call
- func (_c *MockPolicyManager_DeleteBucketPolicy_Call) RunAndReturn(...) *MockPolicyManager_DeleteBucketPolicy_Call
- type MockPolicyManager_Expecter
- func (_e *MockPolicyManager_Expecter) DeleteBucketPolicy(ctx interface{}, params interface{}, optFns ...interface{}) *MockPolicyManager_DeleteBucketPolicy_Call
- func (_e *MockPolicyManager_Expecter) GetBucketPolicy(ctx interface{}, params interface{}, optFns ...interface{}) *MockPolicyManager_GetBucketPolicy_Call
- func (_e *MockPolicyManager_Expecter) GetBucketPolicyStatus(ctx interface{}, params interface{}, optFns ...interface{}) *MockPolicyManager_GetBucketPolicyStatus_Call
- func (_e *MockPolicyManager_Expecter) PutBucketPolicy(ctx interface{}, params interface{}, optFns ...interface{}) *MockPolicyManager_PutBucketPolicy_Call
- type MockPolicyManager_GetBucketPolicyStatus_Call
- func (_c *MockPolicyManager_GetBucketPolicyStatus_Call) Return(getBucketPolicyStatusOutput *s3.GetBucketPolicyStatusOutput, err error) *MockPolicyManager_GetBucketPolicyStatus_Call
- func (_c *MockPolicyManager_GetBucketPolicyStatus_Call) Run(run func(ctx context.Context, params *s3.GetBucketPolicyStatusInput, ...)) *MockPolicyManager_GetBucketPolicyStatus_Call
- func (_c *MockPolicyManager_GetBucketPolicyStatus_Call) RunAndReturn(...) *MockPolicyManager_GetBucketPolicyStatus_Call
- type MockPolicyManager_GetBucketPolicy_Call
- func (_c *MockPolicyManager_GetBucketPolicy_Call) Return(getBucketPolicyOutput *s3.GetBucketPolicyOutput, err error) *MockPolicyManager_GetBucketPolicy_Call
- func (_c *MockPolicyManager_GetBucketPolicy_Call) Run(run func(ctx context.Context, params *s3.GetBucketPolicyInput, ...)) *MockPolicyManager_GetBucketPolicy_Call
- func (_c *MockPolicyManager_GetBucketPolicy_Call) RunAndReturn(...) *MockPolicyManager_GetBucketPolicy_Call
- type MockPolicyManager_PutBucketPolicy_Call
- func (_c *MockPolicyManager_PutBucketPolicy_Call) Return(putBucketPolicyOutput *s3.PutBucketPolicyOutput, err error) *MockPolicyManager_PutBucketPolicy_Call
- func (_c *MockPolicyManager_PutBucketPolicy_Call) Run(run func(ctx context.Context, params *s3.PutBucketPolicyInput, ...)) *MockPolicyManager_PutBucketPolicy_Call
- func (_c *MockPolicyManager_PutBucketPolicy_Call) RunAndReturn(...) *MockPolicyManager_PutBucketPolicy_Call
- type MockPresigner
- func (_m *MockPresigner) EXPECT() *MockPresigner_Expecter
- func (_mock *MockPresigner) PresignGetObject(ctx context.Context, params *s3.GetObjectInput, ...) (*v4.PresignedHTTPRequest, error)
- func (_mock *MockPresigner) PresignHeadObject(ctx context.Context, params *s3.HeadObjectInput, ...) (*v4.PresignedHTTPRequest, error)
- func (_mock *MockPresigner) PresignPutObject(ctx context.Context, params *s3.PutObjectInput, ...) (*v4.PresignedHTTPRequest, error)
- type MockPresigner_Expecter
- func (_e *MockPresigner_Expecter) PresignGetObject(ctx interface{}, params interface{}, optFns ...interface{}) *MockPresigner_PresignGetObject_Call
- func (_e *MockPresigner_Expecter) PresignHeadObject(ctx interface{}, params interface{}, optFns ...interface{}) *MockPresigner_PresignHeadObject_Call
- func (_e *MockPresigner_Expecter) PresignPutObject(ctx interface{}, params interface{}, optFns ...interface{}) *MockPresigner_PresignPutObject_Call
- type MockPresigner_PresignGetObject_Call
- func (_c *MockPresigner_PresignGetObject_Call) Return(presignedHTTPRequest *v4.PresignedHTTPRequest, err error) *MockPresigner_PresignGetObject_Call
- func (_c *MockPresigner_PresignGetObject_Call) Run(run func(ctx context.Context, params *s3.GetObjectInput, ...)) *MockPresigner_PresignGetObject_Call
- func (_c *MockPresigner_PresignGetObject_Call) RunAndReturn(...) *MockPresigner_PresignGetObject_Call
- type MockPresigner_PresignHeadObject_Call
- func (_c *MockPresigner_PresignHeadObject_Call) Return(presignedHTTPRequest *v4.PresignedHTTPRequest, err error) *MockPresigner_PresignHeadObject_Call
- func (_c *MockPresigner_PresignHeadObject_Call) Run(run func(ctx context.Context, params *s3.HeadObjectInput, ...)) *MockPresigner_PresignHeadObject_Call
- func (_c *MockPresigner_PresignHeadObject_Call) RunAndReturn(...) *MockPresigner_PresignHeadObject_Call
- type MockPresigner_PresignPutObject_Call
- func (_c *MockPresigner_PresignPutObject_Call) Return(presignedHTTPRequest *v4.PresignedHTTPRequest, err error) *MockPresigner_PresignPutObject_Call
- func (_c *MockPresigner_PresignPutObject_Call) Run(run func(ctx context.Context, params *s3.PutObjectInput, ...)) *MockPresigner_PresignPutObject_Call
- func (_c *MockPresigner_PresignPutObject_Call) RunAndReturn(...) *MockPresigner_PresignPutObject_Call
- type MockPublicAccessBlocker
- func (_mock *MockPublicAccessBlocker) DeletePublicAccessBlock(ctx context.Context, params *s3.DeletePublicAccessBlockInput, ...) (*s3.DeletePublicAccessBlockOutput, error)
- func (_m *MockPublicAccessBlocker) EXPECT() *MockPublicAccessBlocker_Expecter
- func (_mock *MockPublicAccessBlocker) GetPublicAccessBlock(ctx context.Context, params *s3.GetPublicAccessBlockInput, ...) (*s3.GetPublicAccessBlockOutput, error)
- func (_mock *MockPublicAccessBlocker) PutPublicAccessBlock(ctx context.Context, params *s3.PutPublicAccessBlockInput, ...) (*s3.PutPublicAccessBlockOutput, error)
- type MockPublicAccessBlocker_DeletePublicAccessBlock_Call
- func (_c *MockPublicAccessBlocker_DeletePublicAccessBlock_Call) Return(deletePublicAccessBlockOutput *s3.DeletePublicAccessBlockOutput, err error) *MockPublicAccessBlocker_DeletePublicAccessBlock_Call
- func (_c *MockPublicAccessBlocker_DeletePublicAccessBlock_Call) Run(run func(ctx context.Context, params *s3.DeletePublicAccessBlockInput, ...)) *MockPublicAccessBlocker_DeletePublicAccessBlock_Call
- func (_c *MockPublicAccessBlocker_DeletePublicAccessBlock_Call) RunAndReturn(...) *MockPublicAccessBlocker_DeletePublicAccessBlock_Call
- type MockPublicAccessBlocker_Expecter
- func (_e *MockPublicAccessBlocker_Expecter) DeletePublicAccessBlock(ctx interface{}, params interface{}, optFns ...interface{}) *MockPublicAccessBlocker_DeletePublicAccessBlock_Call
- func (_e *MockPublicAccessBlocker_Expecter) GetPublicAccessBlock(ctx interface{}, params interface{}, optFns ...interface{}) *MockPublicAccessBlocker_GetPublicAccessBlock_Call
- func (_e *MockPublicAccessBlocker_Expecter) PutPublicAccessBlock(ctx interface{}, params interface{}, optFns ...interface{}) *MockPublicAccessBlocker_PutPublicAccessBlock_Call
- type MockPublicAccessBlocker_GetPublicAccessBlock_Call
- func (_c *MockPublicAccessBlocker_GetPublicAccessBlock_Call) Return(getPublicAccessBlockOutput *s3.GetPublicAccessBlockOutput, err error) *MockPublicAccessBlocker_GetPublicAccessBlock_Call
- func (_c *MockPublicAccessBlocker_GetPublicAccessBlock_Call) Run(run func(ctx context.Context, params *s3.GetPublicAccessBlockInput, ...)) *MockPublicAccessBlocker_GetPublicAccessBlock_Call
- func (_c *MockPublicAccessBlocker_GetPublicAccessBlock_Call) RunAndReturn(...) *MockPublicAccessBlocker_GetPublicAccessBlock_Call
- type MockPublicAccessBlocker_PutPublicAccessBlock_Call
- func (_c *MockPublicAccessBlocker_PutPublicAccessBlock_Call) Return(putPublicAccessBlockOutput *s3.PutPublicAccessBlockOutput, err error) *MockPublicAccessBlocker_PutPublicAccessBlock_Call
- func (_c *MockPublicAccessBlocker_PutPublicAccessBlock_Call) Run(run func(ctx context.Context, params *s3.PutPublicAccessBlockInput, ...)) *MockPublicAccessBlocker_PutPublicAccessBlock_Call
- func (_c *MockPublicAccessBlocker_PutPublicAccessBlock_Call) RunAndReturn(...) *MockPublicAccessBlocker_PutPublicAccessBlock_Call
- type MockReplicationManager
- func (_mock *MockReplicationManager) DeleteBucketReplication(ctx context.Context, params *s3.DeleteBucketReplicationInput, ...) (*s3.DeleteBucketReplicationOutput, error)
- func (_m *MockReplicationManager) EXPECT() *MockReplicationManager_Expecter
- func (_mock *MockReplicationManager) GetBucketReplication(ctx context.Context, params *s3.GetBucketReplicationInput, ...) (*s3.GetBucketReplicationOutput, error)
- func (_mock *MockReplicationManager) PutBucketReplication(ctx context.Context, params *s3.PutBucketReplicationInput, ...) (*s3.PutBucketReplicationOutput, error)
- type MockReplicationManager_DeleteBucketReplication_Call
- func (_c *MockReplicationManager_DeleteBucketReplication_Call) Return(deleteBucketReplicationOutput *s3.DeleteBucketReplicationOutput, err error) *MockReplicationManager_DeleteBucketReplication_Call
- func (_c *MockReplicationManager_DeleteBucketReplication_Call) Run(run func(ctx context.Context, params *s3.DeleteBucketReplicationInput, ...)) *MockReplicationManager_DeleteBucketReplication_Call
- func (_c *MockReplicationManager_DeleteBucketReplication_Call) RunAndReturn(...) *MockReplicationManager_DeleteBucketReplication_Call
- type MockReplicationManager_Expecter
- func (_e *MockReplicationManager_Expecter) DeleteBucketReplication(ctx interface{}, params interface{}, optFns ...interface{}) *MockReplicationManager_DeleteBucketReplication_Call
- func (_e *MockReplicationManager_Expecter) GetBucketReplication(ctx interface{}, params interface{}, optFns ...interface{}) *MockReplicationManager_GetBucketReplication_Call
- func (_e *MockReplicationManager_Expecter) PutBucketReplication(ctx interface{}, params interface{}, optFns ...interface{}) *MockReplicationManager_PutBucketReplication_Call
- type MockReplicationManager_GetBucketReplication_Call
- func (_c *MockReplicationManager_GetBucketReplication_Call) Return(getBucketReplicationOutput *s3.GetBucketReplicationOutput, err error) *MockReplicationManager_GetBucketReplication_Call
- func (_c *MockReplicationManager_GetBucketReplication_Call) Run(run func(ctx context.Context, params *s3.GetBucketReplicationInput, ...)) *MockReplicationManager_GetBucketReplication_Call
- func (_c *MockReplicationManager_GetBucketReplication_Call) RunAndReturn(...) *MockReplicationManager_GetBucketReplication_Call
- type MockReplicationManager_PutBucketReplication_Call
- func (_c *MockReplicationManager_PutBucketReplication_Call) Return(putBucketReplicationOutput *s3.PutBucketReplicationOutput, err error) *MockReplicationManager_PutBucketReplication_Call
- func (_c *MockReplicationManager_PutBucketReplication_Call) Run(run func(ctx context.Context, params *s3.PutBucketReplicationInput, ...)) *MockReplicationManager_PutBucketReplication_Call
- func (_c *MockReplicationManager_PutBucketReplication_Call) RunAndReturn(...) *MockReplicationManager_PutBucketReplication_Call
- type MockRequestPaymentManager
- func (_m *MockRequestPaymentManager) EXPECT() *MockRequestPaymentManager_Expecter
- func (_mock *MockRequestPaymentManager) GetBucketRequestPayment(ctx context.Context, params *s3.GetBucketRequestPaymentInput, ...) (*s3.GetBucketRequestPaymentOutput, error)
- func (_mock *MockRequestPaymentManager) PutBucketRequestPayment(ctx context.Context, params *s3.PutBucketRequestPaymentInput, ...) (*s3.PutBucketRequestPaymentOutput, error)
- type MockRequestPaymentManager_Expecter
- func (_e *MockRequestPaymentManager_Expecter) GetBucketRequestPayment(ctx interface{}, params interface{}, optFns ...interface{}) *MockRequestPaymentManager_GetBucketRequestPayment_Call
- func (_e *MockRequestPaymentManager_Expecter) PutBucketRequestPayment(ctx interface{}, params interface{}, optFns ...interface{}) *MockRequestPaymentManager_PutBucketRequestPayment_Call
- type MockRequestPaymentManager_GetBucketRequestPayment_Call
- func (_c *MockRequestPaymentManager_GetBucketRequestPayment_Call) Return(getBucketRequestPaymentOutput *s3.GetBucketRequestPaymentOutput, err error) *MockRequestPaymentManager_GetBucketRequestPayment_Call
- func (_c *MockRequestPaymentManager_GetBucketRequestPayment_Call) Run(run func(ctx context.Context, params *s3.GetBucketRequestPaymentInput, ...)) *MockRequestPaymentManager_GetBucketRequestPayment_Call
- func (_c *MockRequestPaymentManager_GetBucketRequestPayment_Call) RunAndReturn(...) *MockRequestPaymentManager_GetBucketRequestPayment_Call
- type MockRequestPaymentManager_PutBucketRequestPayment_Call
- func (_c *MockRequestPaymentManager_PutBucketRequestPayment_Call) Return(putBucketRequestPaymentOutput *s3.PutBucketRequestPaymentOutput, err error) *MockRequestPaymentManager_PutBucketRequestPayment_Call
- func (_c *MockRequestPaymentManager_PutBucketRequestPayment_Call) Run(run func(ctx context.Context, params *s3.PutBucketRequestPaymentInput, ...)) *MockRequestPaymentManager_PutBucketRequestPayment_Call
- func (_c *MockRequestPaymentManager_PutBucketRequestPayment_Call) RunAndReturn(...) *MockRequestPaymentManager_PutBucketRequestPayment_Call
- type MockRestorer
- type MockRestorer_Expecter
- type MockRestorer_RestoreObject_Call
- func (_c *MockRestorer_RestoreObject_Call) Return(restoreObjectOutput *s3.RestoreObjectOutput, err error) *MockRestorer_RestoreObject_Call
- func (_c *MockRestorer_RestoreObject_Call) Run(run func(ctx context.Context, params *s3.RestoreObjectInput, ...)) *MockRestorer_RestoreObject_Call
- func (_c *MockRestorer_RestoreObject_Call) RunAndReturn(...) *MockRestorer_RestoreObject_Call
- type MockRetentionManager
- func (_m *MockRetentionManager) EXPECT() *MockRetentionManager_Expecter
- func (_mock *MockRetentionManager) GetObjectRetention(ctx context.Context, params *s3.GetObjectRetentionInput, ...) (*s3.GetObjectRetentionOutput, error)
- func (_mock *MockRetentionManager) PutObjectRetention(ctx context.Context, params *s3.PutObjectRetentionInput, ...) (*s3.PutObjectRetentionOutput, error)
- type MockRetentionManager_Expecter
- func (_e *MockRetentionManager_Expecter) GetObjectRetention(ctx interface{}, params interface{}, optFns ...interface{}) *MockRetentionManager_GetObjectRetention_Call
- func (_e *MockRetentionManager_Expecter) PutObjectRetention(ctx interface{}, params interface{}, optFns ...interface{}) *MockRetentionManager_PutObjectRetention_Call
- type MockRetentionManager_GetObjectRetention_Call
- func (_c *MockRetentionManager_GetObjectRetention_Call) Return(getObjectRetentionOutput *s3.GetObjectRetentionOutput, err error) *MockRetentionManager_GetObjectRetention_Call
- func (_c *MockRetentionManager_GetObjectRetention_Call) Run(run func(ctx context.Context, params *s3.GetObjectRetentionInput, ...)) *MockRetentionManager_GetObjectRetention_Call
- func (_c *MockRetentionManager_GetObjectRetention_Call) RunAndReturn(...) *MockRetentionManager_GetObjectRetention_Call
- type MockRetentionManager_PutObjectRetention_Call
- func (_c *MockRetentionManager_PutObjectRetention_Call) Return(putObjectRetentionOutput *s3.PutObjectRetentionOutput, err error) *MockRetentionManager_PutObjectRetention_Call
- func (_c *MockRetentionManager_PutObjectRetention_Call) Run(run func(ctx context.Context, params *s3.PutObjectRetentionInput, ...)) *MockRetentionManager_PutObjectRetention_Call
- func (_c *MockRetentionManager_PutObjectRetention_Call) RunAndReturn(...) *MockRetentionManager_PutObjectRetention_Call
- type MockS3Manager
- func (_mock *MockS3Manager) AbortMultipartUpload(ctx context.Context, params *s3.AbortMultipartUploadInput, ...) (*s3.AbortMultipartUploadOutput, error)
- func (_mock *MockS3Manager) CompleteMultipartUpload(ctx context.Context, params *s3.CompleteMultipartUploadInput, ...) (*s3.CompleteMultipartUploadOutput, error)
- func (_mock *MockS3Manager) CopyObject(ctx context.Context, params *s3.CopyObjectInput, optFns ...func(*s3.Options)) (*s3.CopyObjectOutput, error)
- func (_mock *MockS3Manager) CreateBucket(ctx context.Context, params *s3.CreateBucketInput, optFns ...func(*s3.Options)) (*s3.CreateBucketOutput, error)
- func (_mock *MockS3Manager) CreateMultipartUpload(ctx context.Context, params *s3.CreateMultipartUploadInput, ...) (*s3.CreateMultipartUploadOutput, error)
- func (_mock *MockS3Manager) DeleteBucket(ctx context.Context, params *s3.DeleteBucketInput, optFns ...func(*s3.Options)) (*s3.DeleteBucketOutput, error)
- func (_mock *MockS3Manager) DeleteBucketAnalyticsConfiguration(ctx context.Context, params *s3.DeleteBucketAnalyticsConfigurationInput, ...) (*s3.DeleteBucketAnalyticsConfigurationOutput, error)
- func (_mock *MockS3Manager) DeleteBucketCors(ctx context.Context, params *s3.DeleteBucketCorsInput, ...) (*s3.DeleteBucketCorsOutput, error)
- func (_mock *MockS3Manager) DeleteBucketEncryption(ctx context.Context, params *s3.DeleteBucketEncryptionInput, ...) (*s3.DeleteBucketEncryptionOutput, error)
- func (_mock *MockS3Manager) DeleteBucketIntelligentTieringConfiguration(ctx context.Context, ...) (*s3.DeleteBucketIntelligentTieringConfigurationOutput, error)
- func (_mock *MockS3Manager) DeleteBucketInventoryConfiguration(ctx context.Context, params *s3.DeleteBucketInventoryConfigurationInput, ...) (*s3.DeleteBucketInventoryConfigurationOutput, error)
- func (_mock *MockS3Manager) DeleteBucketLifecycle(ctx context.Context, params *s3.DeleteBucketLifecycleInput, ...) (*s3.DeleteBucketLifecycleOutput, error)
- func (_mock *MockS3Manager) DeleteBucketMetricsConfiguration(ctx context.Context, params *s3.DeleteBucketMetricsConfigurationInput, ...) (*s3.DeleteBucketMetricsConfigurationOutput, error)
- func (_mock *MockS3Manager) DeleteBucketOwnershipControls(ctx context.Context, params *s3.DeleteBucketOwnershipControlsInput, ...) (*s3.DeleteBucketOwnershipControlsOutput, error)
- func (_mock *MockS3Manager) DeleteBucketPolicy(ctx context.Context, params *s3.DeleteBucketPolicyInput, ...) (*s3.DeleteBucketPolicyOutput, error)
- func (_mock *MockS3Manager) DeleteBucketReplication(ctx context.Context, params *s3.DeleteBucketReplicationInput, ...) (*s3.DeleteBucketReplicationOutput, error)
- func (_mock *MockS3Manager) DeleteBucketTagging(ctx context.Context, params *s3.DeleteBucketTaggingInput, ...) (*s3.DeleteBucketTaggingOutput, error)
- func (_mock *MockS3Manager) DeleteBucketWebsite(ctx context.Context, params *s3.DeleteBucketWebsiteInput, ...) (*s3.DeleteBucketWebsiteOutput, error)
- func (_mock *MockS3Manager) DeleteObject(ctx context.Context, params *s3.DeleteObjectInput, optFns ...func(*s3.Options)) (*s3.DeleteObjectOutput, error)
- func (_mock *MockS3Manager) DeleteObjectTagging(ctx context.Context, params *s3.DeleteObjectTaggingInput, ...) (*s3.DeleteObjectTaggingOutput, error)
- func (_mock *MockS3Manager) DeleteObjects(ctx context.Context, params *s3.DeleteObjectsInput, ...) (*s3.DeleteObjectsOutput, error)
- func (_mock *MockS3Manager) DeletePublicAccessBlock(ctx context.Context, params *s3.DeletePublicAccessBlockInput, ...) (*s3.DeletePublicAccessBlockOutput, error)
- func (_m *MockS3Manager) EXPECT() *MockS3Manager_Expecter
- func (_mock *MockS3Manager) GetBucketAccelerateConfiguration(ctx context.Context, params *s3.GetBucketAccelerateConfigurationInput, ...) (*s3.GetBucketAccelerateConfigurationOutput, error)
- func (_mock *MockS3Manager) GetBucketAcl(ctx context.Context, params *s3.GetBucketAclInput, optFns ...func(*s3.Options)) (*s3.GetBucketAclOutput, error)
- func (_mock *MockS3Manager) GetBucketAnalyticsConfiguration(ctx context.Context, params *s3.GetBucketAnalyticsConfigurationInput, ...) (*s3.GetBucketAnalyticsConfigurationOutput, error)
- func (_mock *MockS3Manager) GetBucketCors(ctx context.Context, params *s3.GetBucketCorsInput, ...) (*s3.GetBucketCorsOutput, error)
- func (_mock *MockS3Manager) GetBucketEncryption(ctx context.Context, params *s3.GetBucketEncryptionInput, ...) (*s3.GetBucketEncryptionOutput, error)
- func (_mock *MockS3Manager) GetBucketIntelligentTieringConfiguration(ctx context.Context, params *s3.GetBucketIntelligentTieringConfigurationInput, ...) (*s3.GetBucketIntelligentTieringConfigurationOutput, error)
- func (_mock *MockS3Manager) GetBucketInventoryConfiguration(ctx context.Context, params *s3.GetBucketInventoryConfigurationInput, ...) (*s3.GetBucketInventoryConfigurationOutput, error)
- func (_mock *MockS3Manager) GetBucketLifecycleConfiguration(ctx context.Context, params *s3.GetBucketLifecycleConfigurationInput, ...) (*s3.GetBucketLifecycleConfigurationOutput, error)
- func (_mock *MockS3Manager) GetBucketLocation(ctx context.Context, params *s3.GetBucketLocationInput, ...) (*s3.GetBucketLocationOutput, error)
- func (_mock *MockS3Manager) GetBucketLogging(ctx context.Context, params *s3.GetBucketLoggingInput, ...) (*s3.GetBucketLoggingOutput, error)
- func (_mock *MockS3Manager) GetBucketMetricsConfiguration(ctx context.Context, params *s3.GetBucketMetricsConfigurationInput, ...) (*s3.GetBucketMetricsConfigurationOutput, error)
- func (_mock *MockS3Manager) GetBucketNotificationConfiguration(ctx context.Context, params *s3.GetBucketNotificationConfigurationInput, ...) (*s3.GetBucketNotificationConfigurationOutput, error)
- func (_mock *MockS3Manager) GetBucketOwnershipControls(ctx context.Context, params *s3.GetBucketOwnershipControlsInput, ...) (*s3.GetBucketOwnershipControlsOutput, error)
- func (_mock *MockS3Manager) GetBucketPolicy(ctx context.Context, params *s3.GetBucketPolicyInput, ...) (*s3.GetBucketPolicyOutput, error)
- func (_mock *MockS3Manager) GetBucketPolicyStatus(ctx context.Context, params *s3.GetBucketPolicyStatusInput, ...) (*s3.GetBucketPolicyStatusOutput, error)
- func (_mock *MockS3Manager) GetBucketReplication(ctx context.Context, params *s3.GetBucketReplicationInput, ...) (*s3.GetBucketReplicationOutput, error)
- func (_mock *MockS3Manager) GetBucketRequestPayment(ctx context.Context, params *s3.GetBucketRequestPaymentInput, ...) (*s3.GetBucketRequestPaymentOutput, error)
- func (_mock *MockS3Manager) GetBucketTagging(ctx context.Context, params *s3.GetBucketTaggingInput, ...) (*s3.GetBucketTaggingOutput, error)
- func (_mock *MockS3Manager) GetBucketVersioning(ctx context.Context, params *s3.GetBucketVersioningInput, ...) (*s3.GetBucketVersioningOutput, error)
- func (_mock *MockS3Manager) GetBucketWebsite(ctx context.Context, params *s3.GetBucketWebsiteInput, ...) (*s3.GetBucketWebsiteOutput, error)
- func (_mock *MockS3Manager) GetObject(ctx context.Context, params *s3.GetObjectInput, optFns ...func(*s3.Options)) (*s3.GetObjectOutput, error)
- func (_mock *MockS3Manager) GetObjectAcl(ctx context.Context, params *s3.GetObjectAclInput, optFns ...func(*s3.Options)) (*s3.GetObjectAclOutput, error)
- func (_mock *MockS3Manager) GetObjectAttributes(ctx context.Context, params *s3.GetObjectAttributesInput, ...) (*s3.GetObjectAttributesOutput, error)
- func (_mock *MockS3Manager) GetObjectLegalHold(ctx context.Context, params *s3.GetObjectLegalHoldInput, ...) (*s3.GetObjectLegalHoldOutput, error)
- func (_mock *MockS3Manager) GetObjectLockConfiguration(ctx context.Context, params *s3.GetObjectLockConfigurationInput, ...) (*s3.GetObjectLockConfigurationOutput, error)
- func (_mock *MockS3Manager) GetObjectRetention(ctx context.Context, params *s3.GetObjectRetentionInput, ...) (*s3.GetObjectRetentionOutput, error)
- func (_mock *MockS3Manager) GetObjectTagging(ctx context.Context, params *s3.GetObjectTaggingInput, ...) (*s3.GetObjectTaggingOutput, error)
- func (_mock *MockS3Manager) GetObjectTorrent(ctx context.Context, params *s3.GetObjectTorrentInput, ...) (*s3.GetObjectTorrentOutput, error)
- func (_mock *MockS3Manager) GetPublicAccessBlock(ctx context.Context, params *s3.GetPublicAccessBlockInput, ...) (*s3.GetPublicAccessBlockOutput, error)
- func (_mock *MockS3Manager) HeadBucket(ctx context.Context, params *s3.HeadBucketInput, optFns ...func(*s3.Options)) (*s3.HeadBucketOutput, error)
- func (_mock *MockS3Manager) HeadObject(ctx context.Context, params *s3.HeadObjectInput, optFns ...func(*s3.Options)) (*s3.HeadObjectOutput, error)
- func (_mock *MockS3Manager) ListBuckets(ctx context.Context, params *s3.ListBucketsInput, optFns ...func(*s3.Options)) (*s3.ListBucketsOutput, error)
- func (_mock *MockS3Manager) ListMultipartUploads(ctx context.Context, params *s3.ListMultipartUploadsInput, ...) (*s3.ListMultipartUploadsOutput, error)
- func (_mock *MockS3Manager) ListObjectVersions(ctx context.Context, params *s3.ListObjectVersionsInput, ...) (*s3.ListObjectVersionsOutput, error)
- func (_mock *MockS3Manager) ListObjectsV2(ctx context.Context, params *s3.ListObjectsV2Input, ...) (*s3.ListObjectsV2Output, error)
- func (_mock *MockS3Manager) ListParts(ctx context.Context, params *s3.ListPartsInput, optFns ...func(*s3.Options)) (*s3.ListPartsOutput, error)
- func (_mock *MockS3Manager) PutBucketAccelerateConfiguration(ctx context.Context, params *s3.PutBucketAccelerateConfigurationInput, ...) (*s3.PutBucketAccelerateConfigurationOutput, error)
- func (_mock *MockS3Manager) PutBucketAcl(ctx context.Context, params *s3.PutBucketAclInput, optFns ...func(*s3.Options)) (*s3.PutBucketAclOutput, error)
- func (_mock *MockS3Manager) PutBucketAnalyticsConfiguration(ctx context.Context, params *s3.PutBucketAnalyticsConfigurationInput, ...) (*s3.PutBucketAnalyticsConfigurationOutput, error)
- func (_mock *MockS3Manager) PutBucketCors(ctx context.Context, params *s3.PutBucketCorsInput, ...) (*s3.PutBucketCorsOutput, error)
- func (_mock *MockS3Manager) PutBucketEncryption(ctx context.Context, params *s3.PutBucketEncryptionInput, ...) (*s3.PutBucketEncryptionOutput, error)
- func (_mock *MockS3Manager) PutBucketIntelligentTieringConfiguration(ctx context.Context, params *s3.PutBucketIntelligentTieringConfigurationInput, ...) (*s3.PutBucketIntelligentTieringConfigurationOutput, error)
- func (_mock *MockS3Manager) PutBucketInventoryConfiguration(ctx context.Context, params *s3.PutBucketInventoryConfigurationInput, ...) (*s3.PutBucketInventoryConfigurationOutput, error)
- func (_mock *MockS3Manager) PutBucketLifecycleConfiguration(ctx context.Context, params *s3.PutBucketLifecycleConfigurationInput, ...) (*s3.PutBucketLifecycleConfigurationOutput, error)
- func (_mock *MockS3Manager) PutBucketLogging(ctx context.Context, params *s3.PutBucketLoggingInput, ...) (*s3.PutBucketLoggingOutput, error)
- func (_mock *MockS3Manager) PutBucketMetricsConfiguration(ctx context.Context, params *s3.PutBucketMetricsConfigurationInput, ...) (*s3.PutBucketMetricsConfigurationOutput, error)
- func (_mock *MockS3Manager) PutBucketNotificationConfiguration(ctx context.Context, params *s3.PutBucketNotificationConfigurationInput, ...) (*s3.PutBucketNotificationConfigurationOutput, error)
- func (_mock *MockS3Manager) PutBucketOwnershipControls(ctx context.Context, params *s3.PutBucketOwnershipControlsInput, ...) (*s3.PutBucketOwnershipControlsOutput, error)
- func (_mock *MockS3Manager) PutBucketPolicy(ctx context.Context, params *s3.PutBucketPolicyInput, ...) (*s3.PutBucketPolicyOutput, error)
- func (_mock *MockS3Manager) PutBucketReplication(ctx context.Context, params *s3.PutBucketReplicationInput, ...) (*s3.PutBucketReplicationOutput, error)
- func (_mock *MockS3Manager) PutBucketRequestPayment(ctx context.Context, params *s3.PutBucketRequestPaymentInput, ...) (*s3.PutBucketRequestPaymentOutput, error)
- func (_mock *MockS3Manager) PutBucketTagging(ctx context.Context, params *s3.PutBucketTaggingInput, ...) (*s3.PutBucketTaggingOutput, error)
- func (_mock *MockS3Manager) PutBucketVersioning(ctx context.Context, params *s3.PutBucketVersioningInput, ...) (*s3.PutBucketVersioningOutput, error)
- func (_mock *MockS3Manager) PutBucketWebsite(ctx context.Context, params *s3.PutBucketWebsiteInput, ...) (*s3.PutBucketWebsiteOutput, error)
- func (_mock *MockS3Manager) PutObject(ctx context.Context, params *s3.PutObjectInput, optFns ...func(*s3.Options)) (*s3.PutObjectOutput, error)
- func (_mock *MockS3Manager) PutObjectAcl(ctx context.Context, params *s3.PutObjectAclInput, optFns ...func(*s3.Options)) (*s3.PutObjectAclOutput, error)
- func (_mock *MockS3Manager) PutObjectLegalHold(ctx context.Context, params *s3.PutObjectLegalHoldInput, ...) (*s3.PutObjectLegalHoldOutput, error)
- func (_mock *MockS3Manager) PutObjectLockConfiguration(ctx context.Context, params *s3.PutObjectLockConfigurationInput, ...) (*s3.PutObjectLockConfigurationOutput, error)
- func (_mock *MockS3Manager) PutObjectRetention(ctx context.Context, params *s3.PutObjectRetentionInput, ...) (*s3.PutObjectRetentionOutput, error)
- func (_mock *MockS3Manager) PutObjectTagging(ctx context.Context, params *s3.PutObjectTaggingInput, ...) (*s3.PutObjectTaggingOutput, error)
- func (_mock *MockS3Manager) PutPublicAccessBlock(ctx context.Context, params *s3.PutPublicAccessBlockInput, ...) (*s3.PutPublicAccessBlockOutput, error)
- func (_mock *MockS3Manager) RestoreObject(ctx context.Context, params *s3.RestoreObjectInput, ...) (*s3.RestoreObjectOutput, error)
- func (_mock *MockS3Manager) SelectObjectContent(ctx context.Context, params *s3.SelectObjectContentInput, ...) (*s3.SelectObjectContentOutput, error)
- func (_mock *MockS3Manager) UploadPart(ctx context.Context, params *s3.UploadPartInput, optFns ...func(*s3.Options)) (*s3.UploadPartOutput, error)
- func (_mock *MockS3Manager) UploadPartCopy(ctx context.Context, params *s3.UploadPartCopyInput, ...) (*s3.UploadPartCopyOutput, error)
- func (_mock *MockS3Manager) WriteGetObjectResponse(ctx context.Context, params *s3.WriteGetObjectResponseInput, ...) (*s3.WriteGetObjectResponseOutput, error)
- type MockS3Manager_AbortMultipartUpload_Call
- func (_c *MockS3Manager_AbortMultipartUpload_Call) Return(abortMultipartUploadOutput *s3.AbortMultipartUploadOutput, err error) *MockS3Manager_AbortMultipartUpload_Call
- func (_c *MockS3Manager_AbortMultipartUpload_Call) Run(run func(ctx context.Context, params *s3.AbortMultipartUploadInput, ...)) *MockS3Manager_AbortMultipartUpload_Call
- func (_c *MockS3Manager_AbortMultipartUpload_Call) RunAndReturn(...) *MockS3Manager_AbortMultipartUpload_Call
- type MockS3Manager_CompleteMultipartUpload_Call
- func (_c *MockS3Manager_CompleteMultipartUpload_Call) Return(completeMultipartUploadOutput *s3.CompleteMultipartUploadOutput, err error) *MockS3Manager_CompleteMultipartUpload_Call
- func (_c *MockS3Manager_CompleteMultipartUpload_Call) Run(run func(ctx context.Context, params *s3.CompleteMultipartUploadInput, ...)) *MockS3Manager_CompleteMultipartUpload_Call
- func (_c *MockS3Manager_CompleteMultipartUpload_Call) RunAndReturn(...) *MockS3Manager_CompleteMultipartUpload_Call
- type MockS3Manager_CopyObject_Call
- type MockS3Manager_CreateBucket_Call
- func (_c *MockS3Manager_CreateBucket_Call) Return(createBucketOutput *s3.CreateBucketOutput, err error) *MockS3Manager_CreateBucket_Call
- func (_c *MockS3Manager_CreateBucket_Call) Run(...) *MockS3Manager_CreateBucket_Call
- func (_c *MockS3Manager_CreateBucket_Call) RunAndReturn(...) *MockS3Manager_CreateBucket_Call
- type MockS3Manager_CreateMultipartUpload_Call
- func (_c *MockS3Manager_CreateMultipartUpload_Call) Return(createMultipartUploadOutput *s3.CreateMultipartUploadOutput, err error) *MockS3Manager_CreateMultipartUpload_Call
- func (_c *MockS3Manager_CreateMultipartUpload_Call) Run(run func(ctx context.Context, params *s3.CreateMultipartUploadInput, ...)) *MockS3Manager_CreateMultipartUpload_Call
- func (_c *MockS3Manager_CreateMultipartUpload_Call) RunAndReturn(...) *MockS3Manager_CreateMultipartUpload_Call
- type MockS3Manager_DeleteBucketAnalyticsConfiguration_Call
- func (_c *MockS3Manager_DeleteBucketAnalyticsConfiguration_Call) Return(...) *MockS3Manager_DeleteBucketAnalyticsConfiguration_Call
- func (_c *MockS3Manager_DeleteBucketAnalyticsConfiguration_Call) Run(...) *MockS3Manager_DeleteBucketAnalyticsConfiguration_Call
- func (_c *MockS3Manager_DeleteBucketAnalyticsConfiguration_Call) RunAndReturn(...) *MockS3Manager_DeleteBucketAnalyticsConfiguration_Call
- type MockS3Manager_DeleteBucketCors_Call
- func (_c *MockS3Manager_DeleteBucketCors_Call) Return(deleteBucketCorsOutput *s3.DeleteBucketCorsOutput, err error) *MockS3Manager_DeleteBucketCors_Call
- func (_c *MockS3Manager_DeleteBucketCors_Call) Run(run func(ctx context.Context, params *s3.DeleteBucketCorsInput, ...)) *MockS3Manager_DeleteBucketCors_Call
- func (_c *MockS3Manager_DeleteBucketCors_Call) RunAndReturn(...) *MockS3Manager_DeleteBucketCors_Call
- type MockS3Manager_DeleteBucketEncryption_Call
- func (_c *MockS3Manager_DeleteBucketEncryption_Call) Return(deleteBucketEncryptionOutput *s3.DeleteBucketEncryptionOutput, err error) *MockS3Manager_DeleteBucketEncryption_Call
- func (_c *MockS3Manager_DeleteBucketEncryption_Call) Run(run func(ctx context.Context, params *s3.DeleteBucketEncryptionInput, ...)) *MockS3Manager_DeleteBucketEncryption_Call
- func (_c *MockS3Manager_DeleteBucketEncryption_Call) RunAndReturn(...) *MockS3Manager_DeleteBucketEncryption_Call
- type MockS3Manager_DeleteBucketIntelligentTieringConfiguration_Call
- func (_c *MockS3Manager_DeleteBucketIntelligentTieringConfiguration_Call) Return(...) *MockS3Manager_DeleteBucketIntelligentTieringConfiguration_Call
- func (_c *MockS3Manager_DeleteBucketIntelligentTieringConfiguration_Call) Run(run func(ctx context.Context, ...)) *MockS3Manager_DeleteBucketIntelligentTieringConfiguration_Call
- func (_c *MockS3Manager_DeleteBucketIntelligentTieringConfiguration_Call) RunAndReturn(...) *MockS3Manager_DeleteBucketIntelligentTieringConfiguration_Call
- type MockS3Manager_DeleteBucketInventoryConfiguration_Call
- func (_c *MockS3Manager_DeleteBucketInventoryConfiguration_Call) Return(...) *MockS3Manager_DeleteBucketInventoryConfiguration_Call
- func (_c *MockS3Manager_DeleteBucketInventoryConfiguration_Call) Run(...) *MockS3Manager_DeleteBucketInventoryConfiguration_Call
- func (_c *MockS3Manager_DeleteBucketInventoryConfiguration_Call) RunAndReturn(...) *MockS3Manager_DeleteBucketInventoryConfiguration_Call
- type MockS3Manager_DeleteBucketLifecycle_Call
- func (_c *MockS3Manager_DeleteBucketLifecycle_Call) Return(deleteBucketLifecycleOutput *s3.DeleteBucketLifecycleOutput, err error) *MockS3Manager_DeleteBucketLifecycle_Call
- func (_c *MockS3Manager_DeleteBucketLifecycle_Call) Run(run func(ctx context.Context, params *s3.DeleteBucketLifecycleInput, ...)) *MockS3Manager_DeleteBucketLifecycle_Call
- func (_c *MockS3Manager_DeleteBucketLifecycle_Call) RunAndReturn(...) *MockS3Manager_DeleteBucketLifecycle_Call
- type MockS3Manager_DeleteBucketMetricsConfiguration_Call
- func (_c *MockS3Manager_DeleteBucketMetricsConfiguration_Call) Return(...) *MockS3Manager_DeleteBucketMetricsConfiguration_Call
- func (_c *MockS3Manager_DeleteBucketMetricsConfiguration_Call) Run(...) *MockS3Manager_DeleteBucketMetricsConfiguration_Call
- func (_c *MockS3Manager_DeleteBucketMetricsConfiguration_Call) RunAndReturn(...) *MockS3Manager_DeleteBucketMetricsConfiguration_Call
- type MockS3Manager_DeleteBucketOwnershipControls_Call
- func (_c *MockS3Manager_DeleteBucketOwnershipControls_Call) Return(deleteBucketOwnershipControlsOutput *s3.DeleteBucketOwnershipControlsOutput, ...) *MockS3Manager_DeleteBucketOwnershipControls_Call
- func (_c *MockS3Manager_DeleteBucketOwnershipControls_Call) Run(...) *MockS3Manager_DeleteBucketOwnershipControls_Call
- func (_c *MockS3Manager_DeleteBucketOwnershipControls_Call) RunAndReturn(...) *MockS3Manager_DeleteBucketOwnershipControls_Call
- type MockS3Manager_DeleteBucketPolicy_Call
- func (_c *MockS3Manager_DeleteBucketPolicy_Call) Return(deleteBucketPolicyOutput *s3.DeleteBucketPolicyOutput, err error) *MockS3Manager_DeleteBucketPolicy_Call
- func (_c *MockS3Manager_DeleteBucketPolicy_Call) Run(run func(ctx context.Context, params *s3.DeleteBucketPolicyInput, ...)) *MockS3Manager_DeleteBucketPolicy_Call
- func (_c *MockS3Manager_DeleteBucketPolicy_Call) RunAndReturn(...) *MockS3Manager_DeleteBucketPolicy_Call
- type MockS3Manager_DeleteBucketReplication_Call
- func (_c *MockS3Manager_DeleteBucketReplication_Call) Return(deleteBucketReplicationOutput *s3.DeleteBucketReplicationOutput, err error) *MockS3Manager_DeleteBucketReplication_Call
- func (_c *MockS3Manager_DeleteBucketReplication_Call) Run(run func(ctx context.Context, params *s3.DeleteBucketReplicationInput, ...)) *MockS3Manager_DeleteBucketReplication_Call
- func (_c *MockS3Manager_DeleteBucketReplication_Call) RunAndReturn(...) *MockS3Manager_DeleteBucketReplication_Call
- type MockS3Manager_DeleteBucketTagging_Call
- func (_c *MockS3Manager_DeleteBucketTagging_Call) Return(deleteBucketTaggingOutput *s3.DeleteBucketTaggingOutput, err error) *MockS3Manager_DeleteBucketTagging_Call
- func (_c *MockS3Manager_DeleteBucketTagging_Call) Run(run func(ctx context.Context, params *s3.DeleteBucketTaggingInput, ...)) *MockS3Manager_DeleteBucketTagging_Call
- func (_c *MockS3Manager_DeleteBucketTagging_Call) RunAndReturn(...) *MockS3Manager_DeleteBucketTagging_Call
- type MockS3Manager_DeleteBucketWebsite_Call
- func (_c *MockS3Manager_DeleteBucketWebsite_Call) Return(deleteBucketWebsiteOutput *s3.DeleteBucketWebsiteOutput, err error) *MockS3Manager_DeleteBucketWebsite_Call
- func (_c *MockS3Manager_DeleteBucketWebsite_Call) Run(run func(ctx context.Context, params *s3.DeleteBucketWebsiteInput, ...)) *MockS3Manager_DeleteBucketWebsite_Call
- func (_c *MockS3Manager_DeleteBucketWebsite_Call) RunAndReturn(...) *MockS3Manager_DeleteBucketWebsite_Call
- type MockS3Manager_DeleteBucket_Call
- func (_c *MockS3Manager_DeleteBucket_Call) Return(deleteBucketOutput *s3.DeleteBucketOutput, err error) *MockS3Manager_DeleteBucket_Call
- func (_c *MockS3Manager_DeleteBucket_Call) Run(...) *MockS3Manager_DeleteBucket_Call
- func (_c *MockS3Manager_DeleteBucket_Call) RunAndReturn(...) *MockS3Manager_DeleteBucket_Call
- type MockS3Manager_DeleteObjectTagging_Call
- func (_c *MockS3Manager_DeleteObjectTagging_Call) Return(deleteObjectTaggingOutput *s3.DeleteObjectTaggingOutput, err error) *MockS3Manager_DeleteObjectTagging_Call
- func (_c *MockS3Manager_DeleteObjectTagging_Call) Run(run func(ctx context.Context, params *s3.DeleteObjectTaggingInput, ...)) *MockS3Manager_DeleteObjectTagging_Call
- func (_c *MockS3Manager_DeleteObjectTagging_Call) RunAndReturn(...) *MockS3Manager_DeleteObjectTagging_Call
- type MockS3Manager_DeleteObject_Call
- func (_c *MockS3Manager_DeleteObject_Call) Return(deleteObjectOutput *s3.DeleteObjectOutput, err error) *MockS3Manager_DeleteObject_Call
- func (_c *MockS3Manager_DeleteObject_Call) Run(...) *MockS3Manager_DeleteObject_Call
- func (_c *MockS3Manager_DeleteObject_Call) RunAndReturn(...) *MockS3Manager_DeleteObject_Call
- type MockS3Manager_DeleteObjects_Call
- func (_c *MockS3Manager_DeleteObjects_Call) Return(deleteObjectsOutput *s3.DeleteObjectsOutput, err error) *MockS3Manager_DeleteObjects_Call
- func (_c *MockS3Manager_DeleteObjects_Call) Run(run func(ctx context.Context, params *s3.DeleteObjectsInput, ...)) *MockS3Manager_DeleteObjects_Call
- func (_c *MockS3Manager_DeleteObjects_Call) RunAndReturn(...) *MockS3Manager_DeleteObjects_Call
- type MockS3Manager_DeletePublicAccessBlock_Call
- func (_c *MockS3Manager_DeletePublicAccessBlock_Call) Return(deletePublicAccessBlockOutput *s3.DeletePublicAccessBlockOutput, err error) *MockS3Manager_DeletePublicAccessBlock_Call
- func (_c *MockS3Manager_DeletePublicAccessBlock_Call) Run(run func(ctx context.Context, params *s3.DeletePublicAccessBlockInput, ...)) *MockS3Manager_DeletePublicAccessBlock_Call
- func (_c *MockS3Manager_DeletePublicAccessBlock_Call) RunAndReturn(...) *MockS3Manager_DeletePublicAccessBlock_Call
- type MockS3Manager_Expecter
- func (_e *MockS3Manager_Expecter) AbortMultipartUpload(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_AbortMultipartUpload_Call
- func (_e *MockS3Manager_Expecter) CompleteMultipartUpload(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_CompleteMultipartUpload_Call
- func (_e *MockS3Manager_Expecter) CopyObject(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_CopyObject_Call
- func (_e *MockS3Manager_Expecter) CreateBucket(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_CreateBucket_Call
- func (_e *MockS3Manager_Expecter) CreateMultipartUpload(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_CreateMultipartUpload_Call
- func (_e *MockS3Manager_Expecter) DeleteBucket(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_DeleteBucket_Call
- func (_e *MockS3Manager_Expecter) DeleteBucketAnalyticsConfiguration(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_DeleteBucketAnalyticsConfiguration_Call
- func (_e *MockS3Manager_Expecter) DeleteBucketCors(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_DeleteBucketCors_Call
- func (_e *MockS3Manager_Expecter) DeleteBucketEncryption(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_DeleteBucketEncryption_Call
- func (_e *MockS3Manager_Expecter) DeleteBucketIntelligentTieringConfiguration(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_DeleteBucketIntelligentTieringConfiguration_Call
- func (_e *MockS3Manager_Expecter) DeleteBucketInventoryConfiguration(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_DeleteBucketInventoryConfiguration_Call
- func (_e *MockS3Manager_Expecter) DeleteBucketLifecycle(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_DeleteBucketLifecycle_Call
- func (_e *MockS3Manager_Expecter) DeleteBucketMetricsConfiguration(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_DeleteBucketMetricsConfiguration_Call
- func (_e *MockS3Manager_Expecter) DeleteBucketOwnershipControls(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_DeleteBucketOwnershipControls_Call
- func (_e *MockS3Manager_Expecter) DeleteBucketPolicy(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_DeleteBucketPolicy_Call
- func (_e *MockS3Manager_Expecter) DeleteBucketReplication(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_DeleteBucketReplication_Call
- func (_e *MockS3Manager_Expecter) DeleteBucketTagging(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_DeleteBucketTagging_Call
- func (_e *MockS3Manager_Expecter) DeleteBucketWebsite(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_DeleteBucketWebsite_Call
- func (_e *MockS3Manager_Expecter) DeleteObject(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_DeleteObject_Call
- func (_e *MockS3Manager_Expecter) DeleteObjectTagging(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_DeleteObjectTagging_Call
- func (_e *MockS3Manager_Expecter) DeleteObjects(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_DeleteObjects_Call
- func (_e *MockS3Manager_Expecter) DeletePublicAccessBlock(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_DeletePublicAccessBlock_Call
- func (_e *MockS3Manager_Expecter) GetBucketAccelerateConfiguration(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_GetBucketAccelerateConfiguration_Call
- func (_e *MockS3Manager_Expecter) GetBucketAcl(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_GetBucketAcl_Call
- func (_e *MockS3Manager_Expecter) GetBucketAnalyticsConfiguration(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_GetBucketAnalyticsConfiguration_Call
- func (_e *MockS3Manager_Expecter) GetBucketCors(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_GetBucketCors_Call
- func (_e *MockS3Manager_Expecter) GetBucketEncryption(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_GetBucketEncryption_Call
- func (_e *MockS3Manager_Expecter) GetBucketIntelligentTieringConfiguration(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_GetBucketIntelligentTieringConfiguration_Call
- func (_e *MockS3Manager_Expecter) GetBucketInventoryConfiguration(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_GetBucketInventoryConfiguration_Call
- func (_e *MockS3Manager_Expecter) GetBucketLifecycleConfiguration(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_GetBucketLifecycleConfiguration_Call
- func (_e *MockS3Manager_Expecter) GetBucketLocation(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_GetBucketLocation_Call
- func (_e *MockS3Manager_Expecter) GetBucketLogging(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_GetBucketLogging_Call
- func (_e *MockS3Manager_Expecter) GetBucketMetricsConfiguration(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_GetBucketMetricsConfiguration_Call
- func (_e *MockS3Manager_Expecter) GetBucketNotificationConfiguration(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_GetBucketNotificationConfiguration_Call
- func (_e *MockS3Manager_Expecter) GetBucketOwnershipControls(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_GetBucketOwnershipControls_Call
- func (_e *MockS3Manager_Expecter) GetBucketPolicy(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_GetBucketPolicy_Call
- func (_e *MockS3Manager_Expecter) GetBucketPolicyStatus(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_GetBucketPolicyStatus_Call
- func (_e *MockS3Manager_Expecter) GetBucketReplication(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_GetBucketReplication_Call
- func (_e *MockS3Manager_Expecter) GetBucketRequestPayment(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_GetBucketRequestPayment_Call
- func (_e *MockS3Manager_Expecter) GetBucketTagging(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_GetBucketTagging_Call
- func (_e *MockS3Manager_Expecter) GetBucketVersioning(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_GetBucketVersioning_Call
- func (_e *MockS3Manager_Expecter) GetBucketWebsite(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_GetBucketWebsite_Call
- func (_e *MockS3Manager_Expecter) GetObject(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_GetObject_Call
- func (_e *MockS3Manager_Expecter) GetObjectAcl(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_GetObjectAcl_Call
- func (_e *MockS3Manager_Expecter) GetObjectAttributes(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_GetObjectAttributes_Call
- func (_e *MockS3Manager_Expecter) GetObjectLegalHold(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_GetObjectLegalHold_Call
- func (_e *MockS3Manager_Expecter) GetObjectLockConfiguration(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_GetObjectLockConfiguration_Call
- func (_e *MockS3Manager_Expecter) GetObjectRetention(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_GetObjectRetention_Call
- func (_e *MockS3Manager_Expecter) GetObjectTagging(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_GetObjectTagging_Call
- func (_e *MockS3Manager_Expecter) GetObjectTorrent(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_GetObjectTorrent_Call
- func (_e *MockS3Manager_Expecter) GetPublicAccessBlock(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_GetPublicAccessBlock_Call
- func (_e *MockS3Manager_Expecter) HeadBucket(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_HeadBucket_Call
- func (_e *MockS3Manager_Expecter) HeadObject(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_HeadObject_Call
- func (_e *MockS3Manager_Expecter) ListBuckets(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_ListBuckets_Call
- func (_e *MockS3Manager_Expecter) ListMultipartUploads(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_ListMultipartUploads_Call
- func (_e *MockS3Manager_Expecter) ListObjectVersions(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_ListObjectVersions_Call
- func (_e *MockS3Manager_Expecter) ListObjectsV2(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_ListObjectsV2_Call
- func (_e *MockS3Manager_Expecter) ListParts(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_ListParts_Call
- func (_e *MockS3Manager_Expecter) PutBucketAccelerateConfiguration(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_PutBucketAccelerateConfiguration_Call
- func (_e *MockS3Manager_Expecter) PutBucketAcl(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_PutBucketAcl_Call
- func (_e *MockS3Manager_Expecter) PutBucketAnalyticsConfiguration(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_PutBucketAnalyticsConfiguration_Call
- func (_e *MockS3Manager_Expecter) PutBucketCors(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_PutBucketCors_Call
- func (_e *MockS3Manager_Expecter) PutBucketEncryption(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_PutBucketEncryption_Call
- func (_e *MockS3Manager_Expecter) PutBucketIntelligentTieringConfiguration(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_PutBucketIntelligentTieringConfiguration_Call
- func (_e *MockS3Manager_Expecter) PutBucketInventoryConfiguration(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_PutBucketInventoryConfiguration_Call
- func (_e *MockS3Manager_Expecter) PutBucketLifecycleConfiguration(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_PutBucketLifecycleConfiguration_Call
- func (_e *MockS3Manager_Expecter) PutBucketLogging(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_PutBucketLogging_Call
- func (_e *MockS3Manager_Expecter) PutBucketMetricsConfiguration(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_PutBucketMetricsConfiguration_Call
- func (_e *MockS3Manager_Expecter) PutBucketNotificationConfiguration(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_PutBucketNotificationConfiguration_Call
- func (_e *MockS3Manager_Expecter) PutBucketOwnershipControls(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_PutBucketOwnershipControls_Call
- func (_e *MockS3Manager_Expecter) PutBucketPolicy(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_PutBucketPolicy_Call
- func (_e *MockS3Manager_Expecter) PutBucketReplication(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_PutBucketReplication_Call
- func (_e *MockS3Manager_Expecter) PutBucketRequestPayment(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_PutBucketRequestPayment_Call
- func (_e *MockS3Manager_Expecter) PutBucketTagging(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_PutBucketTagging_Call
- func (_e *MockS3Manager_Expecter) PutBucketVersioning(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_PutBucketVersioning_Call
- func (_e *MockS3Manager_Expecter) PutBucketWebsite(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_PutBucketWebsite_Call
- func (_e *MockS3Manager_Expecter) PutObject(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_PutObject_Call
- func (_e *MockS3Manager_Expecter) PutObjectAcl(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_PutObjectAcl_Call
- func (_e *MockS3Manager_Expecter) PutObjectLegalHold(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_PutObjectLegalHold_Call
- func (_e *MockS3Manager_Expecter) PutObjectLockConfiguration(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_PutObjectLockConfiguration_Call
- func (_e *MockS3Manager_Expecter) PutObjectRetention(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_PutObjectRetention_Call
- func (_e *MockS3Manager_Expecter) PutObjectTagging(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_PutObjectTagging_Call
- func (_e *MockS3Manager_Expecter) PutPublicAccessBlock(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_PutPublicAccessBlock_Call
- func (_e *MockS3Manager_Expecter) RestoreObject(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_RestoreObject_Call
- func (_e *MockS3Manager_Expecter) SelectObjectContent(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_SelectObjectContent_Call
- func (_e *MockS3Manager_Expecter) UploadPart(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_UploadPart_Call
- func (_e *MockS3Manager_Expecter) UploadPartCopy(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_UploadPartCopy_Call
- func (_e *MockS3Manager_Expecter) WriteGetObjectResponse(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_WriteGetObjectResponse_Call
- type MockS3Manager_GetBucketAccelerateConfiguration_Call
- func (_c *MockS3Manager_GetBucketAccelerateConfiguration_Call) Return(...) *MockS3Manager_GetBucketAccelerateConfiguration_Call
- func (_c *MockS3Manager_GetBucketAccelerateConfiguration_Call) Run(...) *MockS3Manager_GetBucketAccelerateConfiguration_Call
- func (_c *MockS3Manager_GetBucketAccelerateConfiguration_Call) RunAndReturn(...) *MockS3Manager_GetBucketAccelerateConfiguration_Call
- type MockS3Manager_GetBucketAcl_Call
- func (_c *MockS3Manager_GetBucketAcl_Call) Return(getBucketAclOutput *s3.GetBucketAclOutput, err error) *MockS3Manager_GetBucketAcl_Call
- func (_c *MockS3Manager_GetBucketAcl_Call) Run(...) *MockS3Manager_GetBucketAcl_Call
- func (_c *MockS3Manager_GetBucketAcl_Call) RunAndReturn(...) *MockS3Manager_GetBucketAcl_Call
- type MockS3Manager_GetBucketAnalyticsConfiguration_Call
- func (_c *MockS3Manager_GetBucketAnalyticsConfiguration_Call) Return(...) *MockS3Manager_GetBucketAnalyticsConfiguration_Call
- func (_c *MockS3Manager_GetBucketAnalyticsConfiguration_Call) Run(...) *MockS3Manager_GetBucketAnalyticsConfiguration_Call
- func (_c *MockS3Manager_GetBucketAnalyticsConfiguration_Call) RunAndReturn(...) *MockS3Manager_GetBucketAnalyticsConfiguration_Call
- type MockS3Manager_GetBucketCors_Call
- func (_c *MockS3Manager_GetBucketCors_Call) Return(getBucketCorsOutput *s3.GetBucketCorsOutput, err error) *MockS3Manager_GetBucketCors_Call
- func (_c *MockS3Manager_GetBucketCors_Call) Run(run func(ctx context.Context, params *s3.GetBucketCorsInput, ...)) *MockS3Manager_GetBucketCors_Call
- func (_c *MockS3Manager_GetBucketCors_Call) RunAndReturn(...) *MockS3Manager_GetBucketCors_Call
- type MockS3Manager_GetBucketEncryption_Call
- func (_c *MockS3Manager_GetBucketEncryption_Call) Return(getBucketEncryptionOutput *s3.GetBucketEncryptionOutput, err error) *MockS3Manager_GetBucketEncryption_Call
- func (_c *MockS3Manager_GetBucketEncryption_Call) Run(run func(ctx context.Context, params *s3.GetBucketEncryptionInput, ...)) *MockS3Manager_GetBucketEncryption_Call
- func (_c *MockS3Manager_GetBucketEncryption_Call) RunAndReturn(...) *MockS3Manager_GetBucketEncryption_Call
- type MockS3Manager_GetBucketIntelligentTieringConfiguration_Call
- func (_c *MockS3Manager_GetBucketIntelligentTieringConfiguration_Call) Return(...) *MockS3Manager_GetBucketIntelligentTieringConfiguration_Call
- func (_c *MockS3Manager_GetBucketIntelligentTieringConfiguration_Call) Run(...) *MockS3Manager_GetBucketIntelligentTieringConfiguration_Call
- func (_c *MockS3Manager_GetBucketIntelligentTieringConfiguration_Call) RunAndReturn(...) *MockS3Manager_GetBucketIntelligentTieringConfiguration_Call
- type MockS3Manager_GetBucketInventoryConfiguration_Call
- func (_c *MockS3Manager_GetBucketInventoryConfiguration_Call) Return(...) *MockS3Manager_GetBucketInventoryConfiguration_Call
- func (_c *MockS3Manager_GetBucketInventoryConfiguration_Call) Run(...) *MockS3Manager_GetBucketInventoryConfiguration_Call
- func (_c *MockS3Manager_GetBucketInventoryConfiguration_Call) RunAndReturn(...) *MockS3Manager_GetBucketInventoryConfiguration_Call
- type MockS3Manager_GetBucketLifecycleConfiguration_Call
- func (_c *MockS3Manager_GetBucketLifecycleConfiguration_Call) Return(...) *MockS3Manager_GetBucketLifecycleConfiguration_Call
- func (_c *MockS3Manager_GetBucketLifecycleConfiguration_Call) Run(...) *MockS3Manager_GetBucketLifecycleConfiguration_Call
- func (_c *MockS3Manager_GetBucketLifecycleConfiguration_Call) RunAndReturn(...) *MockS3Manager_GetBucketLifecycleConfiguration_Call
- type MockS3Manager_GetBucketLocation_Call
- func (_c *MockS3Manager_GetBucketLocation_Call) Return(getBucketLocationOutput *s3.GetBucketLocationOutput, err error) *MockS3Manager_GetBucketLocation_Call
- func (_c *MockS3Manager_GetBucketLocation_Call) Run(run func(ctx context.Context, params *s3.GetBucketLocationInput, ...)) *MockS3Manager_GetBucketLocation_Call
- func (_c *MockS3Manager_GetBucketLocation_Call) RunAndReturn(...) *MockS3Manager_GetBucketLocation_Call
- type MockS3Manager_GetBucketLogging_Call
- func (_c *MockS3Manager_GetBucketLogging_Call) Return(getBucketLoggingOutput *s3.GetBucketLoggingOutput, err error) *MockS3Manager_GetBucketLogging_Call
- func (_c *MockS3Manager_GetBucketLogging_Call) Run(run func(ctx context.Context, params *s3.GetBucketLoggingInput, ...)) *MockS3Manager_GetBucketLogging_Call
- func (_c *MockS3Manager_GetBucketLogging_Call) RunAndReturn(...) *MockS3Manager_GetBucketLogging_Call
- type MockS3Manager_GetBucketMetricsConfiguration_Call
- func (_c *MockS3Manager_GetBucketMetricsConfiguration_Call) Return(getBucketMetricsConfigurationOutput *s3.GetBucketMetricsConfigurationOutput, ...) *MockS3Manager_GetBucketMetricsConfiguration_Call
- func (_c *MockS3Manager_GetBucketMetricsConfiguration_Call) Run(...) *MockS3Manager_GetBucketMetricsConfiguration_Call
- func (_c *MockS3Manager_GetBucketMetricsConfiguration_Call) RunAndReturn(...) *MockS3Manager_GetBucketMetricsConfiguration_Call
- type MockS3Manager_GetBucketNotificationConfiguration_Call
- func (_c *MockS3Manager_GetBucketNotificationConfiguration_Call) Return(...) *MockS3Manager_GetBucketNotificationConfiguration_Call
- func (_c *MockS3Manager_GetBucketNotificationConfiguration_Call) Run(...) *MockS3Manager_GetBucketNotificationConfiguration_Call
- func (_c *MockS3Manager_GetBucketNotificationConfiguration_Call) RunAndReturn(...) *MockS3Manager_GetBucketNotificationConfiguration_Call
- type MockS3Manager_GetBucketOwnershipControls_Call
- func (_c *MockS3Manager_GetBucketOwnershipControls_Call) Return(getBucketOwnershipControlsOutput *s3.GetBucketOwnershipControlsOutput, ...) *MockS3Manager_GetBucketOwnershipControls_Call
- func (_c *MockS3Manager_GetBucketOwnershipControls_Call) Run(run func(ctx context.Context, params *s3.GetBucketOwnershipControlsInput, ...)) *MockS3Manager_GetBucketOwnershipControls_Call
- func (_c *MockS3Manager_GetBucketOwnershipControls_Call) RunAndReturn(...) *MockS3Manager_GetBucketOwnershipControls_Call
- type MockS3Manager_GetBucketPolicyStatus_Call
- func (_c *MockS3Manager_GetBucketPolicyStatus_Call) Return(getBucketPolicyStatusOutput *s3.GetBucketPolicyStatusOutput, err error) *MockS3Manager_GetBucketPolicyStatus_Call
- func (_c *MockS3Manager_GetBucketPolicyStatus_Call) Run(run func(ctx context.Context, params *s3.GetBucketPolicyStatusInput, ...)) *MockS3Manager_GetBucketPolicyStatus_Call
- func (_c *MockS3Manager_GetBucketPolicyStatus_Call) RunAndReturn(...) *MockS3Manager_GetBucketPolicyStatus_Call
- type MockS3Manager_GetBucketPolicy_Call
- func (_c *MockS3Manager_GetBucketPolicy_Call) Return(getBucketPolicyOutput *s3.GetBucketPolicyOutput, err error) *MockS3Manager_GetBucketPolicy_Call
- func (_c *MockS3Manager_GetBucketPolicy_Call) Run(run func(ctx context.Context, params *s3.GetBucketPolicyInput, ...)) *MockS3Manager_GetBucketPolicy_Call
- func (_c *MockS3Manager_GetBucketPolicy_Call) RunAndReturn(...) *MockS3Manager_GetBucketPolicy_Call
- type MockS3Manager_GetBucketReplication_Call
- func (_c *MockS3Manager_GetBucketReplication_Call) Return(getBucketReplicationOutput *s3.GetBucketReplicationOutput, err error) *MockS3Manager_GetBucketReplication_Call
- func (_c *MockS3Manager_GetBucketReplication_Call) Run(run func(ctx context.Context, params *s3.GetBucketReplicationInput, ...)) *MockS3Manager_GetBucketReplication_Call
- func (_c *MockS3Manager_GetBucketReplication_Call) RunAndReturn(...) *MockS3Manager_GetBucketReplication_Call
- type MockS3Manager_GetBucketRequestPayment_Call
- func (_c *MockS3Manager_GetBucketRequestPayment_Call) Return(getBucketRequestPaymentOutput *s3.GetBucketRequestPaymentOutput, err error) *MockS3Manager_GetBucketRequestPayment_Call
- func (_c *MockS3Manager_GetBucketRequestPayment_Call) Run(run func(ctx context.Context, params *s3.GetBucketRequestPaymentInput, ...)) *MockS3Manager_GetBucketRequestPayment_Call
- func (_c *MockS3Manager_GetBucketRequestPayment_Call) RunAndReturn(...) *MockS3Manager_GetBucketRequestPayment_Call
- type MockS3Manager_GetBucketTagging_Call
- func (_c *MockS3Manager_GetBucketTagging_Call) Return(getBucketTaggingOutput *s3.GetBucketTaggingOutput, err error) *MockS3Manager_GetBucketTagging_Call
- func (_c *MockS3Manager_GetBucketTagging_Call) Run(run func(ctx context.Context, params *s3.GetBucketTaggingInput, ...)) *MockS3Manager_GetBucketTagging_Call
- func (_c *MockS3Manager_GetBucketTagging_Call) RunAndReturn(...) *MockS3Manager_GetBucketTagging_Call
- type MockS3Manager_GetBucketVersioning_Call
- func (_c *MockS3Manager_GetBucketVersioning_Call) Return(getBucketVersioningOutput *s3.GetBucketVersioningOutput, err error) *MockS3Manager_GetBucketVersioning_Call
- func (_c *MockS3Manager_GetBucketVersioning_Call) Run(run func(ctx context.Context, params *s3.GetBucketVersioningInput, ...)) *MockS3Manager_GetBucketVersioning_Call
- func (_c *MockS3Manager_GetBucketVersioning_Call) RunAndReturn(...) *MockS3Manager_GetBucketVersioning_Call
- type MockS3Manager_GetBucketWebsite_Call
- func (_c *MockS3Manager_GetBucketWebsite_Call) Return(getBucketWebsiteOutput *s3.GetBucketWebsiteOutput, err error) *MockS3Manager_GetBucketWebsite_Call
- func (_c *MockS3Manager_GetBucketWebsite_Call) Run(run func(ctx context.Context, params *s3.GetBucketWebsiteInput, ...)) *MockS3Manager_GetBucketWebsite_Call
- func (_c *MockS3Manager_GetBucketWebsite_Call) RunAndReturn(...) *MockS3Manager_GetBucketWebsite_Call
- type MockS3Manager_GetObjectAcl_Call
- func (_c *MockS3Manager_GetObjectAcl_Call) Return(getObjectAclOutput *s3.GetObjectAclOutput, err error) *MockS3Manager_GetObjectAcl_Call
- func (_c *MockS3Manager_GetObjectAcl_Call) Run(...) *MockS3Manager_GetObjectAcl_Call
- func (_c *MockS3Manager_GetObjectAcl_Call) RunAndReturn(...) *MockS3Manager_GetObjectAcl_Call
- type MockS3Manager_GetObjectAttributes_Call
- func (_c *MockS3Manager_GetObjectAttributes_Call) Return(getObjectAttributesOutput *s3.GetObjectAttributesOutput, err error) *MockS3Manager_GetObjectAttributes_Call
- func (_c *MockS3Manager_GetObjectAttributes_Call) Run(run func(ctx context.Context, params *s3.GetObjectAttributesInput, ...)) *MockS3Manager_GetObjectAttributes_Call
- func (_c *MockS3Manager_GetObjectAttributes_Call) RunAndReturn(...) *MockS3Manager_GetObjectAttributes_Call
- type MockS3Manager_GetObjectLegalHold_Call
- func (_c *MockS3Manager_GetObjectLegalHold_Call) Return(getObjectLegalHoldOutput *s3.GetObjectLegalHoldOutput, err error) *MockS3Manager_GetObjectLegalHold_Call
- func (_c *MockS3Manager_GetObjectLegalHold_Call) Run(run func(ctx context.Context, params *s3.GetObjectLegalHoldInput, ...)) *MockS3Manager_GetObjectLegalHold_Call
- func (_c *MockS3Manager_GetObjectLegalHold_Call) RunAndReturn(...) *MockS3Manager_GetObjectLegalHold_Call
- type MockS3Manager_GetObjectLockConfiguration_Call
- func (_c *MockS3Manager_GetObjectLockConfiguration_Call) Return(getObjectLockConfigurationOutput *s3.GetObjectLockConfigurationOutput, ...) *MockS3Manager_GetObjectLockConfiguration_Call
- func (_c *MockS3Manager_GetObjectLockConfiguration_Call) Run(run func(ctx context.Context, params *s3.GetObjectLockConfigurationInput, ...)) *MockS3Manager_GetObjectLockConfiguration_Call
- func (_c *MockS3Manager_GetObjectLockConfiguration_Call) RunAndReturn(...) *MockS3Manager_GetObjectLockConfiguration_Call
- type MockS3Manager_GetObjectRetention_Call
- func (_c *MockS3Manager_GetObjectRetention_Call) Return(getObjectRetentionOutput *s3.GetObjectRetentionOutput, err error) *MockS3Manager_GetObjectRetention_Call
- func (_c *MockS3Manager_GetObjectRetention_Call) Run(run func(ctx context.Context, params *s3.GetObjectRetentionInput, ...)) *MockS3Manager_GetObjectRetention_Call
- func (_c *MockS3Manager_GetObjectRetention_Call) RunAndReturn(...) *MockS3Manager_GetObjectRetention_Call
- type MockS3Manager_GetObjectTagging_Call
- func (_c *MockS3Manager_GetObjectTagging_Call) Return(getObjectTaggingOutput *s3.GetObjectTaggingOutput, err error) *MockS3Manager_GetObjectTagging_Call
- func (_c *MockS3Manager_GetObjectTagging_Call) Run(run func(ctx context.Context, params *s3.GetObjectTaggingInput, ...)) *MockS3Manager_GetObjectTagging_Call
- func (_c *MockS3Manager_GetObjectTagging_Call) RunAndReturn(...) *MockS3Manager_GetObjectTagging_Call
- type MockS3Manager_GetObjectTorrent_Call
- func (_c *MockS3Manager_GetObjectTorrent_Call) Return(getObjectTorrentOutput *s3.GetObjectTorrentOutput, err error) *MockS3Manager_GetObjectTorrent_Call
- func (_c *MockS3Manager_GetObjectTorrent_Call) Run(run func(ctx context.Context, params *s3.GetObjectTorrentInput, ...)) *MockS3Manager_GetObjectTorrent_Call
- func (_c *MockS3Manager_GetObjectTorrent_Call) RunAndReturn(...) *MockS3Manager_GetObjectTorrent_Call
- type MockS3Manager_GetObject_Call
- type MockS3Manager_GetPublicAccessBlock_Call
- func (_c *MockS3Manager_GetPublicAccessBlock_Call) Return(getPublicAccessBlockOutput *s3.GetPublicAccessBlockOutput, err error) *MockS3Manager_GetPublicAccessBlock_Call
- func (_c *MockS3Manager_GetPublicAccessBlock_Call) Run(run func(ctx context.Context, params *s3.GetPublicAccessBlockInput, ...)) *MockS3Manager_GetPublicAccessBlock_Call
- func (_c *MockS3Manager_GetPublicAccessBlock_Call) RunAndReturn(...) *MockS3Manager_GetPublicAccessBlock_Call
- type MockS3Manager_HeadBucket_Call
- type MockS3Manager_HeadObject_Call
- type MockS3Manager_ListBuckets_Call
- func (_c *MockS3Manager_ListBuckets_Call) Return(listBucketsOutput *s3.ListBucketsOutput, err error) *MockS3Manager_ListBuckets_Call
- func (_c *MockS3Manager_ListBuckets_Call) Run(...) *MockS3Manager_ListBuckets_Call
- func (_c *MockS3Manager_ListBuckets_Call) RunAndReturn(...) *MockS3Manager_ListBuckets_Call
- type MockS3Manager_ListMultipartUploads_Call
- func (_c *MockS3Manager_ListMultipartUploads_Call) Return(listMultipartUploadsOutput *s3.ListMultipartUploadsOutput, err error) *MockS3Manager_ListMultipartUploads_Call
- func (_c *MockS3Manager_ListMultipartUploads_Call) Run(run func(ctx context.Context, params *s3.ListMultipartUploadsInput, ...)) *MockS3Manager_ListMultipartUploads_Call
- func (_c *MockS3Manager_ListMultipartUploads_Call) RunAndReturn(...) *MockS3Manager_ListMultipartUploads_Call
- type MockS3Manager_ListObjectVersions_Call
- func (_c *MockS3Manager_ListObjectVersions_Call) Return(listObjectVersionsOutput *s3.ListObjectVersionsOutput, err error) *MockS3Manager_ListObjectVersions_Call
- func (_c *MockS3Manager_ListObjectVersions_Call) Run(run func(ctx context.Context, params *s3.ListObjectVersionsInput, ...)) *MockS3Manager_ListObjectVersions_Call
- func (_c *MockS3Manager_ListObjectVersions_Call) RunAndReturn(...) *MockS3Manager_ListObjectVersions_Call
- type MockS3Manager_ListObjectsV2_Call
- func (_c *MockS3Manager_ListObjectsV2_Call) Return(listObjectsV2Output *s3.ListObjectsV2Output, err error) *MockS3Manager_ListObjectsV2_Call
- func (_c *MockS3Manager_ListObjectsV2_Call) Run(run func(ctx context.Context, params *s3.ListObjectsV2Input, ...)) *MockS3Manager_ListObjectsV2_Call
- func (_c *MockS3Manager_ListObjectsV2_Call) RunAndReturn(...) *MockS3Manager_ListObjectsV2_Call
- type MockS3Manager_ListParts_Call
- type MockS3Manager_PutBucketAccelerateConfiguration_Call
- func (_c *MockS3Manager_PutBucketAccelerateConfiguration_Call) Return(...) *MockS3Manager_PutBucketAccelerateConfiguration_Call
- func (_c *MockS3Manager_PutBucketAccelerateConfiguration_Call) Run(...) *MockS3Manager_PutBucketAccelerateConfiguration_Call
- func (_c *MockS3Manager_PutBucketAccelerateConfiguration_Call) RunAndReturn(...) *MockS3Manager_PutBucketAccelerateConfiguration_Call
- type MockS3Manager_PutBucketAcl_Call
- func (_c *MockS3Manager_PutBucketAcl_Call) Return(putBucketAclOutput *s3.PutBucketAclOutput, err error) *MockS3Manager_PutBucketAcl_Call
- func (_c *MockS3Manager_PutBucketAcl_Call) Run(...) *MockS3Manager_PutBucketAcl_Call
- func (_c *MockS3Manager_PutBucketAcl_Call) RunAndReturn(...) *MockS3Manager_PutBucketAcl_Call
- type MockS3Manager_PutBucketAnalyticsConfiguration_Call
- func (_c *MockS3Manager_PutBucketAnalyticsConfiguration_Call) Return(...) *MockS3Manager_PutBucketAnalyticsConfiguration_Call
- func (_c *MockS3Manager_PutBucketAnalyticsConfiguration_Call) Run(...) *MockS3Manager_PutBucketAnalyticsConfiguration_Call
- func (_c *MockS3Manager_PutBucketAnalyticsConfiguration_Call) RunAndReturn(...) *MockS3Manager_PutBucketAnalyticsConfiguration_Call
- type MockS3Manager_PutBucketCors_Call
- func (_c *MockS3Manager_PutBucketCors_Call) Return(putBucketCorsOutput *s3.PutBucketCorsOutput, err error) *MockS3Manager_PutBucketCors_Call
- func (_c *MockS3Manager_PutBucketCors_Call) Run(run func(ctx context.Context, params *s3.PutBucketCorsInput, ...)) *MockS3Manager_PutBucketCors_Call
- func (_c *MockS3Manager_PutBucketCors_Call) RunAndReturn(...) *MockS3Manager_PutBucketCors_Call
- type MockS3Manager_PutBucketEncryption_Call
- func (_c *MockS3Manager_PutBucketEncryption_Call) Return(putBucketEncryptionOutput *s3.PutBucketEncryptionOutput, err error) *MockS3Manager_PutBucketEncryption_Call
- func (_c *MockS3Manager_PutBucketEncryption_Call) Run(run func(ctx context.Context, params *s3.PutBucketEncryptionInput, ...)) *MockS3Manager_PutBucketEncryption_Call
- func (_c *MockS3Manager_PutBucketEncryption_Call) RunAndReturn(...) *MockS3Manager_PutBucketEncryption_Call
- type MockS3Manager_PutBucketIntelligentTieringConfiguration_Call
- func (_c *MockS3Manager_PutBucketIntelligentTieringConfiguration_Call) Return(...) *MockS3Manager_PutBucketIntelligentTieringConfiguration_Call
- func (_c *MockS3Manager_PutBucketIntelligentTieringConfiguration_Call) Run(...) *MockS3Manager_PutBucketIntelligentTieringConfiguration_Call
- func (_c *MockS3Manager_PutBucketIntelligentTieringConfiguration_Call) RunAndReturn(...) *MockS3Manager_PutBucketIntelligentTieringConfiguration_Call
- type MockS3Manager_PutBucketInventoryConfiguration_Call
- func (_c *MockS3Manager_PutBucketInventoryConfiguration_Call) Return(...) *MockS3Manager_PutBucketInventoryConfiguration_Call
- func (_c *MockS3Manager_PutBucketInventoryConfiguration_Call) Run(...) *MockS3Manager_PutBucketInventoryConfiguration_Call
- func (_c *MockS3Manager_PutBucketInventoryConfiguration_Call) RunAndReturn(...) *MockS3Manager_PutBucketInventoryConfiguration_Call
- type MockS3Manager_PutBucketLifecycleConfiguration_Call
- func (_c *MockS3Manager_PutBucketLifecycleConfiguration_Call) Return(...) *MockS3Manager_PutBucketLifecycleConfiguration_Call
- func (_c *MockS3Manager_PutBucketLifecycleConfiguration_Call) Run(...) *MockS3Manager_PutBucketLifecycleConfiguration_Call
- func (_c *MockS3Manager_PutBucketLifecycleConfiguration_Call) RunAndReturn(...) *MockS3Manager_PutBucketLifecycleConfiguration_Call
- type MockS3Manager_PutBucketLogging_Call
- func (_c *MockS3Manager_PutBucketLogging_Call) Return(putBucketLoggingOutput *s3.PutBucketLoggingOutput, err error) *MockS3Manager_PutBucketLogging_Call
- func (_c *MockS3Manager_PutBucketLogging_Call) Run(run func(ctx context.Context, params *s3.PutBucketLoggingInput, ...)) *MockS3Manager_PutBucketLogging_Call
- func (_c *MockS3Manager_PutBucketLogging_Call) RunAndReturn(...) *MockS3Manager_PutBucketLogging_Call
- type MockS3Manager_PutBucketMetricsConfiguration_Call
- func (_c *MockS3Manager_PutBucketMetricsConfiguration_Call) Return(putBucketMetricsConfigurationOutput *s3.PutBucketMetricsConfigurationOutput, ...) *MockS3Manager_PutBucketMetricsConfiguration_Call
- func (_c *MockS3Manager_PutBucketMetricsConfiguration_Call) Run(...) *MockS3Manager_PutBucketMetricsConfiguration_Call
- func (_c *MockS3Manager_PutBucketMetricsConfiguration_Call) RunAndReturn(...) *MockS3Manager_PutBucketMetricsConfiguration_Call
- type MockS3Manager_PutBucketNotificationConfiguration_Call
- func (_c *MockS3Manager_PutBucketNotificationConfiguration_Call) Return(...) *MockS3Manager_PutBucketNotificationConfiguration_Call
- func (_c *MockS3Manager_PutBucketNotificationConfiguration_Call) Run(...) *MockS3Manager_PutBucketNotificationConfiguration_Call
- func (_c *MockS3Manager_PutBucketNotificationConfiguration_Call) RunAndReturn(...) *MockS3Manager_PutBucketNotificationConfiguration_Call
- type MockS3Manager_PutBucketOwnershipControls_Call
- func (_c *MockS3Manager_PutBucketOwnershipControls_Call) Return(putBucketOwnershipControlsOutput *s3.PutBucketOwnershipControlsOutput, ...) *MockS3Manager_PutBucketOwnershipControls_Call
- func (_c *MockS3Manager_PutBucketOwnershipControls_Call) Run(run func(ctx context.Context, params *s3.PutBucketOwnershipControlsInput, ...)) *MockS3Manager_PutBucketOwnershipControls_Call
- func (_c *MockS3Manager_PutBucketOwnershipControls_Call) RunAndReturn(...) *MockS3Manager_PutBucketOwnershipControls_Call
- type MockS3Manager_PutBucketPolicy_Call
- func (_c *MockS3Manager_PutBucketPolicy_Call) Return(putBucketPolicyOutput *s3.PutBucketPolicyOutput, err error) *MockS3Manager_PutBucketPolicy_Call
- func (_c *MockS3Manager_PutBucketPolicy_Call) Run(run func(ctx context.Context, params *s3.PutBucketPolicyInput, ...)) *MockS3Manager_PutBucketPolicy_Call
- func (_c *MockS3Manager_PutBucketPolicy_Call) RunAndReturn(...) *MockS3Manager_PutBucketPolicy_Call
- type MockS3Manager_PutBucketReplication_Call
- func (_c *MockS3Manager_PutBucketReplication_Call) Return(putBucketReplicationOutput *s3.PutBucketReplicationOutput, err error) *MockS3Manager_PutBucketReplication_Call
- func (_c *MockS3Manager_PutBucketReplication_Call) Run(run func(ctx context.Context, params *s3.PutBucketReplicationInput, ...)) *MockS3Manager_PutBucketReplication_Call
- func (_c *MockS3Manager_PutBucketReplication_Call) RunAndReturn(...) *MockS3Manager_PutBucketReplication_Call
- type MockS3Manager_PutBucketRequestPayment_Call
- func (_c *MockS3Manager_PutBucketRequestPayment_Call) Return(putBucketRequestPaymentOutput *s3.PutBucketRequestPaymentOutput, err error) *MockS3Manager_PutBucketRequestPayment_Call
- func (_c *MockS3Manager_PutBucketRequestPayment_Call) Run(run func(ctx context.Context, params *s3.PutBucketRequestPaymentInput, ...)) *MockS3Manager_PutBucketRequestPayment_Call
- func (_c *MockS3Manager_PutBucketRequestPayment_Call) RunAndReturn(...) *MockS3Manager_PutBucketRequestPayment_Call
- type MockS3Manager_PutBucketTagging_Call
- func (_c *MockS3Manager_PutBucketTagging_Call) Return(putBucketTaggingOutput *s3.PutBucketTaggingOutput, err error) *MockS3Manager_PutBucketTagging_Call
- func (_c *MockS3Manager_PutBucketTagging_Call) Run(run func(ctx context.Context, params *s3.PutBucketTaggingInput, ...)) *MockS3Manager_PutBucketTagging_Call
- func (_c *MockS3Manager_PutBucketTagging_Call) RunAndReturn(...) *MockS3Manager_PutBucketTagging_Call
- type MockS3Manager_PutBucketVersioning_Call
- func (_c *MockS3Manager_PutBucketVersioning_Call) Return(putBucketVersioningOutput *s3.PutBucketVersioningOutput, err error) *MockS3Manager_PutBucketVersioning_Call
- func (_c *MockS3Manager_PutBucketVersioning_Call) Run(run func(ctx context.Context, params *s3.PutBucketVersioningInput, ...)) *MockS3Manager_PutBucketVersioning_Call
- func (_c *MockS3Manager_PutBucketVersioning_Call) RunAndReturn(...) *MockS3Manager_PutBucketVersioning_Call
- type MockS3Manager_PutBucketWebsite_Call
- func (_c *MockS3Manager_PutBucketWebsite_Call) Return(putBucketWebsiteOutput *s3.PutBucketWebsiteOutput, err error) *MockS3Manager_PutBucketWebsite_Call
- func (_c *MockS3Manager_PutBucketWebsite_Call) Run(run func(ctx context.Context, params *s3.PutBucketWebsiteInput, ...)) *MockS3Manager_PutBucketWebsite_Call
- func (_c *MockS3Manager_PutBucketWebsite_Call) RunAndReturn(...) *MockS3Manager_PutBucketWebsite_Call
- type MockS3Manager_PutObjectAcl_Call
- func (_c *MockS3Manager_PutObjectAcl_Call) Return(putObjectAclOutput *s3.PutObjectAclOutput, err error) *MockS3Manager_PutObjectAcl_Call
- func (_c *MockS3Manager_PutObjectAcl_Call) Run(...) *MockS3Manager_PutObjectAcl_Call
- func (_c *MockS3Manager_PutObjectAcl_Call) RunAndReturn(...) *MockS3Manager_PutObjectAcl_Call
- type MockS3Manager_PutObjectLegalHold_Call
- func (_c *MockS3Manager_PutObjectLegalHold_Call) Return(putObjectLegalHoldOutput *s3.PutObjectLegalHoldOutput, err error) *MockS3Manager_PutObjectLegalHold_Call
- func (_c *MockS3Manager_PutObjectLegalHold_Call) Run(run func(ctx context.Context, params *s3.PutObjectLegalHoldInput, ...)) *MockS3Manager_PutObjectLegalHold_Call
- func (_c *MockS3Manager_PutObjectLegalHold_Call) RunAndReturn(...) *MockS3Manager_PutObjectLegalHold_Call
- type MockS3Manager_PutObjectLockConfiguration_Call
- func (_c *MockS3Manager_PutObjectLockConfiguration_Call) Return(putObjectLockConfigurationOutput *s3.PutObjectLockConfigurationOutput, ...) *MockS3Manager_PutObjectLockConfiguration_Call
- func (_c *MockS3Manager_PutObjectLockConfiguration_Call) Run(run func(ctx context.Context, params *s3.PutObjectLockConfigurationInput, ...)) *MockS3Manager_PutObjectLockConfiguration_Call
- func (_c *MockS3Manager_PutObjectLockConfiguration_Call) RunAndReturn(...) *MockS3Manager_PutObjectLockConfiguration_Call
- type MockS3Manager_PutObjectRetention_Call
- func (_c *MockS3Manager_PutObjectRetention_Call) Return(putObjectRetentionOutput *s3.PutObjectRetentionOutput, err error) *MockS3Manager_PutObjectRetention_Call
- func (_c *MockS3Manager_PutObjectRetention_Call) Run(run func(ctx context.Context, params *s3.PutObjectRetentionInput, ...)) *MockS3Manager_PutObjectRetention_Call
- func (_c *MockS3Manager_PutObjectRetention_Call) RunAndReturn(...) *MockS3Manager_PutObjectRetention_Call
- type MockS3Manager_PutObjectTagging_Call
- func (_c *MockS3Manager_PutObjectTagging_Call) Return(putObjectTaggingOutput *s3.PutObjectTaggingOutput, err error) *MockS3Manager_PutObjectTagging_Call
- func (_c *MockS3Manager_PutObjectTagging_Call) Run(run func(ctx context.Context, params *s3.PutObjectTaggingInput, ...)) *MockS3Manager_PutObjectTagging_Call
- func (_c *MockS3Manager_PutObjectTagging_Call) RunAndReturn(...) *MockS3Manager_PutObjectTagging_Call
- type MockS3Manager_PutObject_Call
- type MockS3Manager_PutPublicAccessBlock_Call
- func (_c *MockS3Manager_PutPublicAccessBlock_Call) Return(putPublicAccessBlockOutput *s3.PutPublicAccessBlockOutput, err error) *MockS3Manager_PutPublicAccessBlock_Call
- func (_c *MockS3Manager_PutPublicAccessBlock_Call) Run(run func(ctx context.Context, params *s3.PutPublicAccessBlockInput, ...)) *MockS3Manager_PutPublicAccessBlock_Call
- func (_c *MockS3Manager_PutPublicAccessBlock_Call) RunAndReturn(...) *MockS3Manager_PutPublicAccessBlock_Call
- type MockS3Manager_RestoreObject_Call
- func (_c *MockS3Manager_RestoreObject_Call) Return(restoreObjectOutput *s3.RestoreObjectOutput, err error) *MockS3Manager_RestoreObject_Call
- func (_c *MockS3Manager_RestoreObject_Call) Run(run func(ctx context.Context, params *s3.RestoreObjectInput, ...)) *MockS3Manager_RestoreObject_Call
- func (_c *MockS3Manager_RestoreObject_Call) RunAndReturn(...) *MockS3Manager_RestoreObject_Call
- type MockS3Manager_SelectObjectContent_Call
- func (_c *MockS3Manager_SelectObjectContent_Call) Return(selectObjectContentOutput *s3.SelectObjectContentOutput, err error) *MockS3Manager_SelectObjectContent_Call
- func (_c *MockS3Manager_SelectObjectContent_Call) Run(run func(ctx context.Context, params *s3.SelectObjectContentInput, ...)) *MockS3Manager_SelectObjectContent_Call
- func (_c *MockS3Manager_SelectObjectContent_Call) RunAndReturn(...) *MockS3Manager_SelectObjectContent_Call
- type MockS3Manager_UploadPartCopy_Call
- func (_c *MockS3Manager_UploadPartCopy_Call) Return(uploadPartCopyOutput *s3.UploadPartCopyOutput, err error) *MockS3Manager_UploadPartCopy_Call
- func (_c *MockS3Manager_UploadPartCopy_Call) Run(run func(ctx context.Context, params *s3.UploadPartCopyInput, ...)) *MockS3Manager_UploadPartCopy_Call
- func (_c *MockS3Manager_UploadPartCopy_Call) RunAndReturn(...) *MockS3Manager_UploadPartCopy_Call
- type MockS3Manager_UploadPart_Call
- type MockS3Manager_WriteGetObjectResponse_Call
- func (_c *MockS3Manager_WriteGetObjectResponse_Call) Return(writeGetObjectResponseOutput *s3.WriteGetObjectResponseOutput, err error) *MockS3Manager_WriteGetObjectResponse_Call
- func (_c *MockS3Manager_WriteGetObjectResponse_Call) Run(run func(ctx context.Context, params *s3.WriteGetObjectResponseInput, ...)) *MockS3Manager_WriteGetObjectResponse_Call
- func (_c *MockS3Manager_WriteGetObjectResponse_Call) RunAndReturn(...) *MockS3Manager_WriteGetObjectResponse_Call
- type MockSelector
- type MockSelector_Expecter
- type MockSelector_SelectObjectContent_Call
- func (_c *MockSelector_SelectObjectContent_Call) Return(selectObjectContentOutput *s3.SelectObjectContentOutput, err error) *MockSelector_SelectObjectContent_Call
- func (_c *MockSelector_SelectObjectContent_Call) Run(run func(ctx context.Context, params *s3.SelectObjectContentInput, ...)) *MockSelector_SelectObjectContent_Call
- func (_c *MockSelector_SelectObjectContent_Call) RunAndReturn(...) *MockSelector_SelectObjectContent_Call
- type MockTagger
- func (_mock *MockTagger) DeleteBucketTagging(ctx context.Context, params *s3.DeleteBucketTaggingInput, ...) (*s3.DeleteBucketTaggingOutput, error)
- func (_mock *MockTagger) DeleteObjectTagging(ctx context.Context, params *s3.DeleteObjectTaggingInput, ...) (*s3.DeleteObjectTaggingOutput, error)
- func (_m *MockTagger) EXPECT() *MockTagger_Expecter
- func (_mock *MockTagger) GetBucketTagging(ctx context.Context, params *s3.GetBucketTaggingInput, ...) (*s3.GetBucketTaggingOutput, error)
- func (_mock *MockTagger) GetObjectTagging(ctx context.Context, params *s3.GetObjectTaggingInput, ...) (*s3.GetObjectTaggingOutput, error)
- func (_mock *MockTagger) PutBucketTagging(ctx context.Context, params *s3.PutBucketTaggingInput, ...) (*s3.PutBucketTaggingOutput, error)
- func (_mock *MockTagger) PutObjectTagging(ctx context.Context, params *s3.PutObjectTaggingInput, ...) (*s3.PutObjectTaggingOutput, error)
- type MockTagger_DeleteBucketTagging_Call
- func (_c *MockTagger_DeleteBucketTagging_Call) Return(deleteBucketTaggingOutput *s3.DeleteBucketTaggingOutput, err error) *MockTagger_DeleteBucketTagging_Call
- func (_c *MockTagger_DeleteBucketTagging_Call) Run(run func(ctx context.Context, params *s3.DeleteBucketTaggingInput, ...)) *MockTagger_DeleteBucketTagging_Call
- func (_c *MockTagger_DeleteBucketTagging_Call) RunAndReturn(...) *MockTagger_DeleteBucketTagging_Call
- type MockTagger_DeleteObjectTagging_Call
- func (_c *MockTagger_DeleteObjectTagging_Call) Return(deleteObjectTaggingOutput *s3.DeleteObjectTaggingOutput, err error) *MockTagger_DeleteObjectTagging_Call
- func (_c *MockTagger_DeleteObjectTagging_Call) Run(run func(ctx context.Context, params *s3.DeleteObjectTaggingInput, ...)) *MockTagger_DeleteObjectTagging_Call
- func (_c *MockTagger_DeleteObjectTagging_Call) RunAndReturn(...) *MockTagger_DeleteObjectTagging_Call
- type MockTagger_Expecter
- func (_e *MockTagger_Expecter) DeleteBucketTagging(ctx interface{}, params interface{}, optFns ...interface{}) *MockTagger_DeleteBucketTagging_Call
- func (_e *MockTagger_Expecter) DeleteObjectTagging(ctx interface{}, params interface{}, optFns ...interface{}) *MockTagger_DeleteObjectTagging_Call
- func (_e *MockTagger_Expecter) GetBucketTagging(ctx interface{}, params interface{}, optFns ...interface{}) *MockTagger_GetBucketTagging_Call
- func (_e *MockTagger_Expecter) GetObjectTagging(ctx interface{}, params interface{}, optFns ...interface{}) *MockTagger_GetObjectTagging_Call
- func (_e *MockTagger_Expecter) PutBucketTagging(ctx interface{}, params interface{}, optFns ...interface{}) *MockTagger_PutBucketTagging_Call
- func (_e *MockTagger_Expecter) PutObjectTagging(ctx interface{}, params interface{}, optFns ...interface{}) *MockTagger_PutObjectTagging_Call
- type MockTagger_GetBucketTagging_Call
- func (_c *MockTagger_GetBucketTagging_Call) Return(getBucketTaggingOutput *s3.GetBucketTaggingOutput, err error) *MockTagger_GetBucketTagging_Call
- func (_c *MockTagger_GetBucketTagging_Call) Run(run func(ctx context.Context, params *s3.GetBucketTaggingInput, ...)) *MockTagger_GetBucketTagging_Call
- func (_c *MockTagger_GetBucketTagging_Call) RunAndReturn(...) *MockTagger_GetBucketTagging_Call
- type MockTagger_GetObjectTagging_Call
- func (_c *MockTagger_GetObjectTagging_Call) Return(getObjectTaggingOutput *s3.GetObjectTaggingOutput, err error) *MockTagger_GetObjectTagging_Call
- func (_c *MockTagger_GetObjectTagging_Call) Run(run func(ctx context.Context, params *s3.GetObjectTaggingInput, ...)) *MockTagger_GetObjectTagging_Call
- func (_c *MockTagger_GetObjectTagging_Call) RunAndReturn(...) *MockTagger_GetObjectTagging_Call
- type MockTagger_PutBucketTagging_Call
- func (_c *MockTagger_PutBucketTagging_Call) Return(putBucketTaggingOutput *s3.PutBucketTaggingOutput, err error) *MockTagger_PutBucketTagging_Call
- func (_c *MockTagger_PutBucketTagging_Call) Run(run func(ctx context.Context, params *s3.PutBucketTaggingInput, ...)) *MockTagger_PutBucketTagging_Call
- func (_c *MockTagger_PutBucketTagging_Call) RunAndReturn(...) *MockTagger_PutBucketTagging_Call
- type MockTagger_PutObjectTagging_Call
- func (_c *MockTagger_PutObjectTagging_Call) Return(putObjectTaggingOutput *s3.PutObjectTaggingOutput, err error) *MockTagger_PutObjectTagging_Call
- func (_c *MockTagger_PutObjectTagging_Call) Run(run func(ctx context.Context, params *s3.PutObjectTaggingInput, ...)) *MockTagger_PutObjectTagging_Call
- func (_c *MockTagger_PutObjectTagging_Call) RunAndReturn(...) *MockTagger_PutObjectTagging_Call
- type MockTorrentGetter
- type MockTorrentGetter_Expecter
- type MockTorrentGetter_GetObjectTorrent_Call
- func (_c *MockTorrentGetter_GetObjectTorrent_Call) Return(getObjectTorrentOutput *s3.GetObjectTorrentOutput, err error) *MockTorrentGetter_GetObjectTorrent_Call
- func (_c *MockTorrentGetter_GetObjectTorrent_Call) Run(run func(ctx context.Context, params *s3.GetObjectTorrentInput, ...)) *MockTorrentGetter_GetObjectTorrent_Call
- func (_c *MockTorrentGetter_GetObjectTorrent_Call) RunAndReturn(...) *MockTorrentGetter_GetObjectTorrent_Call
- type MockUploader
- type MockUploader_Expecter
- type MockUploader_PutObject_Call
- type MockVersioner
- func (_m *MockVersioner) EXPECT() *MockVersioner_Expecter
- func (_mock *MockVersioner) GetBucketVersioning(ctx context.Context, params *s3.GetBucketVersioningInput, ...) (*s3.GetBucketVersioningOutput, error)
- func (_mock *MockVersioner) ListObjectVersions(ctx context.Context, params *s3.ListObjectVersionsInput, ...) (*s3.ListObjectVersionsOutput, error)
- func (_mock *MockVersioner) PutBucketVersioning(ctx context.Context, params *s3.PutBucketVersioningInput, ...) (*s3.PutBucketVersioningOutput, error)
- type MockVersioner_Expecter
- func (_e *MockVersioner_Expecter) GetBucketVersioning(ctx interface{}, params interface{}, optFns ...interface{}) *MockVersioner_GetBucketVersioning_Call
- func (_e *MockVersioner_Expecter) ListObjectVersions(ctx interface{}, params interface{}, optFns ...interface{}) *MockVersioner_ListObjectVersions_Call
- func (_e *MockVersioner_Expecter) PutBucketVersioning(ctx interface{}, params interface{}, optFns ...interface{}) *MockVersioner_PutBucketVersioning_Call
- type MockVersioner_GetBucketVersioning_Call
- func (_c *MockVersioner_GetBucketVersioning_Call) Return(getBucketVersioningOutput *s3.GetBucketVersioningOutput, err error) *MockVersioner_GetBucketVersioning_Call
- func (_c *MockVersioner_GetBucketVersioning_Call) Run(run func(ctx context.Context, params *s3.GetBucketVersioningInput, ...)) *MockVersioner_GetBucketVersioning_Call
- func (_c *MockVersioner_GetBucketVersioning_Call) RunAndReturn(...) *MockVersioner_GetBucketVersioning_Call
- type MockVersioner_ListObjectVersions_Call
- func (_c *MockVersioner_ListObjectVersions_Call) Return(listObjectVersionsOutput *s3.ListObjectVersionsOutput, err error) *MockVersioner_ListObjectVersions_Call
- func (_c *MockVersioner_ListObjectVersions_Call) Run(run func(ctx context.Context, params *s3.ListObjectVersionsInput, ...)) *MockVersioner_ListObjectVersions_Call
- func (_c *MockVersioner_ListObjectVersions_Call) RunAndReturn(...) *MockVersioner_ListObjectVersions_Call
- type MockVersioner_PutBucketVersioning_Call
- func (_c *MockVersioner_PutBucketVersioning_Call) Return(putBucketVersioningOutput *s3.PutBucketVersioningOutput, err error) *MockVersioner_PutBucketVersioning_Call
- func (_c *MockVersioner_PutBucketVersioning_Call) Run(run func(ctx context.Context, params *s3.PutBucketVersioningInput, ...)) *MockVersioner_PutBucketVersioning_Call
- func (_c *MockVersioner_PutBucketVersioning_Call) RunAndReturn(...) *MockVersioner_PutBucketVersioning_Call
- type MockWebsiteManager
- func (_mock *MockWebsiteManager) DeleteBucketWebsite(ctx context.Context, params *s3.DeleteBucketWebsiteInput, ...) (*s3.DeleteBucketWebsiteOutput, error)
- func (_m *MockWebsiteManager) EXPECT() *MockWebsiteManager_Expecter
- func (_mock *MockWebsiteManager) GetBucketWebsite(ctx context.Context, params *s3.GetBucketWebsiteInput, ...) (*s3.GetBucketWebsiteOutput, error)
- func (_mock *MockWebsiteManager) PutBucketWebsite(ctx context.Context, params *s3.PutBucketWebsiteInput, ...) (*s3.PutBucketWebsiteOutput, error)
- type MockWebsiteManager_DeleteBucketWebsite_Call
- func (_c *MockWebsiteManager_DeleteBucketWebsite_Call) Return(deleteBucketWebsiteOutput *s3.DeleteBucketWebsiteOutput, err error) *MockWebsiteManager_DeleteBucketWebsite_Call
- func (_c *MockWebsiteManager_DeleteBucketWebsite_Call) Run(run func(ctx context.Context, params *s3.DeleteBucketWebsiteInput, ...)) *MockWebsiteManager_DeleteBucketWebsite_Call
- func (_c *MockWebsiteManager_DeleteBucketWebsite_Call) RunAndReturn(...) *MockWebsiteManager_DeleteBucketWebsite_Call
- type MockWebsiteManager_Expecter
- func (_e *MockWebsiteManager_Expecter) DeleteBucketWebsite(ctx interface{}, params interface{}, optFns ...interface{}) *MockWebsiteManager_DeleteBucketWebsite_Call
- func (_e *MockWebsiteManager_Expecter) GetBucketWebsite(ctx interface{}, params interface{}, optFns ...interface{}) *MockWebsiteManager_GetBucketWebsite_Call
- func (_e *MockWebsiteManager_Expecter) PutBucketWebsite(ctx interface{}, params interface{}, optFns ...interface{}) *MockWebsiteManager_PutBucketWebsite_Call
- type MockWebsiteManager_GetBucketWebsite_Call
- func (_c *MockWebsiteManager_GetBucketWebsite_Call) Return(getBucketWebsiteOutput *s3.GetBucketWebsiteOutput, err error) *MockWebsiteManager_GetBucketWebsite_Call
- func (_c *MockWebsiteManager_GetBucketWebsite_Call) Run(run func(ctx context.Context, params *s3.GetBucketWebsiteInput, ...)) *MockWebsiteManager_GetBucketWebsite_Call
- func (_c *MockWebsiteManager_GetBucketWebsite_Call) RunAndReturn(...) *MockWebsiteManager_GetBucketWebsite_Call
- type MockWebsiteManager_PutBucketWebsite_Call
- func (_c *MockWebsiteManager_PutBucketWebsite_Call) Return(putBucketWebsiteOutput *s3.PutBucketWebsiteOutput, err error) *MockWebsiteManager_PutBucketWebsite_Call
- func (_c *MockWebsiteManager_PutBucketWebsite_Call) Run(run func(ctx context.Context, params *s3.PutBucketWebsiteInput, ...)) *MockWebsiteManager_PutBucketWebsite_Call
- func (_c *MockWebsiteManager_PutBucketWebsite_Call) RunAndReturn(...) *MockWebsiteManager_PutBucketWebsite_Call
- type MultipartLister
- type MultipartUploader
- type NotificationManager
- type ObjectAttributesGetter
- type ObjectLambdaWriter
- type ObjectLockManager
- type ObjectManager
- type Option
- type OwnershipManager
- type PolicyManager
- type Presigner
- type PublicAccessBlocker
- type PutInputOption
- type ReplicationManager
- type RequestPaymentManager
- type Restorer
- type RetentionManager
- type S3Manager
- type Selector
- type Tagger
- type TorrentGetter
- type Uploader
- type Versioner
- type WebsiteManager
Constants ¶
This section is empty.
Variables ¶
var AppendersGroupName = "us.s3.middlewares.appenders"
Functions ¶
func LoadAWSConfigWithOptions ¶ added in v1.3.0
func NewAWSConfigWithOptions ¶ added in v1.3.0
func UploadFileHeader ¶
func UploadFileHeader(ctx context.Context, uploader Uploader, bucket, key string, fileHeader *multipart.FileHeader, opts ...PutInputOption) (*s3.PutObjectOutput, error)
UploadFileHeader uploads a multipart file using PutObject.
Types ¶
type Accelerator ¶
type Accelerator interface {
GetBucketAccelerateConfiguration(ctx context.Context, params *s3.GetBucketAccelerateConfigurationInput, optFns ...func(*s3.Options)) (*s3.GetBucketAccelerateConfigurationOutput, error)
PutBucketAccelerateConfiguration(ctx context.Context, params *s3.PutBucketAccelerateConfigurationInput, optFns ...func(*s3.Options)) (*s3.PutBucketAccelerateConfigurationOutput, error)
}
type AccessController ¶
type AccessController interface {
GetBucketAcl(ctx context.Context, params *s3.GetBucketAclInput, optFns ...func(*s3.Options)) (*s3.GetBucketAclOutput, error)
PutBucketAcl(ctx context.Context, params *s3.PutBucketAclInput, optFns ...func(*s3.Options)) (*s3.PutBucketAclOutput, error)
GetObjectAcl(ctx context.Context, params *s3.GetObjectAclInput, optFns ...func(*s3.Options)) (*s3.GetObjectAclOutput, error)
PutObjectAcl(ctx context.Context, params *s3.PutObjectAclInput, optFns ...func(*s3.Options)) (*s3.PutObjectAclOutput, error)
}
type AnalyticsManager ¶
type AnalyticsManager interface {
GetBucketAnalyticsConfiguration(ctx context.Context, params *s3.GetBucketAnalyticsConfigurationInput, optFns ...func(*s3.Options)) (*s3.GetBucketAnalyticsConfigurationOutput, error)
PutBucketAnalyticsConfiguration(ctx context.Context, params *s3.PutBucketAnalyticsConfigurationInput, optFns ...func(*s3.Options)) (*s3.PutBucketAnalyticsConfigurationOutput, error)
DeleteBucketAnalyticsConfiguration(ctx context.Context, params *s3.DeleteBucketAnalyticsConfigurationInput, optFns ...func(*s3.Options)) (*s3.DeleteBucketAnalyticsConfigurationOutput, error)
}
type Appender ¶ added in v1.3.0
type Appender interface {
Append(apiOptions *[]func(*middleware.Stack) error)
}
type BatchDeleter ¶
type BatchDeleter interface {
DeleteObjects(ctx context.Context, params *s3.DeleteObjectsInput, optFns ...func(*s3.Options)) (*s3.DeleteObjectsOutput, error)
}
type BucketLister ¶
type BucketLister interface {
ListBuckets(ctx context.Context, params *s3.ListBucketsInput, optFns ...func(*s3.Options)) (*s3.ListBucketsOutput, error)
}
type BucketManager ¶
type BucketManager interface {
CreateBucket(ctx context.Context, params *s3.CreateBucketInput, optFns ...func(*s3.Options)) (*s3.CreateBucketOutput, error)
DeleteBucket(ctx context.Context, params *s3.DeleteBucketInput, optFns ...func(*s3.Options)) (*s3.DeleteBucketOutput, error)
HeadBucket(ctx context.Context, params *s3.HeadBucketInput, optFns ...func(*s3.Options)) (*s3.HeadBucketOutput, error)
}
type CORSManager ¶
type CORSManager interface {
GetBucketCors(ctx context.Context, params *s3.GetBucketCorsInput, optFns ...func(*s3.Options)) (*s3.GetBucketCorsOutput, error)
PutBucketCors(ctx context.Context, params *s3.PutBucketCorsInput, optFns ...func(*s3.Options)) (*s3.PutBucketCorsOutput, error)
DeleteBucketCors(ctx context.Context, params *s3.DeleteBucketCorsInput, optFns ...func(*s3.Options)) (*s3.DeleteBucketCorsOutput, error)
}
type Config ¶
type Config struct {
Region string `mapstructure:"region"`
Endpoint string `mapstructure:"endpoint"`
AccessKeyID string `mapstructure:"access_key_id"`
SecretAccessKey string `mapstructure:"secret_access_key"`
UsePathStyle bool `mapstructure:"use_path_style"`
Bucket string `mapstructure:"bucket"`
OtelEnabled bool `mapstructure:"otel_enabled"`
}
type Copier ¶
type Copier interface {
CopyObject(ctx context.Context, params *s3.CopyObjectInput, optFns ...func(*s3.Options)) (*s3.CopyObjectOutput, error)
}
type Deleter ¶
type Deleter interface {
DeleteObject(ctx context.Context, params *s3.DeleteObjectInput, optFns ...func(*s3.Options)) (*s3.DeleteObjectOutput, error)
}
type Downloader ¶
type Downloader interface {
GetObject(ctx context.Context, params *s3.GetObjectInput, optFns ...func(*s3.Options)) (*s3.GetObjectOutput, error)
}
type Encryptor ¶
type Encryptor interface {
GetBucketEncryption(ctx context.Context, params *s3.GetBucketEncryptionInput, optFns ...func(*s3.Options)) (*s3.GetBucketEncryptionOutput, error)
PutBucketEncryption(ctx context.Context, params *s3.PutBucketEncryptionInput, optFns ...func(*s3.Options)) (*s3.PutBucketEncryptionOutput, error)
DeleteBucketEncryption(ctx context.Context, params *s3.DeleteBucketEncryptionInput, optFns ...func(*s3.Options)) (*s3.DeleteBucketEncryptionOutput, error)
}
type IntelligentTieringManager ¶
type IntelligentTieringManager interface {
GetBucketIntelligentTieringConfiguration(ctx context.Context, params *s3.GetBucketIntelligentTieringConfigurationInput, optFns ...func(*s3.Options)) (*s3.GetBucketIntelligentTieringConfigurationOutput, error)
PutBucketIntelligentTieringConfiguration(ctx context.Context, params *s3.PutBucketIntelligentTieringConfigurationInput, optFns ...func(*s3.Options)) (*s3.PutBucketIntelligentTieringConfigurationOutput, error)
DeleteBucketIntelligentTieringConfiguration(ctx context.Context, params *s3.DeleteBucketIntelligentTieringConfigurationInput, optFns ...func(*s3.Options)) (*s3.DeleteBucketIntelligentTieringConfigurationOutput, error)
}
type InventoryManager ¶
type InventoryManager interface {
GetBucketInventoryConfiguration(ctx context.Context, params *s3.GetBucketInventoryConfigurationInput, optFns ...func(*s3.Options)) (*s3.GetBucketInventoryConfigurationOutput, error)
PutBucketInventoryConfiguration(ctx context.Context, params *s3.PutBucketInventoryConfigurationInput, optFns ...func(*s3.Options)) (*s3.PutBucketInventoryConfigurationOutput, error)
DeleteBucketInventoryConfiguration(ctx context.Context, params *s3.DeleteBucketInventoryConfigurationInput, optFns ...func(*s3.Options)) (*s3.DeleteBucketInventoryConfigurationOutput, error)
}
type LegalHoldManager ¶
type LegalHoldManager interface {
GetObjectLegalHold(ctx context.Context, params *s3.GetObjectLegalHoldInput, optFns ...func(*s3.Options)) (*s3.GetObjectLegalHoldOutput, error)
PutObjectLegalHold(ctx context.Context, params *s3.PutObjectLegalHoldInput, optFns ...func(*s3.Options)) (*s3.PutObjectLegalHoldOutput, error)
}
type LifecycleManager ¶
type LifecycleManager interface {
GetBucketLifecycleConfiguration(ctx context.Context, params *s3.GetBucketLifecycleConfigurationInput, optFns ...func(*s3.Options)) (*s3.GetBucketLifecycleConfigurationOutput, error)
PutBucketLifecycleConfiguration(ctx context.Context, params *s3.PutBucketLifecycleConfigurationInput, optFns ...func(*s3.Options)) (*s3.PutBucketLifecycleConfigurationOutput, error)
DeleteBucketLifecycle(ctx context.Context, params *s3.DeleteBucketLifecycleInput, optFns ...func(*s3.Options)) (*s3.DeleteBucketLifecycleOutput, error)
}
type Lister ¶
type Lister interface {
ListObjectsV2(ctx context.Context, params *s3.ListObjectsV2Input, optFns ...func(*s3.Options)) (*s3.ListObjectsV2Output, error)
}
type ListingManager ¶
type ListingManager interface {
Lister
BucketLister
}
type LoadOption ¶ added in v1.3.0
type LoadOption func(*loadOptions)
func WithOtel ¶ added in v1.3.0
func WithOtel() LoadOption
type Locator ¶
type Locator interface {
GetBucketLocation(ctx context.Context, params *s3.GetBucketLocationInput, optFns ...func(*s3.Options)) (*s3.GetBucketLocationOutput, error)
}
type LoggingManager ¶
type LoggingManager interface {
GetBucketLogging(ctx context.Context, params *s3.GetBucketLoggingInput, optFns ...func(*s3.Options)) (*s3.GetBucketLoggingOutput, error)
PutBucketLogging(ctx context.Context, params *s3.PutBucketLoggingInput, optFns ...func(*s3.Options)) (*s3.PutBucketLoggingOutput, error)
}
type MetadataGetter ¶
type MetadataGetter interface {
HeadObject(ctx context.Context, params *s3.HeadObjectInput, optFns ...func(*s3.Options)) (*s3.HeadObjectOutput, error)
}
type MetricsManager ¶
type MetricsManager interface {
GetBucketMetricsConfiguration(ctx context.Context, params *s3.GetBucketMetricsConfigurationInput, optFns ...func(*s3.Options)) (*s3.GetBucketMetricsConfigurationOutput, error)
PutBucketMetricsConfiguration(ctx context.Context, params *s3.PutBucketMetricsConfigurationInput, optFns ...func(*s3.Options)) (*s3.PutBucketMetricsConfigurationOutput, error)
DeleteBucketMetricsConfiguration(ctx context.Context, params *s3.DeleteBucketMetricsConfigurationInput, optFns ...func(*s3.Options)) (*s3.DeleteBucketMetricsConfigurationOutput, error)
}
type MockAccelerator ¶
MockAccelerator is an autogenerated mock type for the Accelerator type
func NewMockAccelerator ¶
func NewMockAccelerator(t interface {
mock.TestingT
Cleanup(func())
}) *MockAccelerator
NewMockAccelerator creates a new instance of MockAccelerator. 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 (*MockAccelerator) EXPECT ¶
func (_m *MockAccelerator) EXPECT() *MockAccelerator_Expecter
func (*MockAccelerator) GetBucketAccelerateConfiguration ¶
func (_mock *MockAccelerator) GetBucketAccelerateConfiguration(ctx context.Context, params *s3.GetBucketAccelerateConfigurationInput, optFns ...func(*s3.Options)) (*s3.GetBucketAccelerateConfigurationOutput, error)
GetBucketAccelerateConfiguration provides a mock function for the type MockAccelerator
func (*MockAccelerator) PutBucketAccelerateConfiguration ¶
func (_mock *MockAccelerator) PutBucketAccelerateConfiguration(ctx context.Context, params *s3.PutBucketAccelerateConfigurationInput, optFns ...func(*s3.Options)) (*s3.PutBucketAccelerateConfigurationOutput, error)
PutBucketAccelerateConfiguration provides a mock function for the type MockAccelerator
type MockAccelerator_Expecter ¶
type MockAccelerator_Expecter struct {
// contains filtered or unexported fields
}
func (*MockAccelerator_Expecter) GetBucketAccelerateConfiguration ¶
func (_e *MockAccelerator_Expecter) GetBucketAccelerateConfiguration(ctx interface{}, params interface{}, optFns ...interface{}) *MockAccelerator_GetBucketAccelerateConfiguration_Call
GetBucketAccelerateConfiguration is a helper method to define mock.On call
- ctx context.Context
- params *s3.GetBucketAccelerateConfigurationInput
- optFns ...func(*s3.Options)
func (*MockAccelerator_Expecter) PutBucketAccelerateConfiguration ¶
func (_e *MockAccelerator_Expecter) PutBucketAccelerateConfiguration(ctx interface{}, params interface{}, optFns ...interface{}) *MockAccelerator_PutBucketAccelerateConfiguration_Call
PutBucketAccelerateConfiguration is a helper method to define mock.On call
- ctx context.Context
- params *s3.PutBucketAccelerateConfigurationInput
- optFns ...func(*s3.Options)
type MockAccelerator_GetBucketAccelerateConfiguration_Call ¶
MockAccelerator_GetBucketAccelerateConfiguration_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetBucketAccelerateConfiguration'
func (*MockAccelerator_GetBucketAccelerateConfiguration_Call) Return ¶
func (_c *MockAccelerator_GetBucketAccelerateConfiguration_Call) Return(getBucketAccelerateConfigurationOutput *s3.GetBucketAccelerateConfigurationOutput, err error) *MockAccelerator_GetBucketAccelerateConfiguration_Call
func (*MockAccelerator_GetBucketAccelerateConfiguration_Call) Run ¶
func (_c *MockAccelerator_GetBucketAccelerateConfiguration_Call) Run(run func(ctx context.Context, params *s3.GetBucketAccelerateConfigurationInput, optFns ...func(*s3.Options))) *MockAccelerator_GetBucketAccelerateConfiguration_Call
func (*MockAccelerator_GetBucketAccelerateConfiguration_Call) RunAndReturn ¶
func (_c *MockAccelerator_GetBucketAccelerateConfiguration_Call) RunAndReturn(run func(ctx context.Context, params *s3.GetBucketAccelerateConfigurationInput, optFns ...func(*s3.Options)) (*s3.GetBucketAccelerateConfigurationOutput, error)) *MockAccelerator_GetBucketAccelerateConfiguration_Call
type MockAccelerator_PutBucketAccelerateConfiguration_Call ¶
MockAccelerator_PutBucketAccelerateConfiguration_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PutBucketAccelerateConfiguration'
func (*MockAccelerator_PutBucketAccelerateConfiguration_Call) Return ¶
func (_c *MockAccelerator_PutBucketAccelerateConfiguration_Call) Return(putBucketAccelerateConfigurationOutput *s3.PutBucketAccelerateConfigurationOutput, err error) *MockAccelerator_PutBucketAccelerateConfiguration_Call
func (*MockAccelerator_PutBucketAccelerateConfiguration_Call) Run ¶
func (_c *MockAccelerator_PutBucketAccelerateConfiguration_Call) Run(run func(ctx context.Context, params *s3.PutBucketAccelerateConfigurationInput, optFns ...func(*s3.Options))) *MockAccelerator_PutBucketAccelerateConfiguration_Call
func (*MockAccelerator_PutBucketAccelerateConfiguration_Call) RunAndReturn ¶
func (_c *MockAccelerator_PutBucketAccelerateConfiguration_Call) RunAndReturn(run func(ctx context.Context, params *s3.PutBucketAccelerateConfigurationInput, optFns ...func(*s3.Options)) (*s3.PutBucketAccelerateConfigurationOutput, error)) *MockAccelerator_PutBucketAccelerateConfiguration_Call
type MockAccessController ¶
MockAccessController is an autogenerated mock type for the AccessController type
func NewMockAccessController ¶
func NewMockAccessController(t interface {
mock.TestingT
Cleanup(func())
}) *MockAccessController
NewMockAccessController creates a new instance of MockAccessController. 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 (*MockAccessController) EXPECT ¶
func (_m *MockAccessController) EXPECT() *MockAccessController_Expecter
func (*MockAccessController) GetBucketAcl ¶
func (_mock *MockAccessController) GetBucketAcl(ctx context.Context, params *s3.GetBucketAclInput, optFns ...func(*s3.Options)) (*s3.GetBucketAclOutput, error)
GetBucketAcl provides a mock function for the type MockAccessController
func (*MockAccessController) GetObjectAcl ¶
func (_mock *MockAccessController) GetObjectAcl(ctx context.Context, params *s3.GetObjectAclInput, optFns ...func(*s3.Options)) (*s3.GetObjectAclOutput, error)
GetObjectAcl provides a mock function for the type MockAccessController
func (*MockAccessController) PutBucketAcl ¶
func (_mock *MockAccessController) PutBucketAcl(ctx context.Context, params *s3.PutBucketAclInput, optFns ...func(*s3.Options)) (*s3.PutBucketAclOutput, error)
PutBucketAcl provides a mock function for the type MockAccessController
func (*MockAccessController) PutObjectAcl ¶
func (_mock *MockAccessController) PutObjectAcl(ctx context.Context, params *s3.PutObjectAclInput, optFns ...func(*s3.Options)) (*s3.PutObjectAclOutput, error)
PutObjectAcl provides a mock function for the type MockAccessController
type MockAccessController_Expecter ¶
type MockAccessController_Expecter struct {
// contains filtered or unexported fields
}
func (*MockAccessController_Expecter) GetBucketAcl ¶
func (_e *MockAccessController_Expecter) GetBucketAcl(ctx interface{}, params interface{}, optFns ...interface{}) *MockAccessController_GetBucketAcl_Call
GetBucketAcl is a helper method to define mock.On call
- ctx context.Context
- params *s3.GetBucketAclInput
- optFns ...func(*s3.Options)
func (*MockAccessController_Expecter) GetObjectAcl ¶
func (_e *MockAccessController_Expecter) GetObjectAcl(ctx interface{}, params interface{}, optFns ...interface{}) *MockAccessController_GetObjectAcl_Call
GetObjectAcl is a helper method to define mock.On call
- ctx context.Context
- params *s3.GetObjectAclInput
- optFns ...func(*s3.Options)
func (*MockAccessController_Expecter) PutBucketAcl ¶
func (_e *MockAccessController_Expecter) PutBucketAcl(ctx interface{}, params interface{}, optFns ...interface{}) *MockAccessController_PutBucketAcl_Call
PutBucketAcl is a helper method to define mock.On call
- ctx context.Context
- params *s3.PutBucketAclInput
- optFns ...func(*s3.Options)
func (*MockAccessController_Expecter) PutObjectAcl ¶
func (_e *MockAccessController_Expecter) PutObjectAcl(ctx interface{}, params interface{}, optFns ...interface{}) *MockAccessController_PutObjectAcl_Call
PutObjectAcl is a helper method to define mock.On call
- ctx context.Context
- params *s3.PutObjectAclInput
- optFns ...func(*s3.Options)
type MockAccessController_GetBucketAcl_Call ¶
MockAccessController_GetBucketAcl_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetBucketAcl'
func (*MockAccessController_GetBucketAcl_Call) Return ¶
func (_c *MockAccessController_GetBucketAcl_Call) Return(getBucketAclOutput *s3.GetBucketAclOutput, err error) *MockAccessController_GetBucketAcl_Call
func (*MockAccessController_GetBucketAcl_Call) Run ¶
func (_c *MockAccessController_GetBucketAcl_Call) Run(run func(ctx context.Context, params *s3.GetBucketAclInput, optFns ...func(*s3.Options))) *MockAccessController_GetBucketAcl_Call
func (*MockAccessController_GetBucketAcl_Call) RunAndReturn ¶
func (_c *MockAccessController_GetBucketAcl_Call) RunAndReturn(run func(ctx context.Context, params *s3.GetBucketAclInput, optFns ...func(*s3.Options)) (*s3.GetBucketAclOutput, error)) *MockAccessController_GetBucketAcl_Call
type MockAccessController_GetObjectAcl_Call ¶
MockAccessController_GetObjectAcl_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetObjectAcl'
func (*MockAccessController_GetObjectAcl_Call) Return ¶
func (_c *MockAccessController_GetObjectAcl_Call) Return(getObjectAclOutput *s3.GetObjectAclOutput, err error) *MockAccessController_GetObjectAcl_Call
func (*MockAccessController_GetObjectAcl_Call) Run ¶
func (_c *MockAccessController_GetObjectAcl_Call) Run(run func(ctx context.Context, params *s3.GetObjectAclInput, optFns ...func(*s3.Options))) *MockAccessController_GetObjectAcl_Call
func (*MockAccessController_GetObjectAcl_Call) RunAndReturn ¶
func (_c *MockAccessController_GetObjectAcl_Call) RunAndReturn(run func(ctx context.Context, params *s3.GetObjectAclInput, optFns ...func(*s3.Options)) (*s3.GetObjectAclOutput, error)) *MockAccessController_GetObjectAcl_Call
type MockAccessController_PutBucketAcl_Call ¶
MockAccessController_PutBucketAcl_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PutBucketAcl'
func (*MockAccessController_PutBucketAcl_Call) Return ¶
func (_c *MockAccessController_PutBucketAcl_Call) Return(putBucketAclOutput *s3.PutBucketAclOutput, err error) *MockAccessController_PutBucketAcl_Call
func (*MockAccessController_PutBucketAcl_Call) Run ¶
func (_c *MockAccessController_PutBucketAcl_Call) Run(run func(ctx context.Context, params *s3.PutBucketAclInput, optFns ...func(*s3.Options))) *MockAccessController_PutBucketAcl_Call
func (*MockAccessController_PutBucketAcl_Call) RunAndReturn ¶
func (_c *MockAccessController_PutBucketAcl_Call) RunAndReturn(run func(ctx context.Context, params *s3.PutBucketAclInput, optFns ...func(*s3.Options)) (*s3.PutBucketAclOutput, error)) *MockAccessController_PutBucketAcl_Call
type MockAccessController_PutObjectAcl_Call ¶
MockAccessController_PutObjectAcl_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PutObjectAcl'
func (*MockAccessController_PutObjectAcl_Call) Return ¶
func (_c *MockAccessController_PutObjectAcl_Call) Return(putObjectAclOutput *s3.PutObjectAclOutput, err error) *MockAccessController_PutObjectAcl_Call
func (*MockAccessController_PutObjectAcl_Call) Run ¶
func (_c *MockAccessController_PutObjectAcl_Call) Run(run func(ctx context.Context, params *s3.PutObjectAclInput, optFns ...func(*s3.Options))) *MockAccessController_PutObjectAcl_Call
func (*MockAccessController_PutObjectAcl_Call) RunAndReturn ¶
func (_c *MockAccessController_PutObjectAcl_Call) RunAndReturn(run func(ctx context.Context, params *s3.PutObjectAclInput, optFns ...func(*s3.Options)) (*s3.PutObjectAclOutput, error)) *MockAccessController_PutObjectAcl_Call
type MockAnalyticsManager ¶
MockAnalyticsManager is an autogenerated mock type for the AnalyticsManager type
func NewMockAnalyticsManager ¶
func NewMockAnalyticsManager(t interface {
mock.TestingT
Cleanup(func())
}) *MockAnalyticsManager
NewMockAnalyticsManager creates a new instance of MockAnalyticsManager. 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 (*MockAnalyticsManager) DeleteBucketAnalyticsConfiguration ¶
func (_mock *MockAnalyticsManager) DeleteBucketAnalyticsConfiguration(ctx context.Context, params *s3.DeleteBucketAnalyticsConfigurationInput, optFns ...func(*s3.Options)) (*s3.DeleteBucketAnalyticsConfigurationOutput, error)
DeleteBucketAnalyticsConfiguration provides a mock function for the type MockAnalyticsManager
func (*MockAnalyticsManager) EXPECT ¶
func (_m *MockAnalyticsManager) EXPECT() *MockAnalyticsManager_Expecter
func (*MockAnalyticsManager) GetBucketAnalyticsConfiguration ¶
func (_mock *MockAnalyticsManager) GetBucketAnalyticsConfiguration(ctx context.Context, params *s3.GetBucketAnalyticsConfigurationInput, optFns ...func(*s3.Options)) (*s3.GetBucketAnalyticsConfigurationOutput, error)
GetBucketAnalyticsConfiguration provides a mock function for the type MockAnalyticsManager
func (*MockAnalyticsManager) PutBucketAnalyticsConfiguration ¶
func (_mock *MockAnalyticsManager) PutBucketAnalyticsConfiguration(ctx context.Context, params *s3.PutBucketAnalyticsConfigurationInput, optFns ...func(*s3.Options)) (*s3.PutBucketAnalyticsConfigurationOutput, error)
PutBucketAnalyticsConfiguration provides a mock function for the type MockAnalyticsManager
type MockAnalyticsManager_DeleteBucketAnalyticsConfiguration_Call ¶
MockAnalyticsManager_DeleteBucketAnalyticsConfiguration_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteBucketAnalyticsConfiguration'
func (*MockAnalyticsManager_DeleteBucketAnalyticsConfiguration_Call) Return ¶
func (_c *MockAnalyticsManager_DeleteBucketAnalyticsConfiguration_Call) Return(deleteBucketAnalyticsConfigurationOutput *s3.DeleteBucketAnalyticsConfigurationOutput, err error) *MockAnalyticsManager_DeleteBucketAnalyticsConfiguration_Call
func (*MockAnalyticsManager_DeleteBucketAnalyticsConfiguration_Call) Run ¶
func (_c *MockAnalyticsManager_DeleteBucketAnalyticsConfiguration_Call) Run(run func(ctx context.Context, params *s3.DeleteBucketAnalyticsConfigurationInput, optFns ...func(*s3.Options))) *MockAnalyticsManager_DeleteBucketAnalyticsConfiguration_Call
func (*MockAnalyticsManager_DeleteBucketAnalyticsConfiguration_Call) RunAndReturn ¶
func (_c *MockAnalyticsManager_DeleteBucketAnalyticsConfiguration_Call) RunAndReturn(run func(ctx context.Context, params *s3.DeleteBucketAnalyticsConfigurationInput, optFns ...func(*s3.Options)) (*s3.DeleteBucketAnalyticsConfigurationOutput, error)) *MockAnalyticsManager_DeleteBucketAnalyticsConfiguration_Call
type MockAnalyticsManager_Expecter ¶
type MockAnalyticsManager_Expecter struct {
// contains filtered or unexported fields
}
func (*MockAnalyticsManager_Expecter) DeleteBucketAnalyticsConfiguration ¶
func (_e *MockAnalyticsManager_Expecter) DeleteBucketAnalyticsConfiguration(ctx interface{}, params interface{}, optFns ...interface{}) *MockAnalyticsManager_DeleteBucketAnalyticsConfiguration_Call
DeleteBucketAnalyticsConfiguration is a helper method to define mock.On call
- ctx context.Context
- params *s3.DeleteBucketAnalyticsConfigurationInput
- optFns ...func(*s3.Options)
func (*MockAnalyticsManager_Expecter) GetBucketAnalyticsConfiguration ¶
func (_e *MockAnalyticsManager_Expecter) GetBucketAnalyticsConfiguration(ctx interface{}, params interface{}, optFns ...interface{}) *MockAnalyticsManager_GetBucketAnalyticsConfiguration_Call
GetBucketAnalyticsConfiguration is a helper method to define mock.On call
- ctx context.Context
- params *s3.GetBucketAnalyticsConfigurationInput
- optFns ...func(*s3.Options)
func (*MockAnalyticsManager_Expecter) PutBucketAnalyticsConfiguration ¶
func (_e *MockAnalyticsManager_Expecter) PutBucketAnalyticsConfiguration(ctx interface{}, params interface{}, optFns ...interface{}) *MockAnalyticsManager_PutBucketAnalyticsConfiguration_Call
PutBucketAnalyticsConfiguration is a helper method to define mock.On call
- ctx context.Context
- params *s3.PutBucketAnalyticsConfigurationInput
- optFns ...func(*s3.Options)
type MockAnalyticsManager_GetBucketAnalyticsConfiguration_Call ¶
MockAnalyticsManager_GetBucketAnalyticsConfiguration_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetBucketAnalyticsConfiguration'
func (*MockAnalyticsManager_GetBucketAnalyticsConfiguration_Call) Return ¶
func (_c *MockAnalyticsManager_GetBucketAnalyticsConfiguration_Call) Return(getBucketAnalyticsConfigurationOutput *s3.GetBucketAnalyticsConfigurationOutput, err error) *MockAnalyticsManager_GetBucketAnalyticsConfiguration_Call
func (*MockAnalyticsManager_GetBucketAnalyticsConfiguration_Call) Run ¶
func (_c *MockAnalyticsManager_GetBucketAnalyticsConfiguration_Call) Run(run func(ctx context.Context, params *s3.GetBucketAnalyticsConfigurationInput, optFns ...func(*s3.Options))) *MockAnalyticsManager_GetBucketAnalyticsConfiguration_Call
func (*MockAnalyticsManager_GetBucketAnalyticsConfiguration_Call) RunAndReturn ¶
func (_c *MockAnalyticsManager_GetBucketAnalyticsConfiguration_Call) RunAndReturn(run func(ctx context.Context, params *s3.GetBucketAnalyticsConfigurationInput, optFns ...func(*s3.Options)) (*s3.GetBucketAnalyticsConfigurationOutput, error)) *MockAnalyticsManager_GetBucketAnalyticsConfiguration_Call
type MockAnalyticsManager_PutBucketAnalyticsConfiguration_Call ¶
MockAnalyticsManager_PutBucketAnalyticsConfiguration_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PutBucketAnalyticsConfiguration'
func (*MockAnalyticsManager_PutBucketAnalyticsConfiguration_Call) Return ¶
func (_c *MockAnalyticsManager_PutBucketAnalyticsConfiguration_Call) Return(putBucketAnalyticsConfigurationOutput *s3.PutBucketAnalyticsConfigurationOutput, err error) *MockAnalyticsManager_PutBucketAnalyticsConfiguration_Call
func (*MockAnalyticsManager_PutBucketAnalyticsConfiguration_Call) Run ¶
func (_c *MockAnalyticsManager_PutBucketAnalyticsConfiguration_Call) Run(run func(ctx context.Context, params *s3.PutBucketAnalyticsConfigurationInput, optFns ...func(*s3.Options))) *MockAnalyticsManager_PutBucketAnalyticsConfiguration_Call
func (*MockAnalyticsManager_PutBucketAnalyticsConfiguration_Call) RunAndReturn ¶
func (_c *MockAnalyticsManager_PutBucketAnalyticsConfiguration_Call) RunAndReturn(run func(ctx context.Context, params *s3.PutBucketAnalyticsConfigurationInput, optFns ...func(*s3.Options)) (*s3.PutBucketAnalyticsConfigurationOutput, error)) *MockAnalyticsManager_PutBucketAnalyticsConfiguration_Call
type MockBatchDeleter ¶
MockBatchDeleter is an autogenerated mock type for the BatchDeleter type
func NewMockBatchDeleter ¶
func NewMockBatchDeleter(t interface {
mock.TestingT
Cleanup(func())
}) *MockBatchDeleter
NewMockBatchDeleter creates a new instance of MockBatchDeleter. 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 (*MockBatchDeleter) DeleteObjects ¶
func (_mock *MockBatchDeleter) DeleteObjects(ctx context.Context, params *s3.DeleteObjectsInput, optFns ...func(*s3.Options)) (*s3.DeleteObjectsOutput, error)
DeleteObjects provides a mock function for the type MockBatchDeleter
func (*MockBatchDeleter) EXPECT ¶
func (_m *MockBatchDeleter) EXPECT() *MockBatchDeleter_Expecter
type MockBatchDeleter_DeleteObjects_Call ¶
MockBatchDeleter_DeleteObjects_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteObjects'
func (*MockBatchDeleter_DeleteObjects_Call) Return ¶
func (_c *MockBatchDeleter_DeleteObjects_Call) Return(deleteObjectsOutput *s3.DeleteObjectsOutput, err error) *MockBatchDeleter_DeleteObjects_Call
func (*MockBatchDeleter_DeleteObjects_Call) Run ¶
func (_c *MockBatchDeleter_DeleteObjects_Call) Run(run func(ctx context.Context, params *s3.DeleteObjectsInput, optFns ...func(*s3.Options))) *MockBatchDeleter_DeleteObjects_Call
func (*MockBatchDeleter_DeleteObjects_Call) RunAndReturn ¶
func (_c *MockBatchDeleter_DeleteObjects_Call) RunAndReturn(run func(ctx context.Context, params *s3.DeleteObjectsInput, optFns ...func(*s3.Options)) (*s3.DeleteObjectsOutput, error)) *MockBatchDeleter_DeleteObjects_Call
type MockBatchDeleter_Expecter ¶
type MockBatchDeleter_Expecter struct {
// contains filtered or unexported fields
}
func (*MockBatchDeleter_Expecter) DeleteObjects ¶
func (_e *MockBatchDeleter_Expecter) DeleteObjects(ctx interface{}, params interface{}, optFns ...interface{}) *MockBatchDeleter_DeleteObjects_Call
DeleteObjects is a helper method to define mock.On call
- ctx context.Context
- params *s3.DeleteObjectsInput
- optFns ...func(*s3.Options)
type MockBucketLister ¶
MockBucketLister is an autogenerated mock type for the BucketLister type
func NewMockBucketLister ¶
func NewMockBucketLister(t interface {
mock.TestingT
Cleanup(func())
}) *MockBucketLister
NewMockBucketLister creates a new instance of MockBucketLister. 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 (*MockBucketLister) EXPECT ¶
func (_m *MockBucketLister) EXPECT() *MockBucketLister_Expecter
func (*MockBucketLister) ListBuckets ¶
func (_mock *MockBucketLister) ListBuckets(ctx context.Context, params *s3.ListBucketsInput, optFns ...func(*s3.Options)) (*s3.ListBucketsOutput, error)
ListBuckets provides a mock function for the type MockBucketLister
type MockBucketLister_Expecter ¶
type MockBucketLister_Expecter struct {
// contains filtered or unexported fields
}
func (*MockBucketLister_Expecter) ListBuckets ¶
func (_e *MockBucketLister_Expecter) ListBuckets(ctx interface{}, params interface{}, optFns ...interface{}) *MockBucketLister_ListBuckets_Call
ListBuckets is a helper method to define mock.On call
- ctx context.Context
- params *s3.ListBucketsInput
- optFns ...func(*s3.Options)
type MockBucketLister_ListBuckets_Call ¶
MockBucketLister_ListBuckets_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListBuckets'
func (*MockBucketLister_ListBuckets_Call) Return ¶
func (_c *MockBucketLister_ListBuckets_Call) Return(listBucketsOutput *s3.ListBucketsOutput, err error) *MockBucketLister_ListBuckets_Call
func (*MockBucketLister_ListBuckets_Call) Run ¶
func (_c *MockBucketLister_ListBuckets_Call) Run(run func(ctx context.Context, params *s3.ListBucketsInput, optFns ...func(*s3.Options))) *MockBucketLister_ListBuckets_Call
func (*MockBucketLister_ListBuckets_Call) RunAndReturn ¶
func (_c *MockBucketLister_ListBuckets_Call) RunAndReturn(run func(ctx context.Context, params *s3.ListBucketsInput, optFns ...func(*s3.Options)) (*s3.ListBucketsOutput, error)) *MockBucketLister_ListBuckets_Call
type MockBucketManager ¶
MockBucketManager is an autogenerated mock type for the BucketManager type
func NewMockBucketManager ¶
func NewMockBucketManager(t interface {
mock.TestingT
Cleanup(func())
}) *MockBucketManager
NewMockBucketManager creates a new instance of MockBucketManager. 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 (*MockBucketManager) CreateBucket ¶
func (_mock *MockBucketManager) CreateBucket(ctx context.Context, params *s3.CreateBucketInput, optFns ...func(*s3.Options)) (*s3.CreateBucketOutput, error)
CreateBucket provides a mock function for the type MockBucketManager
func (*MockBucketManager) DeleteBucket ¶
func (_mock *MockBucketManager) DeleteBucket(ctx context.Context, params *s3.DeleteBucketInput, optFns ...func(*s3.Options)) (*s3.DeleteBucketOutput, error)
DeleteBucket provides a mock function for the type MockBucketManager
func (*MockBucketManager) EXPECT ¶
func (_m *MockBucketManager) EXPECT() *MockBucketManager_Expecter
func (*MockBucketManager) HeadBucket ¶
func (_mock *MockBucketManager) HeadBucket(ctx context.Context, params *s3.HeadBucketInput, optFns ...func(*s3.Options)) (*s3.HeadBucketOutput, error)
HeadBucket provides a mock function for the type MockBucketManager
type MockBucketManager_CreateBucket_Call ¶
MockBucketManager_CreateBucket_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateBucket'
func (*MockBucketManager_CreateBucket_Call) Return ¶
func (_c *MockBucketManager_CreateBucket_Call) Return(createBucketOutput *s3.CreateBucketOutput, err error) *MockBucketManager_CreateBucket_Call
func (*MockBucketManager_CreateBucket_Call) Run ¶
func (_c *MockBucketManager_CreateBucket_Call) Run(run func(ctx context.Context, params *s3.CreateBucketInput, optFns ...func(*s3.Options))) *MockBucketManager_CreateBucket_Call
func (*MockBucketManager_CreateBucket_Call) RunAndReturn ¶
func (_c *MockBucketManager_CreateBucket_Call) RunAndReturn(run func(ctx context.Context, params *s3.CreateBucketInput, optFns ...func(*s3.Options)) (*s3.CreateBucketOutput, error)) *MockBucketManager_CreateBucket_Call
type MockBucketManager_DeleteBucket_Call ¶
MockBucketManager_DeleteBucket_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteBucket'
func (*MockBucketManager_DeleteBucket_Call) Return ¶
func (_c *MockBucketManager_DeleteBucket_Call) Return(deleteBucketOutput *s3.DeleteBucketOutput, err error) *MockBucketManager_DeleteBucket_Call
func (*MockBucketManager_DeleteBucket_Call) Run ¶
func (_c *MockBucketManager_DeleteBucket_Call) Run(run func(ctx context.Context, params *s3.DeleteBucketInput, optFns ...func(*s3.Options))) *MockBucketManager_DeleteBucket_Call
func (*MockBucketManager_DeleteBucket_Call) RunAndReturn ¶
func (_c *MockBucketManager_DeleteBucket_Call) RunAndReturn(run func(ctx context.Context, params *s3.DeleteBucketInput, optFns ...func(*s3.Options)) (*s3.DeleteBucketOutput, error)) *MockBucketManager_DeleteBucket_Call
type MockBucketManager_Expecter ¶
type MockBucketManager_Expecter struct {
// contains filtered or unexported fields
}
func (*MockBucketManager_Expecter) CreateBucket ¶
func (_e *MockBucketManager_Expecter) CreateBucket(ctx interface{}, params interface{}, optFns ...interface{}) *MockBucketManager_CreateBucket_Call
CreateBucket is a helper method to define mock.On call
- ctx context.Context
- params *s3.CreateBucketInput
- optFns ...func(*s3.Options)
func (*MockBucketManager_Expecter) DeleteBucket ¶
func (_e *MockBucketManager_Expecter) DeleteBucket(ctx interface{}, params interface{}, optFns ...interface{}) *MockBucketManager_DeleteBucket_Call
DeleteBucket is a helper method to define mock.On call
- ctx context.Context
- params *s3.DeleteBucketInput
- optFns ...func(*s3.Options)
func (*MockBucketManager_Expecter) HeadBucket ¶
func (_e *MockBucketManager_Expecter) HeadBucket(ctx interface{}, params interface{}, optFns ...interface{}) *MockBucketManager_HeadBucket_Call
HeadBucket is a helper method to define mock.On call
- ctx context.Context
- params *s3.HeadBucketInput
- optFns ...func(*s3.Options)
type MockBucketManager_HeadBucket_Call ¶
MockBucketManager_HeadBucket_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'HeadBucket'
func (*MockBucketManager_HeadBucket_Call) Return ¶
func (_c *MockBucketManager_HeadBucket_Call) Return(headBucketOutput *s3.HeadBucketOutput, err error) *MockBucketManager_HeadBucket_Call
func (*MockBucketManager_HeadBucket_Call) Run ¶
func (_c *MockBucketManager_HeadBucket_Call) Run(run func(ctx context.Context, params *s3.HeadBucketInput, optFns ...func(*s3.Options))) *MockBucketManager_HeadBucket_Call
func (*MockBucketManager_HeadBucket_Call) RunAndReturn ¶
func (_c *MockBucketManager_HeadBucket_Call) RunAndReturn(run func(ctx context.Context, params *s3.HeadBucketInput, optFns ...func(*s3.Options)) (*s3.HeadBucketOutput, error)) *MockBucketManager_HeadBucket_Call
type MockCORSManager ¶
MockCORSManager is an autogenerated mock type for the CORSManager type
func NewMockCORSManager ¶
func NewMockCORSManager(t interface {
mock.TestingT
Cleanup(func())
}) *MockCORSManager
NewMockCORSManager creates a new instance of MockCORSManager. 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 (*MockCORSManager) DeleteBucketCors ¶
func (_mock *MockCORSManager) DeleteBucketCors(ctx context.Context, params *s3.DeleteBucketCorsInput, optFns ...func(*s3.Options)) (*s3.DeleteBucketCorsOutput, error)
DeleteBucketCors provides a mock function for the type MockCORSManager
func (*MockCORSManager) EXPECT ¶
func (_m *MockCORSManager) EXPECT() *MockCORSManager_Expecter
func (*MockCORSManager) GetBucketCors ¶
func (_mock *MockCORSManager) GetBucketCors(ctx context.Context, params *s3.GetBucketCorsInput, optFns ...func(*s3.Options)) (*s3.GetBucketCorsOutput, error)
GetBucketCors provides a mock function for the type MockCORSManager
func (*MockCORSManager) PutBucketCors ¶
func (_mock *MockCORSManager) PutBucketCors(ctx context.Context, params *s3.PutBucketCorsInput, optFns ...func(*s3.Options)) (*s3.PutBucketCorsOutput, error)
PutBucketCors provides a mock function for the type MockCORSManager
type MockCORSManager_DeleteBucketCors_Call ¶
MockCORSManager_DeleteBucketCors_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteBucketCors'
func (*MockCORSManager_DeleteBucketCors_Call) Return ¶
func (_c *MockCORSManager_DeleteBucketCors_Call) Return(deleteBucketCorsOutput *s3.DeleteBucketCorsOutput, err error) *MockCORSManager_DeleteBucketCors_Call
func (*MockCORSManager_DeleteBucketCors_Call) Run ¶
func (_c *MockCORSManager_DeleteBucketCors_Call) Run(run func(ctx context.Context, params *s3.DeleteBucketCorsInput, optFns ...func(*s3.Options))) *MockCORSManager_DeleteBucketCors_Call
func (*MockCORSManager_DeleteBucketCors_Call) RunAndReturn ¶
func (_c *MockCORSManager_DeleteBucketCors_Call) RunAndReturn(run func(ctx context.Context, params *s3.DeleteBucketCorsInput, optFns ...func(*s3.Options)) (*s3.DeleteBucketCorsOutput, error)) *MockCORSManager_DeleteBucketCors_Call
type MockCORSManager_Expecter ¶
type MockCORSManager_Expecter struct {
// contains filtered or unexported fields
}
func (*MockCORSManager_Expecter) DeleteBucketCors ¶
func (_e *MockCORSManager_Expecter) DeleteBucketCors(ctx interface{}, params interface{}, optFns ...interface{}) *MockCORSManager_DeleteBucketCors_Call
DeleteBucketCors is a helper method to define mock.On call
- ctx context.Context
- params *s3.DeleteBucketCorsInput
- optFns ...func(*s3.Options)
func (*MockCORSManager_Expecter) GetBucketCors ¶
func (_e *MockCORSManager_Expecter) GetBucketCors(ctx interface{}, params interface{}, optFns ...interface{}) *MockCORSManager_GetBucketCors_Call
GetBucketCors is a helper method to define mock.On call
- ctx context.Context
- params *s3.GetBucketCorsInput
- optFns ...func(*s3.Options)
func (*MockCORSManager_Expecter) PutBucketCors ¶
func (_e *MockCORSManager_Expecter) PutBucketCors(ctx interface{}, params interface{}, optFns ...interface{}) *MockCORSManager_PutBucketCors_Call
PutBucketCors is a helper method to define mock.On call
- ctx context.Context
- params *s3.PutBucketCorsInput
- optFns ...func(*s3.Options)
type MockCORSManager_GetBucketCors_Call ¶
MockCORSManager_GetBucketCors_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetBucketCors'
func (*MockCORSManager_GetBucketCors_Call) Return ¶
func (_c *MockCORSManager_GetBucketCors_Call) Return(getBucketCorsOutput *s3.GetBucketCorsOutput, err error) *MockCORSManager_GetBucketCors_Call
func (*MockCORSManager_GetBucketCors_Call) Run ¶
func (_c *MockCORSManager_GetBucketCors_Call) Run(run func(ctx context.Context, params *s3.GetBucketCorsInput, optFns ...func(*s3.Options))) *MockCORSManager_GetBucketCors_Call
func (*MockCORSManager_GetBucketCors_Call) RunAndReturn ¶
func (_c *MockCORSManager_GetBucketCors_Call) RunAndReturn(run func(ctx context.Context, params *s3.GetBucketCorsInput, optFns ...func(*s3.Options)) (*s3.GetBucketCorsOutput, error)) *MockCORSManager_GetBucketCors_Call
type MockCORSManager_PutBucketCors_Call ¶
MockCORSManager_PutBucketCors_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PutBucketCors'
func (*MockCORSManager_PutBucketCors_Call) Return ¶
func (_c *MockCORSManager_PutBucketCors_Call) Return(putBucketCorsOutput *s3.PutBucketCorsOutput, err error) *MockCORSManager_PutBucketCors_Call
func (*MockCORSManager_PutBucketCors_Call) Run ¶
func (_c *MockCORSManager_PutBucketCors_Call) Run(run func(ctx context.Context, params *s3.PutBucketCorsInput, optFns ...func(*s3.Options))) *MockCORSManager_PutBucketCors_Call
func (*MockCORSManager_PutBucketCors_Call) RunAndReturn ¶
func (_c *MockCORSManager_PutBucketCors_Call) RunAndReturn(run func(ctx context.Context, params *s3.PutBucketCorsInput, optFns ...func(*s3.Options)) (*s3.PutBucketCorsOutput, error)) *MockCORSManager_PutBucketCors_Call
type MockCopier ¶
MockCopier is an autogenerated mock type for the Copier type
func NewMockCopier ¶
func NewMockCopier(t interface {
mock.TestingT
Cleanup(func())
}) *MockCopier
NewMockCopier creates a new instance of MockCopier. 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 (*MockCopier) CopyObject ¶
func (_mock *MockCopier) CopyObject(ctx context.Context, params *s3.CopyObjectInput, optFns ...func(*s3.Options)) (*s3.CopyObjectOutput, error)
CopyObject provides a mock function for the type MockCopier
func (*MockCopier) EXPECT ¶
func (_m *MockCopier) EXPECT() *MockCopier_Expecter
type MockCopier_CopyObject_Call ¶
MockCopier_CopyObject_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CopyObject'
func (*MockCopier_CopyObject_Call) Return ¶
func (_c *MockCopier_CopyObject_Call) Return(copyObjectOutput *s3.CopyObjectOutput, err error) *MockCopier_CopyObject_Call
func (*MockCopier_CopyObject_Call) Run ¶
func (_c *MockCopier_CopyObject_Call) Run(run func(ctx context.Context, params *s3.CopyObjectInput, optFns ...func(*s3.Options))) *MockCopier_CopyObject_Call
func (*MockCopier_CopyObject_Call) RunAndReturn ¶
func (_c *MockCopier_CopyObject_Call) RunAndReturn(run func(ctx context.Context, params *s3.CopyObjectInput, optFns ...func(*s3.Options)) (*s3.CopyObjectOutput, error)) *MockCopier_CopyObject_Call
type MockCopier_Expecter ¶
type MockCopier_Expecter struct {
// contains filtered or unexported fields
}
func (*MockCopier_Expecter) CopyObject ¶
func (_e *MockCopier_Expecter) CopyObject(ctx interface{}, params interface{}, optFns ...interface{}) *MockCopier_CopyObject_Call
CopyObject is a helper method to define mock.On call
- ctx context.Context
- params *s3.CopyObjectInput
- optFns ...func(*s3.Options)
type MockDeleter ¶
MockDeleter is an autogenerated mock type for the Deleter type
func NewMockDeleter ¶
func NewMockDeleter(t interface {
mock.TestingT
Cleanup(func())
}) *MockDeleter
NewMockDeleter creates a new instance of MockDeleter. 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 (*MockDeleter) DeleteObject ¶
func (_mock *MockDeleter) DeleteObject(ctx context.Context, params *s3.DeleteObjectInput, optFns ...func(*s3.Options)) (*s3.DeleteObjectOutput, error)
DeleteObject provides a mock function for the type MockDeleter
func (*MockDeleter) EXPECT ¶
func (_m *MockDeleter) EXPECT() *MockDeleter_Expecter
type MockDeleter_DeleteObject_Call ¶
MockDeleter_DeleteObject_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteObject'
func (*MockDeleter_DeleteObject_Call) Return ¶
func (_c *MockDeleter_DeleteObject_Call) Return(deleteObjectOutput *s3.DeleteObjectOutput, err error) *MockDeleter_DeleteObject_Call
func (*MockDeleter_DeleteObject_Call) Run ¶
func (_c *MockDeleter_DeleteObject_Call) Run(run func(ctx context.Context, params *s3.DeleteObjectInput, optFns ...func(*s3.Options))) *MockDeleter_DeleteObject_Call
func (*MockDeleter_DeleteObject_Call) RunAndReturn ¶
func (_c *MockDeleter_DeleteObject_Call) RunAndReturn(run func(ctx context.Context, params *s3.DeleteObjectInput, optFns ...func(*s3.Options)) (*s3.DeleteObjectOutput, error)) *MockDeleter_DeleteObject_Call
type MockDeleter_Expecter ¶
type MockDeleter_Expecter struct {
// contains filtered or unexported fields
}
func (*MockDeleter_Expecter) DeleteObject ¶
func (_e *MockDeleter_Expecter) DeleteObject(ctx interface{}, params interface{}, optFns ...interface{}) *MockDeleter_DeleteObject_Call
DeleteObject is a helper method to define mock.On call
- ctx context.Context
- params *s3.DeleteObjectInput
- optFns ...func(*s3.Options)
type MockDownloader ¶
MockDownloader is an autogenerated mock type for the Downloader type
func NewMockDownloader ¶
func NewMockDownloader(t interface {
mock.TestingT
Cleanup(func())
}) *MockDownloader
NewMockDownloader creates a new instance of MockDownloader. 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 (*MockDownloader) EXPECT ¶
func (_m *MockDownloader) EXPECT() *MockDownloader_Expecter
func (*MockDownloader) GetObject ¶
func (_mock *MockDownloader) GetObject(ctx context.Context, params *s3.GetObjectInput, optFns ...func(*s3.Options)) (*s3.GetObjectOutput, error)
GetObject provides a mock function for the type MockDownloader
type MockDownloader_Expecter ¶
type MockDownloader_Expecter struct {
// contains filtered or unexported fields
}
func (*MockDownloader_Expecter) GetObject ¶
func (_e *MockDownloader_Expecter) GetObject(ctx interface{}, params interface{}, optFns ...interface{}) *MockDownloader_GetObject_Call
GetObject is a helper method to define mock.On call
- ctx context.Context
- params *s3.GetObjectInput
- optFns ...func(*s3.Options)
type MockDownloader_GetObject_Call ¶
MockDownloader_GetObject_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetObject'
func (*MockDownloader_GetObject_Call) Return ¶
func (_c *MockDownloader_GetObject_Call) Return(getObjectOutput *s3.GetObjectOutput, err error) *MockDownloader_GetObject_Call
func (*MockDownloader_GetObject_Call) Run ¶
func (_c *MockDownloader_GetObject_Call) Run(run func(ctx context.Context, params *s3.GetObjectInput, optFns ...func(*s3.Options))) *MockDownloader_GetObject_Call
func (*MockDownloader_GetObject_Call) RunAndReturn ¶
func (_c *MockDownloader_GetObject_Call) RunAndReturn(run func(ctx context.Context, params *s3.GetObjectInput, optFns ...func(*s3.Options)) (*s3.GetObjectOutput, error)) *MockDownloader_GetObject_Call
type MockEncryptor ¶
MockEncryptor is an autogenerated mock type for the Encryptor type
func NewMockEncryptor ¶
func NewMockEncryptor(t interface {
mock.TestingT
Cleanup(func())
}) *MockEncryptor
NewMockEncryptor creates a new instance of MockEncryptor. 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 (*MockEncryptor) DeleteBucketEncryption ¶
func (_mock *MockEncryptor) DeleteBucketEncryption(ctx context.Context, params *s3.DeleteBucketEncryptionInput, optFns ...func(*s3.Options)) (*s3.DeleteBucketEncryptionOutput, error)
DeleteBucketEncryption provides a mock function for the type MockEncryptor
func (*MockEncryptor) EXPECT ¶
func (_m *MockEncryptor) EXPECT() *MockEncryptor_Expecter
func (*MockEncryptor) GetBucketEncryption ¶
func (_mock *MockEncryptor) GetBucketEncryption(ctx context.Context, params *s3.GetBucketEncryptionInput, optFns ...func(*s3.Options)) (*s3.GetBucketEncryptionOutput, error)
GetBucketEncryption provides a mock function for the type MockEncryptor
func (*MockEncryptor) PutBucketEncryption ¶
func (_mock *MockEncryptor) PutBucketEncryption(ctx context.Context, params *s3.PutBucketEncryptionInput, optFns ...func(*s3.Options)) (*s3.PutBucketEncryptionOutput, error)
PutBucketEncryption provides a mock function for the type MockEncryptor
type MockEncryptor_DeleteBucketEncryption_Call ¶
MockEncryptor_DeleteBucketEncryption_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteBucketEncryption'
func (*MockEncryptor_DeleteBucketEncryption_Call) Return ¶
func (_c *MockEncryptor_DeleteBucketEncryption_Call) Return(deleteBucketEncryptionOutput *s3.DeleteBucketEncryptionOutput, err error) *MockEncryptor_DeleteBucketEncryption_Call
func (*MockEncryptor_DeleteBucketEncryption_Call) Run ¶
func (_c *MockEncryptor_DeleteBucketEncryption_Call) Run(run func(ctx context.Context, params *s3.DeleteBucketEncryptionInput, optFns ...func(*s3.Options))) *MockEncryptor_DeleteBucketEncryption_Call
func (*MockEncryptor_DeleteBucketEncryption_Call) RunAndReturn ¶
func (_c *MockEncryptor_DeleteBucketEncryption_Call) RunAndReturn(run func(ctx context.Context, params *s3.DeleteBucketEncryptionInput, optFns ...func(*s3.Options)) (*s3.DeleteBucketEncryptionOutput, error)) *MockEncryptor_DeleteBucketEncryption_Call
type MockEncryptor_Expecter ¶
type MockEncryptor_Expecter struct {
// contains filtered or unexported fields
}
func (*MockEncryptor_Expecter) DeleteBucketEncryption ¶
func (_e *MockEncryptor_Expecter) DeleteBucketEncryption(ctx interface{}, params interface{}, optFns ...interface{}) *MockEncryptor_DeleteBucketEncryption_Call
DeleteBucketEncryption is a helper method to define mock.On call
- ctx context.Context
- params *s3.DeleteBucketEncryptionInput
- optFns ...func(*s3.Options)
func (*MockEncryptor_Expecter) GetBucketEncryption ¶
func (_e *MockEncryptor_Expecter) GetBucketEncryption(ctx interface{}, params interface{}, optFns ...interface{}) *MockEncryptor_GetBucketEncryption_Call
GetBucketEncryption is a helper method to define mock.On call
- ctx context.Context
- params *s3.GetBucketEncryptionInput
- optFns ...func(*s3.Options)
func (*MockEncryptor_Expecter) PutBucketEncryption ¶
func (_e *MockEncryptor_Expecter) PutBucketEncryption(ctx interface{}, params interface{}, optFns ...interface{}) *MockEncryptor_PutBucketEncryption_Call
PutBucketEncryption is a helper method to define mock.On call
- ctx context.Context
- params *s3.PutBucketEncryptionInput
- optFns ...func(*s3.Options)
type MockEncryptor_GetBucketEncryption_Call ¶
MockEncryptor_GetBucketEncryption_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetBucketEncryption'
func (*MockEncryptor_GetBucketEncryption_Call) Return ¶
func (_c *MockEncryptor_GetBucketEncryption_Call) Return(getBucketEncryptionOutput *s3.GetBucketEncryptionOutput, err error) *MockEncryptor_GetBucketEncryption_Call
func (*MockEncryptor_GetBucketEncryption_Call) Run ¶
func (_c *MockEncryptor_GetBucketEncryption_Call) Run(run func(ctx context.Context, params *s3.GetBucketEncryptionInput, optFns ...func(*s3.Options))) *MockEncryptor_GetBucketEncryption_Call
func (*MockEncryptor_GetBucketEncryption_Call) RunAndReturn ¶
func (_c *MockEncryptor_GetBucketEncryption_Call) RunAndReturn(run func(ctx context.Context, params *s3.GetBucketEncryptionInput, optFns ...func(*s3.Options)) (*s3.GetBucketEncryptionOutput, error)) *MockEncryptor_GetBucketEncryption_Call
type MockEncryptor_PutBucketEncryption_Call ¶
MockEncryptor_PutBucketEncryption_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PutBucketEncryption'
func (*MockEncryptor_PutBucketEncryption_Call) Return ¶
func (_c *MockEncryptor_PutBucketEncryption_Call) Return(putBucketEncryptionOutput *s3.PutBucketEncryptionOutput, err error) *MockEncryptor_PutBucketEncryption_Call
func (*MockEncryptor_PutBucketEncryption_Call) Run ¶
func (_c *MockEncryptor_PutBucketEncryption_Call) Run(run func(ctx context.Context, params *s3.PutBucketEncryptionInput, optFns ...func(*s3.Options))) *MockEncryptor_PutBucketEncryption_Call
func (*MockEncryptor_PutBucketEncryption_Call) RunAndReturn ¶
func (_c *MockEncryptor_PutBucketEncryption_Call) RunAndReturn(run func(ctx context.Context, params *s3.PutBucketEncryptionInput, optFns ...func(*s3.Options)) (*s3.PutBucketEncryptionOutput, error)) *MockEncryptor_PutBucketEncryption_Call
type MockIntelligentTieringManager ¶
MockIntelligentTieringManager is an autogenerated mock type for the IntelligentTieringManager type
func NewMockIntelligentTieringManager ¶
func NewMockIntelligentTieringManager(t interface {
mock.TestingT
Cleanup(func())
}) *MockIntelligentTieringManager
NewMockIntelligentTieringManager creates a new instance of MockIntelligentTieringManager. 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 (*MockIntelligentTieringManager) DeleteBucketIntelligentTieringConfiguration ¶
func (_mock *MockIntelligentTieringManager) DeleteBucketIntelligentTieringConfiguration(ctx context.Context, params *s3.DeleteBucketIntelligentTieringConfigurationInput, optFns ...func(*s3.Options)) (*s3.DeleteBucketIntelligentTieringConfigurationOutput, error)
DeleteBucketIntelligentTieringConfiguration provides a mock function for the type MockIntelligentTieringManager
func (*MockIntelligentTieringManager) EXPECT ¶
func (_m *MockIntelligentTieringManager) EXPECT() *MockIntelligentTieringManager_Expecter
func (*MockIntelligentTieringManager) GetBucketIntelligentTieringConfiguration ¶
func (_mock *MockIntelligentTieringManager) GetBucketIntelligentTieringConfiguration(ctx context.Context, params *s3.GetBucketIntelligentTieringConfigurationInput, optFns ...func(*s3.Options)) (*s3.GetBucketIntelligentTieringConfigurationOutput, error)
GetBucketIntelligentTieringConfiguration provides a mock function for the type MockIntelligentTieringManager
func (*MockIntelligentTieringManager) PutBucketIntelligentTieringConfiguration ¶
func (_mock *MockIntelligentTieringManager) PutBucketIntelligentTieringConfiguration(ctx context.Context, params *s3.PutBucketIntelligentTieringConfigurationInput, optFns ...func(*s3.Options)) (*s3.PutBucketIntelligentTieringConfigurationOutput, error)
PutBucketIntelligentTieringConfiguration provides a mock function for the type MockIntelligentTieringManager
type MockIntelligentTieringManager_DeleteBucketIntelligentTieringConfiguration_Call ¶
type MockIntelligentTieringManager_DeleteBucketIntelligentTieringConfiguration_Call struct {
*mock.Call
}
MockIntelligentTieringManager_DeleteBucketIntelligentTieringConfiguration_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteBucketIntelligentTieringConfiguration'
func (*MockIntelligentTieringManager_DeleteBucketIntelligentTieringConfiguration_Call) Return ¶
func (_c *MockIntelligentTieringManager_DeleteBucketIntelligentTieringConfiguration_Call) Return(deleteBucketIntelligentTieringConfigurationOutput *s3.DeleteBucketIntelligentTieringConfigurationOutput, err error) *MockIntelligentTieringManager_DeleteBucketIntelligentTieringConfiguration_Call
func (*MockIntelligentTieringManager_DeleteBucketIntelligentTieringConfiguration_Call) Run ¶
func (_c *MockIntelligentTieringManager_DeleteBucketIntelligentTieringConfiguration_Call) Run(run func(ctx context.Context, params *s3.DeleteBucketIntelligentTieringConfigurationInput, optFns ...func(*s3.Options))) *MockIntelligentTieringManager_DeleteBucketIntelligentTieringConfiguration_Call
func (*MockIntelligentTieringManager_DeleteBucketIntelligentTieringConfiguration_Call) RunAndReturn ¶
func (_c *MockIntelligentTieringManager_DeleteBucketIntelligentTieringConfiguration_Call) RunAndReturn(run func(ctx context.Context, params *s3.DeleteBucketIntelligentTieringConfigurationInput, optFns ...func(*s3.Options)) (*s3.DeleteBucketIntelligentTieringConfigurationOutput, error)) *MockIntelligentTieringManager_DeleteBucketIntelligentTieringConfiguration_Call
type MockIntelligentTieringManager_Expecter ¶
type MockIntelligentTieringManager_Expecter struct {
// contains filtered or unexported fields
}
func (*MockIntelligentTieringManager_Expecter) DeleteBucketIntelligentTieringConfiguration ¶
func (_e *MockIntelligentTieringManager_Expecter) DeleteBucketIntelligentTieringConfiguration(ctx interface{}, params interface{}, optFns ...interface{}) *MockIntelligentTieringManager_DeleteBucketIntelligentTieringConfiguration_Call
DeleteBucketIntelligentTieringConfiguration is a helper method to define mock.On call
- ctx context.Context
- params *s3.DeleteBucketIntelligentTieringConfigurationInput
- optFns ...func(*s3.Options)
func (*MockIntelligentTieringManager_Expecter) GetBucketIntelligentTieringConfiguration ¶
func (_e *MockIntelligentTieringManager_Expecter) GetBucketIntelligentTieringConfiguration(ctx interface{}, params interface{}, optFns ...interface{}) *MockIntelligentTieringManager_GetBucketIntelligentTieringConfiguration_Call
GetBucketIntelligentTieringConfiguration is a helper method to define mock.On call
- ctx context.Context
- params *s3.GetBucketIntelligentTieringConfigurationInput
- optFns ...func(*s3.Options)
func (*MockIntelligentTieringManager_Expecter) PutBucketIntelligentTieringConfiguration ¶
func (_e *MockIntelligentTieringManager_Expecter) PutBucketIntelligentTieringConfiguration(ctx interface{}, params interface{}, optFns ...interface{}) *MockIntelligentTieringManager_PutBucketIntelligentTieringConfiguration_Call
PutBucketIntelligentTieringConfiguration is a helper method to define mock.On call
- ctx context.Context
- params *s3.PutBucketIntelligentTieringConfigurationInput
- optFns ...func(*s3.Options)
type MockIntelligentTieringManager_GetBucketIntelligentTieringConfiguration_Call ¶
type MockIntelligentTieringManager_GetBucketIntelligentTieringConfiguration_Call struct {
*mock.Call
}
MockIntelligentTieringManager_GetBucketIntelligentTieringConfiguration_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetBucketIntelligentTieringConfiguration'
func (*MockIntelligentTieringManager_GetBucketIntelligentTieringConfiguration_Call) Return ¶
func (_c *MockIntelligentTieringManager_GetBucketIntelligentTieringConfiguration_Call) Return(getBucketIntelligentTieringConfigurationOutput *s3.GetBucketIntelligentTieringConfigurationOutput, err error) *MockIntelligentTieringManager_GetBucketIntelligentTieringConfiguration_Call
func (*MockIntelligentTieringManager_GetBucketIntelligentTieringConfiguration_Call) Run ¶
func (_c *MockIntelligentTieringManager_GetBucketIntelligentTieringConfiguration_Call) Run(run func(ctx context.Context, params *s3.GetBucketIntelligentTieringConfigurationInput, optFns ...func(*s3.Options))) *MockIntelligentTieringManager_GetBucketIntelligentTieringConfiguration_Call
func (*MockIntelligentTieringManager_GetBucketIntelligentTieringConfiguration_Call) RunAndReturn ¶
func (_c *MockIntelligentTieringManager_GetBucketIntelligentTieringConfiguration_Call) RunAndReturn(run func(ctx context.Context, params *s3.GetBucketIntelligentTieringConfigurationInput, optFns ...func(*s3.Options)) (*s3.GetBucketIntelligentTieringConfigurationOutput, error)) *MockIntelligentTieringManager_GetBucketIntelligentTieringConfiguration_Call
type MockIntelligentTieringManager_PutBucketIntelligentTieringConfiguration_Call ¶
type MockIntelligentTieringManager_PutBucketIntelligentTieringConfiguration_Call struct {
*mock.Call
}
MockIntelligentTieringManager_PutBucketIntelligentTieringConfiguration_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PutBucketIntelligentTieringConfiguration'
func (*MockIntelligentTieringManager_PutBucketIntelligentTieringConfiguration_Call) Return ¶
func (_c *MockIntelligentTieringManager_PutBucketIntelligentTieringConfiguration_Call) Return(putBucketIntelligentTieringConfigurationOutput *s3.PutBucketIntelligentTieringConfigurationOutput, err error) *MockIntelligentTieringManager_PutBucketIntelligentTieringConfiguration_Call
func (*MockIntelligentTieringManager_PutBucketIntelligentTieringConfiguration_Call) Run ¶
func (_c *MockIntelligentTieringManager_PutBucketIntelligentTieringConfiguration_Call) Run(run func(ctx context.Context, params *s3.PutBucketIntelligentTieringConfigurationInput, optFns ...func(*s3.Options))) *MockIntelligentTieringManager_PutBucketIntelligentTieringConfiguration_Call
func (*MockIntelligentTieringManager_PutBucketIntelligentTieringConfiguration_Call) RunAndReturn ¶
func (_c *MockIntelligentTieringManager_PutBucketIntelligentTieringConfiguration_Call) RunAndReturn(run func(ctx context.Context, params *s3.PutBucketIntelligentTieringConfigurationInput, optFns ...func(*s3.Options)) (*s3.PutBucketIntelligentTieringConfigurationOutput, error)) *MockIntelligentTieringManager_PutBucketIntelligentTieringConfiguration_Call
type MockInventoryManager ¶
MockInventoryManager is an autogenerated mock type for the InventoryManager type
func NewMockInventoryManager ¶
func NewMockInventoryManager(t interface {
mock.TestingT
Cleanup(func())
}) *MockInventoryManager
NewMockInventoryManager creates a new instance of MockInventoryManager. 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 (*MockInventoryManager) DeleteBucketInventoryConfiguration ¶
func (_mock *MockInventoryManager) DeleteBucketInventoryConfiguration(ctx context.Context, params *s3.DeleteBucketInventoryConfigurationInput, optFns ...func(*s3.Options)) (*s3.DeleteBucketInventoryConfigurationOutput, error)
DeleteBucketInventoryConfiguration provides a mock function for the type MockInventoryManager
func (*MockInventoryManager) EXPECT ¶
func (_m *MockInventoryManager) EXPECT() *MockInventoryManager_Expecter
func (*MockInventoryManager) GetBucketInventoryConfiguration ¶
func (_mock *MockInventoryManager) GetBucketInventoryConfiguration(ctx context.Context, params *s3.GetBucketInventoryConfigurationInput, optFns ...func(*s3.Options)) (*s3.GetBucketInventoryConfigurationOutput, error)
GetBucketInventoryConfiguration provides a mock function for the type MockInventoryManager
func (*MockInventoryManager) PutBucketInventoryConfiguration ¶
func (_mock *MockInventoryManager) PutBucketInventoryConfiguration(ctx context.Context, params *s3.PutBucketInventoryConfigurationInput, optFns ...func(*s3.Options)) (*s3.PutBucketInventoryConfigurationOutput, error)
PutBucketInventoryConfiguration provides a mock function for the type MockInventoryManager
type MockInventoryManager_DeleteBucketInventoryConfiguration_Call ¶
MockInventoryManager_DeleteBucketInventoryConfiguration_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteBucketInventoryConfiguration'
func (*MockInventoryManager_DeleteBucketInventoryConfiguration_Call) Return ¶
func (_c *MockInventoryManager_DeleteBucketInventoryConfiguration_Call) Return(deleteBucketInventoryConfigurationOutput *s3.DeleteBucketInventoryConfigurationOutput, err error) *MockInventoryManager_DeleteBucketInventoryConfiguration_Call
func (*MockInventoryManager_DeleteBucketInventoryConfiguration_Call) Run ¶
func (_c *MockInventoryManager_DeleteBucketInventoryConfiguration_Call) Run(run func(ctx context.Context, params *s3.DeleteBucketInventoryConfigurationInput, optFns ...func(*s3.Options))) *MockInventoryManager_DeleteBucketInventoryConfiguration_Call
func (*MockInventoryManager_DeleteBucketInventoryConfiguration_Call) RunAndReturn ¶
func (_c *MockInventoryManager_DeleteBucketInventoryConfiguration_Call) RunAndReturn(run func(ctx context.Context, params *s3.DeleteBucketInventoryConfigurationInput, optFns ...func(*s3.Options)) (*s3.DeleteBucketInventoryConfigurationOutput, error)) *MockInventoryManager_DeleteBucketInventoryConfiguration_Call
type MockInventoryManager_Expecter ¶
type MockInventoryManager_Expecter struct {
// contains filtered or unexported fields
}
func (*MockInventoryManager_Expecter) DeleteBucketInventoryConfiguration ¶
func (_e *MockInventoryManager_Expecter) DeleteBucketInventoryConfiguration(ctx interface{}, params interface{}, optFns ...interface{}) *MockInventoryManager_DeleteBucketInventoryConfiguration_Call
DeleteBucketInventoryConfiguration is a helper method to define mock.On call
- ctx context.Context
- params *s3.DeleteBucketInventoryConfigurationInput
- optFns ...func(*s3.Options)
func (*MockInventoryManager_Expecter) GetBucketInventoryConfiguration ¶
func (_e *MockInventoryManager_Expecter) GetBucketInventoryConfiguration(ctx interface{}, params interface{}, optFns ...interface{}) *MockInventoryManager_GetBucketInventoryConfiguration_Call
GetBucketInventoryConfiguration is a helper method to define mock.On call
- ctx context.Context
- params *s3.GetBucketInventoryConfigurationInput
- optFns ...func(*s3.Options)
func (*MockInventoryManager_Expecter) PutBucketInventoryConfiguration ¶
func (_e *MockInventoryManager_Expecter) PutBucketInventoryConfiguration(ctx interface{}, params interface{}, optFns ...interface{}) *MockInventoryManager_PutBucketInventoryConfiguration_Call
PutBucketInventoryConfiguration is a helper method to define mock.On call
- ctx context.Context
- params *s3.PutBucketInventoryConfigurationInput
- optFns ...func(*s3.Options)
type MockInventoryManager_GetBucketInventoryConfiguration_Call ¶
MockInventoryManager_GetBucketInventoryConfiguration_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetBucketInventoryConfiguration'
func (*MockInventoryManager_GetBucketInventoryConfiguration_Call) Return ¶
func (_c *MockInventoryManager_GetBucketInventoryConfiguration_Call) Return(getBucketInventoryConfigurationOutput *s3.GetBucketInventoryConfigurationOutput, err error) *MockInventoryManager_GetBucketInventoryConfiguration_Call
func (*MockInventoryManager_GetBucketInventoryConfiguration_Call) Run ¶
func (_c *MockInventoryManager_GetBucketInventoryConfiguration_Call) Run(run func(ctx context.Context, params *s3.GetBucketInventoryConfigurationInput, optFns ...func(*s3.Options))) *MockInventoryManager_GetBucketInventoryConfiguration_Call
func (*MockInventoryManager_GetBucketInventoryConfiguration_Call) RunAndReturn ¶
func (_c *MockInventoryManager_GetBucketInventoryConfiguration_Call) RunAndReturn(run func(ctx context.Context, params *s3.GetBucketInventoryConfigurationInput, optFns ...func(*s3.Options)) (*s3.GetBucketInventoryConfigurationOutput, error)) *MockInventoryManager_GetBucketInventoryConfiguration_Call
type MockInventoryManager_PutBucketInventoryConfiguration_Call ¶
MockInventoryManager_PutBucketInventoryConfiguration_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PutBucketInventoryConfiguration'
func (*MockInventoryManager_PutBucketInventoryConfiguration_Call) Return ¶
func (_c *MockInventoryManager_PutBucketInventoryConfiguration_Call) Return(putBucketInventoryConfigurationOutput *s3.PutBucketInventoryConfigurationOutput, err error) *MockInventoryManager_PutBucketInventoryConfiguration_Call
func (*MockInventoryManager_PutBucketInventoryConfiguration_Call) Run ¶
func (_c *MockInventoryManager_PutBucketInventoryConfiguration_Call) Run(run func(ctx context.Context, params *s3.PutBucketInventoryConfigurationInput, optFns ...func(*s3.Options))) *MockInventoryManager_PutBucketInventoryConfiguration_Call
func (*MockInventoryManager_PutBucketInventoryConfiguration_Call) RunAndReturn ¶
func (_c *MockInventoryManager_PutBucketInventoryConfiguration_Call) RunAndReturn(run func(ctx context.Context, params *s3.PutBucketInventoryConfigurationInput, optFns ...func(*s3.Options)) (*s3.PutBucketInventoryConfigurationOutput, error)) *MockInventoryManager_PutBucketInventoryConfiguration_Call
type MockLegalHoldManager ¶
MockLegalHoldManager is an autogenerated mock type for the LegalHoldManager type
func NewMockLegalHoldManager ¶
func NewMockLegalHoldManager(t interface {
mock.TestingT
Cleanup(func())
}) *MockLegalHoldManager
NewMockLegalHoldManager creates a new instance of MockLegalHoldManager. 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 (*MockLegalHoldManager) EXPECT ¶
func (_m *MockLegalHoldManager) EXPECT() *MockLegalHoldManager_Expecter
func (*MockLegalHoldManager) GetObjectLegalHold ¶
func (_mock *MockLegalHoldManager) GetObjectLegalHold(ctx context.Context, params *s3.GetObjectLegalHoldInput, optFns ...func(*s3.Options)) (*s3.GetObjectLegalHoldOutput, error)
GetObjectLegalHold provides a mock function for the type MockLegalHoldManager
func (*MockLegalHoldManager) PutObjectLegalHold ¶
func (_mock *MockLegalHoldManager) PutObjectLegalHold(ctx context.Context, params *s3.PutObjectLegalHoldInput, optFns ...func(*s3.Options)) (*s3.PutObjectLegalHoldOutput, error)
PutObjectLegalHold provides a mock function for the type MockLegalHoldManager
type MockLegalHoldManager_Expecter ¶
type MockLegalHoldManager_Expecter struct {
// contains filtered or unexported fields
}
func (*MockLegalHoldManager_Expecter) GetObjectLegalHold ¶
func (_e *MockLegalHoldManager_Expecter) GetObjectLegalHold(ctx interface{}, params interface{}, optFns ...interface{}) *MockLegalHoldManager_GetObjectLegalHold_Call
GetObjectLegalHold is a helper method to define mock.On call
- ctx context.Context
- params *s3.GetObjectLegalHoldInput
- optFns ...func(*s3.Options)
func (*MockLegalHoldManager_Expecter) PutObjectLegalHold ¶
func (_e *MockLegalHoldManager_Expecter) PutObjectLegalHold(ctx interface{}, params interface{}, optFns ...interface{}) *MockLegalHoldManager_PutObjectLegalHold_Call
PutObjectLegalHold is a helper method to define mock.On call
- ctx context.Context
- params *s3.PutObjectLegalHoldInput
- optFns ...func(*s3.Options)
type MockLegalHoldManager_GetObjectLegalHold_Call ¶
MockLegalHoldManager_GetObjectLegalHold_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetObjectLegalHold'
func (*MockLegalHoldManager_GetObjectLegalHold_Call) Return ¶
func (_c *MockLegalHoldManager_GetObjectLegalHold_Call) Return(getObjectLegalHoldOutput *s3.GetObjectLegalHoldOutput, err error) *MockLegalHoldManager_GetObjectLegalHold_Call
func (*MockLegalHoldManager_GetObjectLegalHold_Call) Run ¶
func (_c *MockLegalHoldManager_GetObjectLegalHold_Call) Run(run func(ctx context.Context, params *s3.GetObjectLegalHoldInput, optFns ...func(*s3.Options))) *MockLegalHoldManager_GetObjectLegalHold_Call
func (*MockLegalHoldManager_GetObjectLegalHold_Call) RunAndReturn ¶
func (_c *MockLegalHoldManager_GetObjectLegalHold_Call) RunAndReturn(run func(ctx context.Context, params *s3.GetObjectLegalHoldInput, optFns ...func(*s3.Options)) (*s3.GetObjectLegalHoldOutput, error)) *MockLegalHoldManager_GetObjectLegalHold_Call
type MockLegalHoldManager_PutObjectLegalHold_Call ¶
MockLegalHoldManager_PutObjectLegalHold_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PutObjectLegalHold'
func (*MockLegalHoldManager_PutObjectLegalHold_Call) Return ¶
func (_c *MockLegalHoldManager_PutObjectLegalHold_Call) Return(putObjectLegalHoldOutput *s3.PutObjectLegalHoldOutput, err error) *MockLegalHoldManager_PutObjectLegalHold_Call
func (*MockLegalHoldManager_PutObjectLegalHold_Call) Run ¶
func (_c *MockLegalHoldManager_PutObjectLegalHold_Call) Run(run func(ctx context.Context, params *s3.PutObjectLegalHoldInput, optFns ...func(*s3.Options))) *MockLegalHoldManager_PutObjectLegalHold_Call
func (*MockLegalHoldManager_PutObjectLegalHold_Call) RunAndReturn ¶
func (_c *MockLegalHoldManager_PutObjectLegalHold_Call) RunAndReturn(run func(ctx context.Context, params *s3.PutObjectLegalHoldInput, optFns ...func(*s3.Options)) (*s3.PutObjectLegalHoldOutput, error)) *MockLegalHoldManager_PutObjectLegalHold_Call
type MockLifecycleManager ¶
MockLifecycleManager is an autogenerated mock type for the LifecycleManager type
func NewMockLifecycleManager ¶
func NewMockLifecycleManager(t interface {
mock.TestingT
Cleanup(func())
}) *MockLifecycleManager
NewMockLifecycleManager creates a new instance of MockLifecycleManager. 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 (*MockLifecycleManager) DeleteBucketLifecycle ¶
func (_mock *MockLifecycleManager) DeleteBucketLifecycle(ctx context.Context, params *s3.DeleteBucketLifecycleInput, optFns ...func(*s3.Options)) (*s3.DeleteBucketLifecycleOutput, error)
DeleteBucketLifecycle provides a mock function for the type MockLifecycleManager
func (*MockLifecycleManager) EXPECT ¶
func (_m *MockLifecycleManager) EXPECT() *MockLifecycleManager_Expecter
func (*MockLifecycleManager) GetBucketLifecycleConfiguration ¶
func (_mock *MockLifecycleManager) GetBucketLifecycleConfiguration(ctx context.Context, params *s3.GetBucketLifecycleConfigurationInput, optFns ...func(*s3.Options)) (*s3.GetBucketLifecycleConfigurationOutput, error)
GetBucketLifecycleConfiguration provides a mock function for the type MockLifecycleManager
func (*MockLifecycleManager) PutBucketLifecycleConfiguration ¶
func (_mock *MockLifecycleManager) PutBucketLifecycleConfiguration(ctx context.Context, params *s3.PutBucketLifecycleConfigurationInput, optFns ...func(*s3.Options)) (*s3.PutBucketLifecycleConfigurationOutput, error)
PutBucketLifecycleConfiguration provides a mock function for the type MockLifecycleManager
type MockLifecycleManager_DeleteBucketLifecycle_Call ¶
MockLifecycleManager_DeleteBucketLifecycle_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteBucketLifecycle'
func (*MockLifecycleManager_DeleteBucketLifecycle_Call) Return ¶
func (_c *MockLifecycleManager_DeleteBucketLifecycle_Call) Return(deleteBucketLifecycleOutput *s3.DeleteBucketLifecycleOutput, err error) *MockLifecycleManager_DeleteBucketLifecycle_Call
func (*MockLifecycleManager_DeleteBucketLifecycle_Call) Run ¶
func (_c *MockLifecycleManager_DeleteBucketLifecycle_Call) Run(run func(ctx context.Context, params *s3.DeleteBucketLifecycleInput, optFns ...func(*s3.Options))) *MockLifecycleManager_DeleteBucketLifecycle_Call
func (*MockLifecycleManager_DeleteBucketLifecycle_Call) RunAndReturn ¶
func (_c *MockLifecycleManager_DeleteBucketLifecycle_Call) RunAndReturn(run func(ctx context.Context, params *s3.DeleteBucketLifecycleInput, optFns ...func(*s3.Options)) (*s3.DeleteBucketLifecycleOutput, error)) *MockLifecycleManager_DeleteBucketLifecycle_Call
type MockLifecycleManager_Expecter ¶
type MockLifecycleManager_Expecter struct {
// contains filtered or unexported fields
}
func (*MockLifecycleManager_Expecter) DeleteBucketLifecycle ¶
func (_e *MockLifecycleManager_Expecter) DeleteBucketLifecycle(ctx interface{}, params interface{}, optFns ...interface{}) *MockLifecycleManager_DeleteBucketLifecycle_Call
DeleteBucketLifecycle is a helper method to define mock.On call
- ctx context.Context
- params *s3.DeleteBucketLifecycleInput
- optFns ...func(*s3.Options)
func (*MockLifecycleManager_Expecter) GetBucketLifecycleConfiguration ¶
func (_e *MockLifecycleManager_Expecter) GetBucketLifecycleConfiguration(ctx interface{}, params interface{}, optFns ...interface{}) *MockLifecycleManager_GetBucketLifecycleConfiguration_Call
GetBucketLifecycleConfiguration is a helper method to define mock.On call
- ctx context.Context
- params *s3.GetBucketLifecycleConfigurationInput
- optFns ...func(*s3.Options)
func (*MockLifecycleManager_Expecter) PutBucketLifecycleConfiguration ¶
func (_e *MockLifecycleManager_Expecter) PutBucketLifecycleConfiguration(ctx interface{}, params interface{}, optFns ...interface{}) *MockLifecycleManager_PutBucketLifecycleConfiguration_Call
PutBucketLifecycleConfiguration is a helper method to define mock.On call
- ctx context.Context
- params *s3.PutBucketLifecycleConfigurationInput
- optFns ...func(*s3.Options)
type MockLifecycleManager_GetBucketLifecycleConfiguration_Call ¶
MockLifecycleManager_GetBucketLifecycleConfiguration_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetBucketLifecycleConfiguration'
func (*MockLifecycleManager_GetBucketLifecycleConfiguration_Call) Return ¶
func (_c *MockLifecycleManager_GetBucketLifecycleConfiguration_Call) Return(getBucketLifecycleConfigurationOutput *s3.GetBucketLifecycleConfigurationOutput, err error) *MockLifecycleManager_GetBucketLifecycleConfiguration_Call
func (*MockLifecycleManager_GetBucketLifecycleConfiguration_Call) Run ¶
func (_c *MockLifecycleManager_GetBucketLifecycleConfiguration_Call) Run(run func(ctx context.Context, params *s3.GetBucketLifecycleConfigurationInput, optFns ...func(*s3.Options))) *MockLifecycleManager_GetBucketLifecycleConfiguration_Call
func (*MockLifecycleManager_GetBucketLifecycleConfiguration_Call) RunAndReturn ¶
func (_c *MockLifecycleManager_GetBucketLifecycleConfiguration_Call) RunAndReturn(run func(ctx context.Context, params *s3.GetBucketLifecycleConfigurationInput, optFns ...func(*s3.Options)) (*s3.GetBucketLifecycleConfigurationOutput, error)) *MockLifecycleManager_GetBucketLifecycleConfiguration_Call
type MockLifecycleManager_PutBucketLifecycleConfiguration_Call ¶
MockLifecycleManager_PutBucketLifecycleConfiguration_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PutBucketLifecycleConfiguration'
func (*MockLifecycleManager_PutBucketLifecycleConfiguration_Call) Return ¶
func (_c *MockLifecycleManager_PutBucketLifecycleConfiguration_Call) Return(putBucketLifecycleConfigurationOutput *s3.PutBucketLifecycleConfigurationOutput, err error) *MockLifecycleManager_PutBucketLifecycleConfiguration_Call
func (*MockLifecycleManager_PutBucketLifecycleConfiguration_Call) Run ¶
func (_c *MockLifecycleManager_PutBucketLifecycleConfiguration_Call) Run(run func(ctx context.Context, params *s3.PutBucketLifecycleConfigurationInput, optFns ...func(*s3.Options))) *MockLifecycleManager_PutBucketLifecycleConfiguration_Call
func (*MockLifecycleManager_PutBucketLifecycleConfiguration_Call) RunAndReturn ¶
func (_c *MockLifecycleManager_PutBucketLifecycleConfiguration_Call) RunAndReturn(run func(ctx context.Context, params *s3.PutBucketLifecycleConfigurationInput, optFns ...func(*s3.Options)) (*s3.PutBucketLifecycleConfigurationOutput, error)) *MockLifecycleManager_PutBucketLifecycleConfiguration_Call
type MockLister ¶
MockLister is an autogenerated mock type for the Lister type
func NewMockLister ¶
func NewMockLister(t interface {
mock.TestingT
Cleanup(func())
}) *MockLister
NewMockLister creates a new instance of MockLister. 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 (*MockLister) EXPECT ¶
func (_m *MockLister) EXPECT() *MockLister_Expecter
func (*MockLister) ListObjectsV2 ¶
func (_mock *MockLister) ListObjectsV2(ctx context.Context, params *s3.ListObjectsV2Input, optFns ...func(*s3.Options)) (*s3.ListObjectsV2Output, error)
ListObjectsV2 provides a mock function for the type MockLister
type MockLister_Expecter ¶
type MockLister_Expecter struct {
// contains filtered or unexported fields
}
func (*MockLister_Expecter) ListObjectsV2 ¶
func (_e *MockLister_Expecter) ListObjectsV2(ctx interface{}, params interface{}, optFns ...interface{}) *MockLister_ListObjectsV2_Call
ListObjectsV2 is a helper method to define mock.On call
- ctx context.Context
- params *s3.ListObjectsV2Input
- optFns ...func(*s3.Options)
type MockLister_ListObjectsV2_Call ¶
MockLister_ListObjectsV2_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListObjectsV2'
func (*MockLister_ListObjectsV2_Call) Return ¶
func (_c *MockLister_ListObjectsV2_Call) Return(listObjectsV2Output *s3.ListObjectsV2Output, err error) *MockLister_ListObjectsV2_Call
func (*MockLister_ListObjectsV2_Call) Run ¶
func (_c *MockLister_ListObjectsV2_Call) Run(run func(ctx context.Context, params *s3.ListObjectsV2Input, optFns ...func(*s3.Options))) *MockLister_ListObjectsV2_Call
func (*MockLister_ListObjectsV2_Call) RunAndReturn ¶
func (_c *MockLister_ListObjectsV2_Call) RunAndReturn(run func(ctx context.Context, params *s3.ListObjectsV2Input, optFns ...func(*s3.Options)) (*s3.ListObjectsV2Output, error)) *MockLister_ListObjectsV2_Call
type MockListingManager ¶
MockListingManager is an autogenerated mock type for the ListingManager type
func NewMockListingManager ¶
func NewMockListingManager(t interface {
mock.TestingT
Cleanup(func())
}) *MockListingManager
NewMockListingManager creates a new instance of MockListingManager. 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 (*MockListingManager) EXPECT ¶
func (_m *MockListingManager) EXPECT() *MockListingManager_Expecter
func (*MockListingManager) ListBuckets ¶
func (_mock *MockListingManager) ListBuckets(ctx context.Context, params *s3.ListBucketsInput, optFns ...func(*s3.Options)) (*s3.ListBucketsOutput, error)
ListBuckets provides a mock function for the type MockListingManager
func (*MockListingManager) ListObjectsV2 ¶
func (_mock *MockListingManager) ListObjectsV2(ctx context.Context, params *s3.ListObjectsV2Input, optFns ...func(*s3.Options)) (*s3.ListObjectsV2Output, error)
ListObjectsV2 provides a mock function for the type MockListingManager
type MockListingManager_Expecter ¶
type MockListingManager_Expecter struct {
// contains filtered or unexported fields
}
func (*MockListingManager_Expecter) ListBuckets ¶
func (_e *MockListingManager_Expecter) ListBuckets(ctx interface{}, params interface{}, optFns ...interface{}) *MockListingManager_ListBuckets_Call
ListBuckets is a helper method to define mock.On call
- ctx context.Context
- params *s3.ListBucketsInput
- optFns ...func(*s3.Options)
func (*MockListingManager_Expecter) ListObjectsV2 ¶
func (_e *MockListingManager_Expecter) ListObjectsV2(ctx interface{}, params interface{}, optFns ...interface{}) *MockListingManager_ListObjectsV2_Call
ListObjectsV2 is a helper method to define mock.On call
- ctx context.Context
- params *s3.ListObjectsV2Input
- optFns ...func(*s3.Options)
type MockListingManager_ListBuckets_Call ¶
MockListingManager_ListBuckets_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListBuckets'
func (*MockListingManager_ListBuckets_Call) Return ¶
func (_c *MockListingManager_ListBuckets_Call) Return(listBucketsOutput *s3.ListBucketsOutput, err error) *MockListingManager_ListBuckets_Call
func (*MockListingManager_ListBuckets_Call) Run ¶
func (_c *MockListingManager_ListBuckets_Call) Run(run func(ctx context.Context, params *s3.ListBucketsInput, optFns ...func(*s3.Options))) *MockListingManager_ListBuckets_Call
func (*MockListingManager_ListBuckets_Call) RunAndReturn ¶
func (_c *MockListingManager_ListBuckets_Call) RunAndReturn(run func(ctx context.Context, params *s3.ListBucketsInput, optFns ...func(*s3.Options)) (*s3.ListBucketsOutput, error)) *MockListingManager_ListBuckets_Call
type MockListingManager_ListObjectsV2_Call ¶
MockListingManager_ListObjectsV2_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListObjectsV2'
func (*MockListingManager_ListObjectsV2_Call) Return ¶
func (_c *MockListingManager_ListObjectsV2_Call) Return(listObjectsV2Output *s3.ListObjectsV2Output, err error) *MockListingManager_ListObjectsV2_Call
func (*MockListingManager_ListObjectsV2_Call) Run ¶
func (_c *MockListingManager_ListObjectsV2_Call) Run(run func(ctx context.Context, params *s3.ListObjectsV2Input, optFns ...func(*s3.Options))) *MockListingManager_ListObjectsV2_Call
func (*MockListingManager_ListObjectsV2_Call) RunAndReturn ¶
func (_c *MockListingManager_ListObjectsV2_Call) RunAndReturn(run func(ctx context.Context, params *s3.ListObjectsV2Input, optFns ...func(*s3.Options)) (*s3.ListObjectsV2Output, error)) *MockListingManager_ListObjectsV2_Call
type MockLocator ¶
MockLocator is an autogenerated mock type for the Locator type
func NewMockLocator ¶
func NewMockLocator(t interface {
mock.TestingT
Cleanup(func())
}) *MockLocator
NewMockLocator creates a new instance of MockLocator. 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 (*MockLocator) EXPECT ¶
func (_m *MockLocator) EXPECT() *MockLocator_Expecter
func (*MockLocator) GetBucketLocation ¶
func (_mock *MockLocator) GetBucketLocation(ctx context.Context, params *s3.GetBucketLocationInput, optFns ...func(*s3.Options)) (*s3.GetBucketLocationOutput, error)
GetBucketLocation provides a mock function for the type MockLocator
type MockLocator_Expecter ¶
type MockLocator_Expecter struct {
// contains filtered or unexported fields
}
func (*MockLocator_Expecter) GetBucketLocation ¶
func (_e *MockLocator_Expecter) GetBucketLocation(ctx interface{}, params interface{}, optFns ...interface{}) *MockLocator_GetBucketLocation_Call
GetBucketLocation is a helper method to define mock.On call
- ctx context.Context
- params *s3.GetBucketLocationInput
- optFns ...func(*s3.Options)
type MockLocator_GetBucketLocation_Call ¶
MockLocator_GetBucketLocation_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetBucketLocation'
func (*MockLocator_GetBucketLocation_Call) Return ¶
func (_c *MockLocator_GetBucketLocation_Call) Return(getBucketLocationOutput *s3.GetBucketLocationOutput, err error) *MockLocator_GetBucketLocation_Call
func (*MockLocator_GetBucketLocation_Call) Run ¶
func (_c *MockLocator_GetBucketLocation_Call) Run(run func(ctx context.Context, params *s3.GetBucketLocationInput, optFns ...func(*s3.Options))) *MockLocator_GetBucketLocation_Call
func (*MockLocator_GetBucketLocation_Call) RunAndReturn ¶
func (_c *MockLocator_GetBucketLocation_Call) RunAndReturn(run func(ctx context.Context, params *s3.GetBucketLocationInput, optFns ...func(*s3.Options)) (*s3.GetBucketLocationOutput, error)) *MockLocator_GetBucketLocation_Call
type MockLoggingManager ¶
MockLoggingManager is an autogenerated mock type for the LoggingManager type
func NewMockLoggingManager ¶
func NewMockLoggingManager(t interface {
mock.TestingT
Cleanup(func())
}) *MockLoggingManager
NewMockLoggingManager creates a new instance of MockLoggingManager. 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 (*MockLoggingManager) EXPECT ¶
func (_m *MockLoggingManager) EXPECT() *MockLoggingManager_Expecter
func (*MockLoggingManager) GetBucketLogging ¶
func (_mock *MockLoggingManager) GetBucketLogging(ctx context.Context, params *s3.GetBucketLoggingInput, optFns ...func(*s3.Options)) (*s3.GetBucketLoggingOutput, error)
GetBucketLogging provides a mock function for the type MockLoggingManager
func (*MockLoggingManager) PutBucketLogging ¶
func (_mock *MockLoggingManager) PutBucketLogging(ctx context.Context, params *s3.PutBucketLoggingInput, optFns ...func(*s3.Options)) (*s3.PutBucketLoggingOutput, error)
PutBucketLogging provides a mock function for the type MockLoggingManager
type MockLoggingManager_Expecter ¶
type MockLoggingManager_Expecter struct {
// contains filtered or unexported fields
}
func (*MockLoggingManager_Expecter) GetBucketLogging ¶
func (_e *MockLoggingManager_Expecter) GetBucketLogging(ctx interface{}, params interface{}, optFns ...interface{}) *MockLoggingManager_GetBucketLogging_Call
GetBucketLogging is a helper method to define mock.On call
- ctx context.Context
- params *s3.GetBucketLoggingInput
- optFns ...func(*s3.Options)
func (*MockLoggingManager_Expecter) PutBucketLogging ¶
func (_e *MockLoggingManager_Expecter) PutBucketLogging(ctx interface{}, params interface{}, optFns ...interface{}) *MockLoggingManager_PutBucketLogging_Call
PutBucketLogging is a helper method to define mock.On call
- ctx context.Context
- params *s3.PutBucketLoggingInput
- optFns ...func(*s3.Options)
type MockLoggingManager_GetBucketLogging_Call ¶
MockLoggingManager_GetBucketLogging_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetBucketLogging'
func (*MockLoggingManager_GetBucketLogging_Call) Return ¶
func (_c *MockLoggingManager_GetBucketLogging_Call) Return(getBucketLoggingOutput *s3.GetBucketLoggingOutput, err error) *MockLoggingManager_GetBucketLogging_Call
func (*MockLoggingManager_GetBucketLogging_Call) Run ¶
func (_c *MockLoggingManager_GetBucketLogging_Call) Run(run func(ctx context.Context, params *s3.GetBucketLoggingInput, optFns ...func(*s3.Options))) *MockLoggingManager_GetBucketLogging_Call
func (*MockLoggingManager_GetBucketLogging_Call) RunAndReturn ¶
func (_c *MockLoggingManager_GetBucketLogging_Call) RunAndReturn(run func(ctx context.Context, params *s3.GetBucketLoggingInput, optFns ...func(*s3.Options)) (*s3.GetBucketLoggingOutput, error)) *MockLoggingManager_GetBucketLogging_Call
type MockLoggingManager_PutBucketLogging_Call ¶
MockLoggingManager_PutBucketLogging_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PutBucketLogging'
func (*MockLoggingManager_PutBucketLogging_Call) Return ¶
func (_c *MockLoggingManager_PutBucketLogging_Call) Return(putBucketLoggingOutput *s3.PutBucketLoggingOutput, err error) *MockLoggingManager_PutBucketLogging_Call
func (*MockLoggingManager_PutBucketLogging_Call) Run ¶
func (_c *MockLoggingManager_PutBucketLogging_Call) Run(run func(ctx context.Context, params *s3.PutBucketLoggingInput, optFns ...func(*s3.Options))) *MockLoggingManager_PutBucketLogging_Call
func (*MockLoggingManager_PutBucketLogging_Call) RunAndReturn ¶
func (_c *MockLoggingManager_PutBucketLogging_Call) RunAndReturn(run func(ctx context.Context, params *s3.PutBucketLoggingInput, optFns ...func(*s3.Options)) (*s3.PutBucketLoggingOutput, error)) *MockLoggingManager_PutBucketLogging_Call
type MockMetadataGetter ¶
MockMetadataGetter is an autogenerated mock type for the MetadataGetter type
func NewMockMetadataGetter ¶
func NewMockMetadataGetter(t interface {
mock.TestingT
Cleanup(func())
}) *MockMetadataGetter
NewMockMetadataGetter creates a new instance of MockMetadataGetter. 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 (*MockMetadataGetter) EXPECT ¶
func (_m *MockMetadataGetter) EXPECT() *MockMetadataGetter_Expecter
func (*MockMetadataGetter) HeadObject ¶
func (_mock *MockMetadataGetter) HeadObject(ctx context.Context, params *s3.HeadObjectInput, optFns ...func(*s3.Options)) (*s3.HeadObjectOutput, error)
HeadObject provides a mock function for the type MockMetadataGetter
type MockMetadataGetter_Expecter ¶
type MockMetadataGetter_Expecter struct {
// contains filtered or unexported fields
}
func (*MockMetadataGetter_Expecter) HeadObject ¶
func (_e *MockMetadataGetter_Expecter) HeadObject(ctx interface{}, params interface{}, optFns ...interface{}) *MockMetadataGetter_HeadObject_Call
HeadObject is a helper method to define mock.On call
- ctx context.Context
- params *s3.HeadObjectInput
- optFns ...func(*s3.Options)
type MockMetadataGetter_HeadObject_Call ¶
MockMetadataGetter_HeadObject_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'HeadObject'
func (*MockMetadataGetter_HeadObject_Call) Return ¶
func (_c *MockMetadataGetter_HeadObject_Call) Return(headObjectOutput *s3.HeadObjectOutput, err error) *MockMetadataGetter_HeadObject_Call
func (*MockMetadataGetter_HeadObject_Call) Run ¶
func (_c *MockMetadataGetter_HeadObject_Call) Run(run func(ctx context.Context, params *s3.HeadObjectInput, optFns ...func(*s3.Options))) *MockMetadataGetter_HeadObject_Call
func (*MockMetadataGetter_HeadObject_Call) RunAndReturn ¶
func (_c *MockMetadataGetter_HeadObject_Call) RunAndReturn(run func(ctx context.Context, params *s3.HeadObjectInput, optFns ...func(*s3.Options)) (*s3.HeadObjectOutput, error)) *MockMetadataGetter_HeadObject_Call
type MockMetricsManager ¶
MockMetricsManager is an autogenerated mock type for the MetricsManager type
func NewMockMetricsManager ¶
func NewMockMetricsManager(t interface {
mock.TestingT
Cleanup(func())
}) *MockMetricsManager
NewMockMetricsManager creates a new instance of MockMetricsManager. 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 (*MockMetricsManager) DeleteBucketMetricsConfiguration ¶
func (_mock *MockMetricsManager) DeleteBucketMetricsConfiguration(ctx context.Context, params *s3.DeleteBucketMetricsConfigurationInput, optFns ...func(*s3.Options)) (*s3.DeleteBucketMetricsConfigurationOutput, error)
DeleteBucketMetricsConfiguration provides a mock function for the type MockMetricsManager
func (*MockMetricsManager) EXPECT ¶
func (_m *MockMetricsManager) EXPECT() *MockMetricsManager_Expecter
func (*MockMetricsManager) GetBucketMetricsConfiguration ¶
func (_mock *MockMetricsManager) GetBucketMetricsConfiguration(ctx context.Context, params *s3.GetBucketMetricsConfigurationInput, optFns ...func(*s3.Options)) (*s3.GetBucketMetricsConfigurationOutput, error)
GetBucketMetricsConfiguration provides a mock function for the type MockMetricsManager
func (*MockMetricsManager) PutBucketMetricsConfiguration ¶
func (_mock *MockMetricsManager) PutBucketMetricsConfiguration(ctx context.Context, params *s3.PutBucketMetricsConfigurationInput, optFns ...func(*s3.Options)) (*s3.PutBucketMetricsConfigurationOutput, error)
PutBucketMetricsConfiguration provides a mock function for the type MockMetricsManager
type MockMetricsManager_DeleteBucketMetricsConfiguration_Call ¶
MockMetricsManager_DeleteBucketMetricsConfiguration_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteBucketMetricsConfiguration'
func (*MockMetricsManager_DeleteBucketMetricsConfiguration_Call) Return ¶
func (_c *MockMetricsManager_DeleteBucketMetricsConfiguration_Call) Return(deleteBucketMetricsConfigurationOutput *s3.DeleteBucketMetricsConfigurationOutput, err error) *MockMetricsManager_DeleteBucketMetricsConfiguration_Call
func (*MockMetricsManager_DeleteBucketMetricsConfiguration_Call) Run ¶
func (_c *MockMetricsManager_DeleteBucketMetricsConfiguration_Call) Run(run func(ctx context.Context, params *s3.DeleteBucketMetricsConfigurationInput, optFns ...func(*s3.Options))) *MockMetricsManager_DeleteBucketMetricsConfiguration_Call
func (*MockMetricsManager_DeleteBucketMetricsConfiguration_Call) RunAndReturn ¶
func (_c *MockMetricsManager_DeleteBucketMetricsConfiguration_Call) RunAndReturn(run func(ctx context.Context, params *s3.DeleteBucketMetricsConfigurationInput, optFns ...func(*s3.Options)) (*s3.DeleteBucketMetricsConfigurationOutput, error)) *MockMetricsManager_DeleteBucketMetricsConfiguration_Call
type MockMetricsManager_Expecter ¶
type MockMetricsManager_Expecter struct {
// contains filtered or unexported fields
}
func (*MockMetricsManager_Expecter) DeleteBucketMetricsConfiguration ¶
func (_e *MockMetricsManager_Expecter) DeleteBucketMetricsConfiguration(ctx interface{}, params interface{}, optFns ...interface{}) *MockMetricsManager_DeleteBucketMetricsConfiguration_Call
DeleteBucketMetricsConfiguration is a helper method to define mock.On call
- ctx context.Context
- params *s3.DeleteBucketMetricsConfigurationInput
- optFns ...func(*s3.Options)
func (*MockMetricsManager_Expecter) GetBucketMetricsConfiguration ¶
func (_e *MockMetricsManager_Expecter) GetBucketMetricsConfiguration(ctx interface{}, params interface{}, optFns ...interface{}) *MockMetricsManager_GetBucketMetricsConfiguration_Call
GetBucketMetricsConfiguration is a helper method to define mock.On call
- ctx context.Context
- params *s3.GetBucketMetricsConfigurationInput
- optFns ...func(*s3.Options)
func (*MockMetricsManager_Expecter) PutBucketMetricsConfiguration ¶
func (_e *MockMetricsManager_Expecter) PutBucketMetricsConfiguration(ctx interface{}, params interface{}, optFns ...interface{}) *MockMetricsManager_PutBucketMetricsConfiguration_Call
PutBucketMetricsConfiguration is a helper method to define mock.On call
- ctx context.Context
- params *s3.PutBucketMetricsConfigurationInput
- optFns ...func(*s3.Options)
type MockMetricsManager_GetBucketMetricsConfiguration_Call ¶
MockMetricsManager_GetBucketMetricsConfiguration_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetBucketMetricsConfiguration'
func (*MockMetricsManager_GetBucketMetricsConfiguration_Call) Return ¶
func (_c *MockMetricsManager_GetBucketMetricsConfiguration_Call) Return(getBucketMetricsConfigurationOutput *s3.GetBucketMetricsConfigurationOutput, err error) *MockMetricsManager_GetBucketMetricsConfiguration_Call
func (*MockMetricsManager_GetBucketMetricsConfiguration_Call) Run ¶
func (_c *MockMetricsManager_GetBucketMetricsConfiguration_Call) Run(run func(ctx context.Context, params *s3.GetBucketMetricsConfigurationInput, optFns ...func(*s3.Options))) *MockMetricsManager_GetBucketMetricsConfiguration_Call
func (*MockMetricsManager_GetBucketMetricsConfiguration_Call) RunAndReturn ¶
func (_c *MockMetricsManager_GetBucketMetricsConfiguration_Call) RunAndReturn(run func(ctx context.Context, params *s3.GetBucketMetricsConfigurationInput, optFns ...func(*s3.Options)) (*s3.GetBucketMetricsConfigurationOutput, error)) *MockMetricsManager_GetBucketMetricsConfiguration_Call
type MockMetricsManager_PutBucketMetricsConfiguration_Call ¶
MockMetricsManager_PutBucketMetricsConfiguration_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PutBucketMetricsConfiguration'
func (*MockMetricsManager_PutBucketMetricsConfiguration_Call) Return ¶
func (_c *MockMetricsManager_PutBucketMetricsConfiguration_Call) Return(putBucketMetricsConfigurationOutput *s3.PutBucketMetricsConfigurationOutput, err error) *MockMetricsManager_PutBucketMetricsConfiguration_Call
func (*MockMetricsManager_PutBucketMetricsConfiguration_Call) Run ¶
func (_c *MockMetricsManager_PutBucketMetricsConfiguration_Call) Run(run func(ctx context.Context, params *s3.PutBucketMetricsConfigurationInput, optFns ...func(*s3.Options))) *MockMetricsManager_PutBucketMetricsConfiguration_Call
func (*MockMetricsManager_PutBucketMetricsConfiguration_Call) RunAndReturn ¶
func (_c *MockMetricsManager_PutBucketMetricsConfiguration_Call) RunAndReturn(run func(ctx context.Context, params *s3.PutBucketMetricsConfigurationInput, optFns ...func(*s3.Options)) (*s3.PutBucketMetricsConfigurationOutput, error)) *MockMetricsManager_PutBucketMetricsConfiguration_Call
type MockMultipartLister ¶
MockMultipartLister is an autogenerated mock type for the MultipartLister type
func NewMockMultipartLister ¶
func NewMockMultipartLister(t interface {
mock.TestingT
Cleanup(func())
}) *MockMultipartLister
NewMockMultipartLister creates a new instance of MockMultipartLister. 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 (*MockMultipartLister) EXPECT ¶
func (_m *MockMultipartLister) EXPECT() *MockMultipartLister_Expecter
func (*MockMultipartLister) ListMultipartUploads ¶
func (_mock *MockMultipartLister) ListMultipartUploads(ctx context.Context, params *s3.ListMultipartUploadsInput, optFns ...func(*s3.Options)) (*s3.ListMultipartUploadsOutput, error)
ListMultipartUploads provides a mock function for the type MockMultipartLister
func (*MockMultipartLister) ListParts ¶
func (_mock *MockMultipartLister) ListParts(ctx context.Context, params *s3.ListPartsInput, optFns ...func(*s3.Options)) (*s3.ListPartsOutput, error)
ListParts provides a mock function for the type MockMultipartLister
func (*MockMultipartLister) UploadPartCopy ¶
func (_mock *MockMultipartLister) UploadPartCopy(ctx context.Context, params *s3.UploadPartCopyInput, optFns ...func(*s3.Options)) (*s3.UploadPartCopyOutput, error)
UploadPartCopy provides a mock function for the type MockMultipartLister
type MockMultipartLister_Expecter ¶
type MockMultipartLister_Expecter struct {
// contains filtered or unexported fields
}
func (*MockMultipartLister_Expecter) ListMultipartUploads ¶
func (_e *MockMultipartLister_Expecter) ListMultipartUploads(ctx interface{}, params interface{}, optFns ...interface{}) *MockMultipartLister_ListMultipartUploads_Call
ListMultipartUploads is a helper method to define mock.On call
- ctx context.Context
- params *s3.ListMultipartUploadsInput
- optFns ...func(*s3.Options)
func (*MockMultipartLister_Expecter) ListParts ¶
func (_e *MockMultipartLister_Expecter) ListParts(ctx interface{}, params interface{}, optFns ...interface{}) *MockMultipartLister_ListParts_Call
ListParts is a helper method to define mock.On call
- ctx context.Context
- params *s3.ListPartsInput
- optFns ...func(*s3.Options)
func (*MockMultipartLister_Expecter) UploadPartCopy ¶
func (_e *MockMultipartLister_Expecter) UploadPartCopy(ctx interface{}, params interface{}, optFns ...interface{}) *MockMultipartLister_UploadPartCopy_Call
UploadPartCopy is a helper method to define mock.On call
- ctx context.Context
- params *s3.UploadPartCopyInput
- optFns ...func(*s3.Options)
type MockMultipartLister_ListMultipartUploads_Call ¶
MockMultipartLister_ListMultipartUploads_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListMultipartUploads'
func (*MockMultipartLister_ListMultipartUploads_Call) Return ¶
func (_c *MockMultipartLister_ListMultipartUploads_Call) Return(listMultipartUploadsOutput *s3.ListMultipartUploadsOutput, err error) *MockMultipartLister_ListMultipartUploads_Call
func (*MockMultipartLister_ListMultipartUploads_Call) Run ¶
func (_c *MockMultipartLister_ListMultipartUploads_Call) Run(run func(ctx context.Context, params *s3.ListMultipartUploadsInput, optFns ...func(*s3.Options))) *MockMultipartLister_ListMultipartUploads_Call
func (*MockMultipartLister_ListMultipartUploads_Call) RunAndReturn ¶
func (_c *MockMultipartLister_ListMultipartUploads_Call) RunAndReturn(run func(ctx context.Context, params *s3.ListMultipartUploadsInput, optFns ...func(*s3.Options)) (*s3.ListMultipartUploadsOutput, error)) *MockMultipartLister_ListMultipartUploads_Call
type MockMultipartLister_ListParts_Call ¶
MockMultipartLister_ListParts_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListParts'
func (*MockMultipartLister_ListParts_Call) Return ¶
func (_c *MockMultipartLister_ListParts_Call) Return(listPartsOutput *s3.ListPartsOutput, err error) *MockMultipartLister_ListParts_Call
func (*MockMultipartLister_ListParts_Call) Run ¶
func (_c *MockMultipartLister_ListParts_Call) Run(run func(ctx context.Context, params *s3.ListPartsInput, optFns ...func(*s3.Options))) *MockMultipartLister_ListParts_Call
func (*MockMultipartLister_ListParts_Call) RunAndReturn ¶
func (_c *MockMultipartLister_ListParts_Call) RunAndReturn(run func(ctx context.Context, params *s3.ListPartsInput, optFns ...func(*s3.Options)) (*s3.ListPartsOutput, error)) *MockMultipartLister_ListParts_Call
type MockMultipartLister_UploadPartCopy_Call ¶
MockMultipartLister_UploadPartCopy_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UploadPartCopy'
func (*MockMultipartLister_UploadPartCopy_Call) Return ¶
func (_c *MockMultipartLister_UploadPartCopy_Call) Return(uploadPartCopyOutput *s3.UploadPartCopyOutput, err error) *MockMultipartLister_UploadPartCopy_Call
func (*MockMultipartLister_UploadPartCopy_Call) Run ¶
func (_c *MockMultipartLister_UploadPartCopy_Call) Run(run func(ctx context.Context, params *s3.UploadPartCopyInput, optFns ...func(*s3.Options))) *MockMultipartLister_UploadPartCopy_Call
func (*MockMultipartLister_UploadPartCopy_Call) RunAndReturn ¶
func (_c *MockMultipartLister_UploadPartCopy_Call) RunAndReturn(run func(ctx context.Context, params *s3.UploadPartCopyInput, optFns ...func(*s3.Options)) (*s3.UploadPartCopyOutput, error)) *MockMultipartLister_UploadPartCopy_Call
type MockMultipartUploader ¶
MockMultipartUploader is an autogenerated mock type for the MultipartUploader type
func NewMockMultipartUploader ¶
func NewMockMultipartUploader(t interface {
mock.TestingT
Cleanup(func())
}) *MockMultipartUploader
NewMockMultipartUploader creates a new instance of MockMultipartUploader. 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 (*MockMultipartUploader) AbortMultipartUpload ¶
func (_mock *MockMultipartUploader) AbortMultipartUpload(ctx context.Context, params *s3.AbortMultipartUploadInput, optFns ...func(*s3.Options)) (*s3.AbortMultipartUploadOutput, error)
AbortMultipartUpload provides a mock function for the type MockMultipartUploader
func (*MockMultipartUploader) CompleteMultipartUpload ¶
func (_mock *MockMultipartUploader) CompleteMultipartUpload(ctx context.Context, params *s3.CompleteMultipartUploadInput, optFns ...func(*s3.Options)) (*s3.CompleteMultipartUploadOutput, error)
CompleteMultipartUpload provides a mock function for the type MockMultipartUploader
func (*MockMultipartUploader) CreateMultipartUpload ¶
func (_mock *MockMultipartUploader) CreateMultipartUpload(ctx context.Context, params *s3.CreateMultipartUploadInput, optFns ...func(*s3.Options)) (*s3.CreateMultipartUploadOutput, error)
CreateMultipartUpload provides a mock function for the type MockMultipartUploader
func (*MockMultipartUploader) EXPECT ¶
func (_m *MockMultipartUploader) EXPECT() *MockMultipartUploader_Expecter
func (*MockMultipartUploader) UploadPart ¶
func (_mock *MockMultipartUploader) UploadPart(ctx context.Context, params *s3.UploadPartInput, optFns ...func(*s3.Options)) (*s3.UploadPartOutput, error)
UploadPart provides a mock function for the type MockMultipartUploader
type MockMultipartUploader_AbortMultipartUpload_Call ¶
MockMultipartUploader_AbortMultipartUpload_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'AbortMultipartUpload'
func (*MockMultipartUploader_AbortMultipartUpload_Call) Return ¶
func (_c *MockMultipartUploader_AbortMultipartUpload_Call) Return(abortMultipartUploadOutput *s3.AbortMultipartUploadOutput, err error) *MockMultipartUploader_AbortMultipartUpload_Call
func (*MockMultipartUploader_AbortMultipartUpload_Call) Run ¶
func (_c *MockMultipartUploader_AbortMultipartUpload_Call) Run(run func(ctx context.Context, params *s3.AbortMultipartUploadInput, optFns ...func(*s3.Options))) *MockMultipartUploader_AbortMultipartUpload_Call
func (*MockMultipartUploader_AbortMultipartUpload_Call) RunAndReturn ¶
func (_c *MockMultipartUploader_AbortMultipartUpload_Call) RunAndReturn(run func(ctx context.Context, params *s3.AbortMultipartUploadInput, optFns ...func(*s3.Options)) (*s3.AbortMultipartUploadOutput, error)) *MockMultipartUploader_AbortMultipartUpload_Call
type MockMultipartUploader_CompleteMultipartUpload_Call ¶
MockMultipartUploader_CompleteMultipartUpload_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CompleteMultipartUpload'
func (*MockMultipartUploader_CompleteMultipartUpload_Call) Return ¶
func (_c *MockMultipartUploader_CompleteMultipartUpload_Call) Return(completeMultipartUploadOutput *s3.CompleteMultipartUploadOutput, err error) *MockMultipartUploader_CompleteMultipartUpload_Call
func (*MockMultipartUploader_CompleteMultipartUpload_Call) Run ¶
func (_c *MockMultipartUploader_CompleteMultipartUpload_Call) Run(run func(ctx context.Context, params *s3.CompleteMultipartUploadInput, optFns ...func(*s3.Options))) *MockMultipartUploader_CompleteMultipartUpload_Call
func (*MockMultipartUploader_CompleteMultipartUpload_Call) RunAndReturn ¶
func (_c *MockMultipartUploader_CompleteMultipartUpload_Call) RunAndReturn(run func(ctx context.Context, params *s3.CompleteMultipartUploadInput, optFns ...func(*s3.Options)) (*s3.CompleteMultipartUploadOutput, error)) *MockMultipartUploader_CompleteMultipartUpload_Call
type MockMultipartUploader_CreateMultipartUpload_Call ¶
MockMultipartUploader_CreateMultipartUpload_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateMultipartUpload'
func (*MockMultipartUploader_CreateMultipartUpload_Call) Return ¶
func (_c *MockMultipartUploader_CreateMultipartUpload_Call) Return(createMultipartUploadOutput *s3.CreateMultipartUploadOutput, err error) *MockMultipartUploader_CreateMultipartUpload_Call
func (*MockMultipartUploader_CreateMultipartUpload_Call) Run ¶
func (_c *MockMultipartUploader_CreateMultipartUpload_Call) Run(run func(ctx context.Context, params *s3.CreateMultipartUploadInput, optFns ...func(*s3.Options))) *MockMultipartUploader_CreateMultipartUpload_Call
func (*MockMultipartUploader_CreateMultipartUpload_Call) RunAndReturn ¶
func (_c *MockMultipartUploader_CreateMultipartUpload_Call) RunAndReturn(run func(ctx context.Context, params *s3.CreateMultipartUploadInput, optFns ...func(*s3.Options)) (*s3.CreateMultipartUploadOutput, error)) *MockMultipartUploader_CreateMultipartUpload_Call
type MockMultipartUploader_Expecter ¶
type MockMultipartUploader_Expecter struct {
// contains filtered or unexported fields
}
func (*MockMultipartUploader_Expecter) AbortMultipartUpload ¶
func (_e *MockMultipartUploader_Expecter) AbortMultipartUpload(ctx interface{}, params interface{}, optFns ...interface{}) *MockMultipartUploader_AbortMultipartUpload_Call
AbortMultipartUpload is a helper method to define mock.On call
- ctx context.Context
- params *s3.AbortMultipartUploadInput
- optFns ...func(*s3.Options)
func (*MockMultipartUploader_Expecter) CompleteMultipartUpload ¶
func (_e *MockMultipartUploader_Expecter) CompleteMultipartUpload(ctx interface{}, params interface{}, optFns ...interface{}) *MockMultipartUploader_CompleteMultipartUpload_Call
CompleteMultipartUpload is a helper method to define mock.On call
- ctx context.Context
- params *s3.CompleteMultipartUploadInput
- optFns ...func(*s3.Options)
func (*MockMultipartUploader_Expecter) CreateMultipartUpload ¶
func (_e *MockMultipartUploader_Expecter) CreateMultipartUpload(ctx interface{}, params interface{}, optFns ...interface{}) *MockMultipartUploader_CreateMultipartUpload_Call
CreateMultipartUpload is a helper method to define mock.On call
- ctx context.Context
- params *s3.CreateMultipartUploadInput
- optFns ...func(*s3.Options)
func (*MockMultipartUploader_Expecter) UploadPart ¶
func (_e *MockMultipartUploader_Expecter) UploadPart(ctx interface{}, params interface{}, optFns ...interface{}) *MockMultipartUploader_UploadPart_Call
UploadPart is a helper method to define mock.On call
- ctx context.Context
- params *s3.UploadPartInput
- optFns ...func(*s3.Options)
type MockMultipartUploader_UploadPart_Call ¶
MockMultipartUploader_UploadPart_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UploadPart'
func (*MockMultipartUploader_UploadPart_Call) Return ¶
func (_c *MockMultipartUploader_UploadPart_Call) Return(uploadPartOutput *s3.UploadPartOutput, err error) *MockMultipartUploader_UploadPart_Call
func (*MockMultipartUploader_UploadPart_Call) Run ¶
func (_c *MockMultipartUploader_UploadPart_Call) Run(run func(ctx context.Context, params *s3.UploadPartInput, optFns ...func(*s3.Options))) *MockMultipartUploader_UploadPart_Call
func (*MockMultipartUploader_UploadPart_Call) RunAndReturn ¶
func (_c *MockMultipartUploader_UploadPart_Call) RunAndReturn(run func(ctx context.Context, params *s3.UploadPartInput, optFns ...func(*s3.Options)) (*s3.UploadPartOutput, error)) *MockMultipartUploader_UploadPart_Call
type MockNotificationManager ¶
MockNotificationManager is an autogenerated mock type for the NotificationManager type
func NewMockNotificationManager ¶
func NewMockNotificationManager(t interface {
mock.TestingT
Cleanup(func())
}) *MockNotificationManager
NewMockNotificationManager creates a new instance of MockNotificationManager. 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 (*MockNotificationManager) EXPECT ¶
func (_m *MockNotificationManager) EXPECT() *MockNotificationManager_Expecter
func (*MockNotificationManager) GetBucketNotificationConfiguration ¶
func (_mock *MockNotificationManager) GetBucketNotificationConfiguration(ctx context.Context, params *s3.GetBucketNotificationConfigurationInput, optFns ...func(*s3.Options)) (*s3.GetBucketNotificationConfigurationOutput, error)
GetBucketNotificationConfiguration provides a mock function for the type MockNotificationManager
func (*MockNotificationManager) PutBucketNotificationConfiguration ¶
func (_mock *MockNotificationManager) PutBucketNotificationConfiguration(ctx context.Context, params *s3.PutBucketNotificationConfigurationInput, optFns ...func(*s3.Options)) (*s3.PutBucketNotificationConfigurationOutput, error)
PutBucketNotificationConfiguration provides a mock function for the type MockNotificationManager
type MockNotificationManager_Expecter ¶
type MockNotificationManager_Expecter struct {
// contains filtered or unexported fields
}
func (*MockNotificationManager_Expecter) GetBucketNotificationConfiguration ¶
func (_e *MockNotificationManager_Expecter) GetBucketNotificationConfiguration(ctx interface{}, params interface{}, optFns ...interface{}) *MockNotificationManager_GetBucketNotificationConfiguration_Call
GetBucketNotificationConfiguration is a helper method to define mock.On call
- ctx context.Context
- params *s3.GetBucketNotificationConfigurationInput
- optFns ...func(*s3.Options)
func (*MockNotificationManager_Expecter) PutBucketNotificationConfiguration ¶
func (_e *MockNotificationManager_Expecter) PutBucketNotificationConfiguration(ctx interface{}, params interface{}, optFns ...interface{}) *MockNotificationManager_PutBucketNotificationConfiguration_Call
PutBucketNotificationConfiguration is a helper method to define mock.On call
- ctx context.Context
- params *s3.PutBucketNotificationConfigurationInput
- optFns ...func(*s3.Options)
type MockNotificationManager_GetBucketNotificationConfiguration_Call ¶
MockNotificationManager_GetBucketNotificationConfiguration_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetBucketNotificationConfiguration'
func (*MockNotificationManager_GetBucketNotificationConfiguration_Call) Return ¶
func (_c *MockNotificationManager_GetBucketNotificationConfiguration_Call) Return(getBucketNotificationConfigurationOutput *s3.GetBucketNotificationConfigurationOutput, err error) *MockNotificationManager_GetBucketNotificationConfiguration_Call
func (*MockNotificationManager_GetBucketNotificationConfiguration_Call) Run ¶
func (_c *MockNotificationManager_GetBucketNotificationConfiguration_Call) Run(run func(ctx context.Context, params *s3.GetBucketNotificationConfigurationInput, optFns ...func(*s3.Options))) *MockNotificationManager_GetBucketNotificationConfiguration_Call
func (*MockNotificationManager_GetBucketNotificationConfiguration_Call) RunAndReturn ¶
func (_c *MockNotificationManager_GetBucketNotificationConfiguration_Call) RunAndReturn(run func(ctx context.Context, params *s3.GetBucketNotificationConfigurationInput, optFns ...func(*s3.Options)) (*s3.GetBucketNotificationConfigurationOutput, error)) *MockNotificationManager_GetBucketNotificationConfiguration_Call
type MockNotificationManager_PutBucketNotificationConfiguration_Call ¶
MockNotificationManager_PutBucketNotificationConfiguration_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PutBucketNotificationConfiguration'
func (*MockNotificationManager_PutBucketNotificationConfiguration_Call) Return ¶
func (_c *MockNotificationManager_PutBucketNotificationConfiguration_Call) Return(putBucketNotificationConfigurationOutput *s3.PutBucketNotificationConfigurationOutput, err error) *MockNotificationManager_PutBucketNotificationConfiguration_Call
func (*MockNotificationManager_PutBucketNotificationConfiguration_Call) Run ¶
func (_c *MockNotificationManager_PutBucketNotificationConfiguration_Call) Run(run func(ctx context.Context, params *s3.PutBucketNotificationConfigurationInput, optFns ...func(*s3.Options))) *MockNotificationManager_PutBucketNotificationConfiguration_Call
func (*MockNotificationManager_PutBucketNotificationConfiguration_Call) RunAndReturn ¶
func (_c *MockNotificationManager_PutBucketNotificationConfiguration_Call) RunAndReturn(run func(ctx context.Context, params *s3.PutBucketNotificationConfigurationInput, optFns ...func(*s3.Options)) (*s3.PutBucketNotificationConfigurationOutput, error)) *MockNotificationManager_PutBucketNotificationConfiguration_Call
type MockObjectAttributesGetter ¶
MockObjectAttributesGetter is an autogenerated mock type for the ObjectAttributesGetter type
func NewMockObjectAttributesGetter ¶
func NewMockObjectAttributesGetter(t interface {
mock.TestingT
Cleanup(func())
}) *MockObjectAttributesGetter
NewMockObjectAttributesGetter creates a new instance of MockObjectAttributesGetter. 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 (*MockObjectAttributesGetter) EXPECT ¶
func (_m *MockObjectAttributesGetter) EXPECT() *MockObjectAttributesGetter_Expecter
func (*MockObjectAttributesGetter) GetObjectAttributes ¶
func (_mock *MockObjectAttributesGetter) GetObjectAttributes(ctx context.Context, params *s3.GetObjectAttributesInput, optFns ...func(*s3.Options)) (*s3.GetObjectAttributesOutput, error)
GetObjectAttributes provides a mock function for the type MockObjectAttributesGetter
type MockObjectAttributesGetter_Expecter ¶
type MockObjectAttributesGetter_Expecter struct {
// contains filtered or unexported fields
}
func (*MockObjectAttributesGetter_Expecter) GetObjectAttributes ¶
func (_e *MockObjectAttributesGetter_Expecter) GetObjectAttributes(ctx interface{}, params interface{}, optFns ...interface{}) *MockObjectAttributesGetter_GetObjectAttributes_Call
GetObjectAttributes is a helper method to define mock.On call
- ctx context.Context
- params *s3.GetObjectAttributesInput
- optFns ...func(*s3.Options)
type MockObjectAttributesGetter_GetObjectAttributes_Call ¶
MockObjectAttributesGetter_GetObjectAttributes_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetObjectAttributes'
func (*MockObjectAttributesGetter_GetObjectAttributes_Call) Return ¶
func (_c *MockObjectAttributesGetter_GetObjectAttributes_Call) Return(getObjectAttributesOutput *s3.GetObjectAttributesOutput, err error) *MockObjectAttributesGetter_GetObjectAttributes_Call
func (*MockObjectAttributesGetter_GetObjectAttributes_Call) Run ¶
func (_c *MockObjectAttributesGetter_GetObjectAttributes_Call) Run(run func(ctx context.Context, params *s3.GetObjectAttributesInput, optFns ...func(*s3.Options))) *MockObjectAttributesGetter_GetObjectAttributes_Call
func (*MockObjectAttributesGetter_GetObjectAttributes_Call) RunAndReturn ¶
func (_c *MockObjectAttributesGetter_GetObjectAttributes_Call) RunAndReturn(run func(ctx context.Context, params *s3.GetObjectAttributesInput, optFns ...func(*s3.Options)) (*s3.GetObjectAttributesOutput, error)) *MockObjectAttributesGetter_GetObjectAttributes_Call
type MockObjectLambdaWriter ¶
MockObjectLambdaWriter is an autogenerated mock type for the ObjectLambdaWriter type
func NewMockObjectLambdaWriter ¶
func NewMockObjectLambdaWriter(t interface {
mock.TestingT
Cleanup(func())
}) *MockObjectLambdaWriter
NewMockObjectLambdaWriter creates a new instance of MockObjectLambdaWriter. 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 (*MockObjectLambdaWriter) EXPECT ¶
func (_m *MockObjectLambdaWriter) EXPECT() *MockObjectLambdaWriter_Expecter
func (*MockObjectLambdaWriter) WriteGetObjectResponse ¶
func (_mock *MockObjectLambdaWriter) WriteGetObjectResponse(ctx context.Context, params *s3.WriteGetObjectResponseInput, optFns ...func(*s3.Options)) (*s3.WriteGetObjectResponseOutput, error)
WriteGetObjectResponse provides a mock function for the type MockObjectLambdaWriter
type MockObjectLambdaWriter_Expecter ¶
type MockObjectLambdaWriter_Expecter struct {
// contains filtered or unexported fields
}
func (*MockObjectLambdaWriter_Expecter) WriteGetObjectResponse ¶
func (_e *MockObjectLambdaWriter_Expecter) WriteGetObjectResponse(ctx interface{}, params interface{}, optFns ...interface{}) *MockObjectLambdaWriter_WriteGetObjectResponse_Call
WriteGetObjectResponse is a helper method to define mock.On call
- ctx context.Context
- params *s3.WriteGetObjectResponseInput
- optFns ...func(*s3.Options)
type MockObjectLambdaWriter_WriteGetObjectResponse_Call ¶
MockObjectLambdaWriter_WriteGetObjectResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'WriteGetObjectResponse'
func (*MockObjectLambdaWriter_WriteGetObjectResponse_Call) Return ¶
func (_c *MockObjectLambdaWriter_WriteGetObjectResponse_Call) Return(writeGetObjectResponseOutput *s3.WriteGetObjectResponseOutput, err error) *MockObjectLambdaWriter_WriteGetObjectResponse_Call
func (*MockObjectLambdaWriter_WriteGetObjectResponse_Call) Run ¶
func (_c *MockObjectLambdaWriter_WriteGetObjectResponse_Call) Run(run func(ctx context.Context, params *s3.WriteGetObjectResponseInput, optFns ...func(*s3.Options))) *MockObjectLambdaWriter_WriteGetObjectResponse_Call
func (*MockObjectLambdaWriter_WriteGetObjectResponse_Call) RunAndReturn ¶
func (_c *MockObjectLambdaWriter_WriteGetObjectResponse_Call) RunAndReturn(run func(ctx context.Context, params *s3.WriteGetObjectResponseInput, optFns ...func(*s3.Options)) (*s3.WriteGetObjectResponseOutput, error)) *MockObjectLambdaWriter_WriteGetObjectResponse_Call
type MockObjectLockManager ¶
MockObjectLockManager is an autogenerated mock type for the ObjectLockManager type
func NewMockObjectLockManager ¶
func NewMockObjectLockManager(t interface {
mock.TestingT
Cleanup(func())
}) *MockObjectLockManager
NewMockObjectLockManager creates a new instance of MockObjectLockManager. 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 (*MockObjectLockManager) EXPECT ¶
func (_m *MockObjectLockManager) EXPECT() *MockObjectLockManager_Expecter
func (*MockObjectLockManager) GetObjectLockConfiguration ¶
func (_mock *MockObjectLockManager) GetObjectLockConfiguration(ctx context.Context, params *s3.GetObjectLockConfigurationInput, optFns ...func(*s3.Options)) (*s3.GetObjectLockConfigurationOutput, error)
GetObjectLockConfiguration provides a mock function for the type MockObjectLockManager
func (*MockObjectLockManager) PutObjectLockConfiguration ¶
func (_mock *MockObjectLockManager) PutObjectLockConfiguration(ctx context.Context, params *s3.PutObjectLockConfigurationInput, optFns ...func(*s3.Options)) (*s3.PutObjectLockConfigurationOutput, error)
PutObjectLockConfiguration provides a mock function for the type MockObjectLockManager
type MockObjectLockManager_Expecter ¶
type MockObjectLockManager_Expecter struct {
// contains filtered or unexported fields
}
func (*MockObjectLockManager_Expecter) GetObjectLockConfiguration ¶
func (_e *MockObjectLockManager_Expecter) GetObjectLockConfiguration(ctx interface{}, params interface{}, optFns ...interface{}) *MockObjectLockManager_GetObjectLockConfiguration_Call
GetObjectLockConfiguration is a helper method to define mock.On call
- ctx context.Context
- params *s3.GetObjectLockConfigurationInput
- optFns ...func(*s3.Options)
func (*MockObjectLockManager_Expecter) PutObjectLockConfiguration ¶
func (_e *MockObjectLockManager_Expecter) PutObjectLockConfiguration(ctx interface{}, params interface{}, optFns ...interface{}) *MockObjectLockManager_PutObjectLockConfiguration_Call
PutObjectLockConfiguration is a helper method to define mock.On call
- ctx context.Context
- params *s3.PutObjectLockConfigurationInput
- optFns ...func(*s3.Options)
type MockObjectLockManager_GetObjectLockConfiguration_Call ¶
MockObjectLockManager_GetObjectLockConfiguration_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetObjectLockConfiguration'
func (*MockObjectLockManager_GetObjectLockConfiguration_Call) Return ¶
func (_c *MockObjectLockManager_GetObjectLockConfiguration_Call) Return(getObjectLockConfigurationOutput *s3.GetObjectLockConfigurationOutput, err error) *MockObjectLockManager_GetObjectLockConfiguration_Call
func (*MockObjectLockManager_GetObjectLockConfiguration_Call) Run ¶
func (_c *MockObjectLockManager_GetObjectLockConfiguration_Call) Run(run func(ctx context.Context, params *s3.GetObjectLockConfigurationInput, optFns ...func(*s3.Options))) *MockObjectLockManager_GetObjectLockConfiguration_Call
func (*MockObjectLockManager_GetObjectLockConfiguration_Call) RunAndReturn ¶
func (_c *MockObjectLockManager_GetObjectLockConfiguration_Call) RunAndReturn(run func(ctx context.Context, params *s3.GetObjectLockConfigurationInput, optFns ...func(*s3.Options)) (*s3.GetObjectLockConfigurationOutput, error)) *MockObjectLockManager_GetObjectLockConfiguration_Call
type MockObjectLockManager_PutObjectLockConfiguration_Call ¶
MockObjectLockManager_PutObjectLockConfiguration_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PutObjectLockConfiguration'
func (*MockObjectLockManager_PutObjectLockConfiguration_Call) Return ¶
func (_c *MockObjectLockManager_PutObjectLockConfiguration_Call) Return(putObjectLockConfigurationOutput *s3.PutObjectLockConfigurationOutput, err error) *MockObjectLockManager_PutObjectLockConfiguration_Call
func (*MockObjectLockManager_PutObjectLockConfiguration_Call) Run ¶
func (_c *MockObjectLockManager_PutObjectLockConfiguration_Call) Run(run func(ctx context.Context, params *s3.PutObjectLockConfigurationInput, optFns ...func(*s3.Options))) *MockObjectLockManager_PutObjectLockConfiguration_Call
func (*MockObjectLockManager_PutObjectLockConfiguration_Call) RunAndReturn ¶
func (_c *MockObjectLockManager_PutObjectLockConfiguration_Call) RunAndReturn(run func(ctx context.Context, params *s3.PutObjectLockConfigurationInput, optFns ...func(*s3.Options)) (*s3.PutObjectLockConfigurationOutput, error)) *MockObjectLockManager_PutObjectLockConfiguration_Call
type MockObjectManager ¶
MockObjectManager is an autogenerated mock type for the ObjectManager type
func NewMockObjectManager ¶
func NewMockObjectManager(t interface {
mock.TestingT
Cleanup(func())
}) *MockObjectManager
NewMockObjectManager creates a new instance of MockObjectManager. 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 (*MockObjectManager) CopyObject ¶
func (_mock *MockObjectManager) CopyObject(ctx context.Context, params *s3.CopyObjectInput, optFns ...func(*s3.Options)) (*s3.CopyObjectOutput, error)
CopyObject provides a mock function for the type MockObjectManager
func (*MockObjectManager) DeleteObject ¶
func (_mock *MockObjectManager) DeleteObject(ctx context.Context, params *s3.DeleteObjectInput, optFns ...func(*s3.Options)) (*s3.DeleteObjectOutput, error)
DeleteObject provides a mock function for the type MockObjectManager
func (*MockObjectManager) DeleteObjects ¶
func (_mock *MockObjectManager) DeleteObjects(ctx context.Context, params *s3.DeleteObjectsInput, optFns ...func(*s3.Options)) (*s3.DeleteObjectsOutput, error)
DeleteObjects provides a mock function for the type MockObjectManager
func (*MockObjectManager) EXPECT ¶
func (_m *MockObjectManager) EXPECT() *MockObjectManager_Expecter
func (*MockObjectManager) GetObject ¶
func (_mock *MockObjectManager) GetObject(ctx context.Context, params *s3.GetObjectInput, optFns ...func(*s3.Options)) (*s3.GetObjectOutput, error)
GetObject provides a mock function for the type MockObjectManager
func (*MockObjectManager) HeadObject ¶
func (_mock *MockObjectManager) HeadObject(ctx context.Context, params *s3.HeadObjectInput, optFns ...func(*s3.Options)) (*s3.HeadObjectOutput, error)
HeadObject provides a mock function for the type MockObjectManager
func (*MockObjectManager) PutObject ¶
func (_mock *MockObjectManager) PutObject(ctx context.Context, params *s3.PutObjectInput, optFns ...func(*s3.Options)) (*s3.PutObjectOutput, error)
PutObject provides a mock function for the type MockObjectManager
type MockObjectManager_CopyObject_Call ¶
MockObjectManager_CopyObject_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CopyObject'
func (*MockObjectManager_CopyObject_Call) Return ¶
func (_c *MockObjectManager_CopyObject_Call) Return(copyObjectOutput *s3.CopyObjectOutput, err error) *MockObjectManager_CopyObject_Call
func (*MockObjectManager_CopyObject_Call) Run ¶
func (_c *MockObjectManager_CopyObject_Call) Run(run func(ctx context.Context, params *s3.CopyObjectInput, optFns ...func(*s3.Options))) *MockObjectManager_CopyObject_Call
func (*MockObjectManager_CopyObject_Call) RunAndReturn ¶
func (_c *MockObjectManager_CopyObject_Call) RunAndReturn(run func(ctx context.Context, params *s3.CopyObjectInput, optFns ...func(*s3.Options)) (*s3.CopyObjectOutput, error)) *MockObjectManager_CopyObject_Call
type MockObjectManager_DeleteObject_Call ¶
MockObjectManager_DeleteObject_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteObject'
func (*MockObjectManager_DeleteObject_Call) Return ¶
func (_c *MockObjectManager_DeleteObject_Call) Return(deleteObjectOutput *s3.DeleteObjectOutput, err error) *MockObjectManager_DeleteObject_Call
func (*MockObjectManager_DeleteObject_Call) Run ¶
func (_c *MockObjectManager_DeleteObject_Call) Run(run func(ctx context.Context, params *s3.DeleteObjectInput, optFns ...func(*s3.Options))) *MockObjectManager_DeleteObject_Call
func (*MockObjectManager_DeleteObject_Call) RunAndReturn ¶
func (_c *MockObjectManager_DeleteObject_Call) RunAndReturn(run func(ctx context.Context, params *s3.DeleteObjectInput, optFns ...func(*s3.Options)) (*s3.DeleteObjectOutput, error)) *MockObjectManager_DeleteObject_Call
type MockObjectManager_DeleteObjects_Call ¶
MockObjectManager_DeleteObjects_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteObjects'
func (*MockObjectManager_DeleteObjects_Call) Return ¶
func (_c *MockObjectManager_DeleteObjects_Call) Return(deleteObjectsOutput *s3.DeleteObjectsOutput, err error) *MockObjectManager_DeleteObjects_Call
func (*MockObjectManager_DeleteObjects_Call) Run ¶
func (_c *MockObjectManager_DeleteObjects_Call) Run(run func(ctx context.Context, params *s3.DeleteObjectsInput, optFns ...func(*s3.Options))) *MockObjectManager_DeleteObjects_Call
func (*MockObjectManager_DeleteObjects_Call) RunAndReturn ¶
func (_c *MockObjectManager_DeleteObjects_Call) RunAndReturn(run func(ctx context.Context, params *s3.DeleteObjectsInput, optFns ...func(*s3.Options)) (*s3.DeleteObjectsOutput, error)) *MockObjectManager_DeleteObjects_Call
type MockObjectManager_Expecter ¶
type MockObjectManager_Expecter struct {
// contains filtered or unexported fields
}
func (*MockObjectManager_Expecter) CopyObject ¶
func (_e *MockObjectManager_Expecter) CopyObject(ctx interface{}, params interface{}, optFns ...interface{}) *MockObjectManager_CopyObject_Call
CopyObject is a helper method to define mock.On call
- ctx context.Context
- params *s3.CopyObjectInput
- optFns ...func(*s3.Options)
func (*MockObjectManager_Expecter) DeleteObject ¶
func (_e *MockObjectManager_Expecter) DeleteObject(ctx interface{}, params interface{}, optFns ...interface{}) *MockObjectManager_DeleteObject_Call
DeleteObject is a helper method to define mock.On call
- ctx context.Context
- params *s3.DeleteObjectInput
- optFns ...func(*s3.Options)
func (*MockObjectManager_Expecter) DeleteObjects ¶
func (_e *MockObjectManager_Expecter) DeleteObjects(ctx interface{}, params interface{}, optFns ...interface{}) *MockObjectManager_DeleteObjects_Call
DeleteObjects is a helper method to define mock.On call
- ctx context.Context
- params *s3.DeleteObjectsInput
- optFns ...func(*s3.Options)
func (*MockObjectManager_Expecter) GetObject ¶
func (_e *MockObjectManager_Expecter) GetObject(ctx interface{}, params interface{}, optFns ...interface{}) *MockObjectManager_GetObject_Call
GetObject is a helper method to define mock.On call
- ctx context.Context
- params *s3.GetObjectInput
- optFns ...func(*s3.Options)
func (*MockObjectManager_Expecter) HeadObject ¶
func (_e *MockObjectManager_Expecter) HeadObject(ctx interface{}, params interface{}, optFns ...interface{}) *MockObjectManager_HeadObject_Call
HeadObject is a helper method to define mock.On call
- ctx context.Context
- params *s3.HeadObjectInput
- optFns ...func(*s3.Options)
func (*MockObjectManager_Expecter) PutObject ¶
func (_e *MockObjectManager_Expecter) PutObject(ctx interface{}, params interface{}, optFns ...interface{}) *MockObjectManager_PutObject_Call
PutObject is a helper method to define mock.On call
- ctx context.Context
- params *s3.PutObjectInput
- optFns ...func(*s3.Options)
type MockObjectManager_GetObject_Call ¶
MockObjectManager_GetObject_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetObject'
func (*MockObjectManager_GetObject_Call) Return ¶
func (_c *MockObjectManager_GetObject_Call) Return(getObjectOutput *s3.GetObjectOutput, err error) *MockObjectManager_GetObject_Call
func (*MockObjectManager_GetObject_Call) Run ¶
func (_c *MockObjectManager_GetObject_Call) Run(run func(ctx context.Context, params *s3.GetObjectInput, optFns ...func(*s3.Options))) *MockObjectManager_GetObject_Call
func (*MockObjectManager_GetObject_Call) RunAndReturn ¶
func (_c *MockObjectManager_GetObject_Call) RunAndReturn(run func(ctx context.Context, params *s3.GetObjectInput, optFns ...func(*s3.Options)) (*s3.GetObjectOutput, error)) *MockObjectManager_GetObject_Call
type MockObjectManager_HeadObject_Call ¶
MockObjectManager_HeadObject_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'HeadObject'
func (*MockObjectManager_HeadObject_Call) Return ¶
func (_c *MockObjectManager_HeadObject_Call) Return(headObjectOutput *s3.HeadObjectOutput, err error) *MockObjectManager_HeadObject_Call
func (*MockObjectManager_HeadObject_Call) Run ¶
func (_c *MockObjectManager_HeadObject_Call) Run(run func(ctx context.Context, params *s3.HeadObjectInput, optFns ...func(*s3.Options))) *MockObjectManager_HeadObject_Call
func (*MockObjectManager_HeadObject_Call) RunAndReturn ¶
func (_c *MockObjectManager_HeadObject_Call) RunAndReturn(run func(ctx context.Context, params *s3.HeadObjectInput, optFns ...func(*s3.Options)) (*s3.HeadObjectOutput, error)) *MockObjectManager_HeadObject_Call
type MockObjectManager_PutObject_Call ¶
MockObjectManager_PutObject_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PutObject'
func (*MockObjectManager_PutObject_Call) Return ¶
func (_c *MockObjectManager_PutObject_Call) Return(putObjectOutput *s3.PutObjectOutput, err error) *MockObjectManager_PutObject_Call
func (*MockObjectManager_PutObject_Call) Run ¶
func (_c *MockObjectManager_PutObject_Call) Run(run func(ctx context.Context, params *s3.PutObjectInput, optFns ...func(*s3.Options))) *MockObjectManager_PutObject_Call
func (*MockObjectManager_PutObject_Call) RunAndReturn ¶
func (_c *MockObjectManager_PutObject_Call) RunAndReturn(run func(ctx context.Context, params *s3.PutObjectInput, optFns ...func(*s3.Options)) (*s3.PutObjectOutput, error)) *MockObjectManager_PutObject_Call
type MockOwnershipManager ¶
MockOwnershipManager is an autogenerated mock type for the OwnershipManager type
func NewMockOwnershipManager ¶
func NewMockOwnershipManager(t interface {
mock.TestingT
Cleanup(func())
}) *MockOwnershipManager
NewMockOwnershipManager creates a new instance of MockOwnershipManager. 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 (*MockOwnershipManager) DeleteBucketOwnershipControls ¶
func (_mock *MockOwnershipManager) DeleteBucketOwnershipControls(ctx context.Context, params *s3.DeleteBucketOwnershipControlsInput, optFns ...func(*s3.Options)) (*s3.DeleteBucketOwnershipControlsOutput, error)
DeleteBucketOwnershipControls provides a mock function for the type MockOwnershipManager
func (*MockOwnershipManager) EXPECT ¶
func (_m *MockOwnershipManager) EXPECT() *MockOwnershipManager_Expecter
func (*MockOwnershipManager) GetBucketOwnershipControls ¶
func (_mock *MockOwnershipManager) GetBucketOwnershipControls(ctx context.Context, params *s3.GetBucketOwnershipControlsInput, optFns ...func(*s3.Options)) (*s3.GetBucketOwnershipControlsOutput, error)
GetBucketOwnershipControls provides a mock function for the type MockOwnershipManager
func (*MockOwnershipManager) PutBucketOwnershipControls ¶
func (_mock *MockOwnershipManager) PutBucketOwnershipControls(ctx context.Context, params *s3.PutBucketOwnershipControlsInput, optFns ...func(*s3.Options)) (*s3.PutBucketOwnershipControlsOutput, error)
PutBucketOwnershipControls provides a mock function for the type MockOwnershipManager
type MockOwnershipManager_DeleteBucketOwnershipControls_Call ¶
MockOwnershipManager_DeleteBucketOwnershipControls_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteBucketOwnershipControls'
func (*MockOwnershipManager_DeleteBucketOwnershipControls_Call) Return ¶
func (_c *MockOwnershipManager_DeleteBucketOwnershipControls_Call) Return(deleteBucketOwnershipControlsOutput *s3.DeleteBucketOwnershipControlsOutput, err error) *MockOwnershipManager_DeleteBucketOwnershipControls_Call
func (*MockOwnershipManager_DeleteBucketOwnershipControls_Call) Run ¶
func (_c *MockOwnershipManager_DeleteBucketOwnershipControls_Call) Run(run func(ctx context.Context, params *s3.DeleteBucketOwnershipControlsInput, optFns ...func(*s3.Options))) *MockOwnershipManager_DeleteBucketOwnershipControls_Call
func (*MockOwnershipManager_DeleteBucketOwnershipControls_Call) RunAndReturn ¶
func (_c *MockOwnershipManager_DeleteBucketOwnershipControls_Call) RunAndReturn(run func(ctx context.Context, params *s3.DeleteBucketOwnershipControlsInput, optFns ...func(*s3.Options)) (*s3.DeleteBucketOwnershipControlsOutput, error)) *MockOwnershipManager_DeleteBucketOwnershipControls_Call
type MockOwnershipManager_Expecter ¶
type MockOwnershipManager_Expecter struct {
// contains filtered or unexported fields
}
func (*MockOwnershipManager_Expecter) DeleteBucketOwnershipControls ¶
func (_e *MockOwnershipManager_Expecter) DeleteBucketOwnershipControls(ctx interface{}, params interface{}, optFns ...interface{}) *MockOwnershipManager_DeleteBucketOwnershipControls_Call
DeleteBucketOwnershipControls is a helper method to define mock.On call
- ctx context.Context
- params *s3.DeleteBucketOwnershipControlsInput
- optFns ...func(*s3.Options)
func (*MockOwnershipManager_Expecter) GetBucketOwnershipControls ¶
func (_e *MockOwnershipManager_Expecter) GetBucketOwnershipControls(ctx interface{}, params interface{}, optFns ...interface{}) *MockOwnershipManager_GetBucketOwnershipControls_Call
GetBucketOwnershipControls is a helper method to define mock.On call
- ctx context.Context
- params *s3.GetBucketOwnershipControlsInput
- optFns ...func(*s3.Options)
func (*MockOwnershipManager_Expecter) PutBucketOwnershipControls ¶
func (_e *MockOwnershipManager_Expecter) PutBucketOwnershipControls(ctx interface{}, params interface{}, optFns ...interface{}) *MockOwnershipManager_PutBucketOwnershipControls_Call
PutBucketOwnershipControls is a helper method to define mock.On call
- ctx context.Context
- params *s3.PutBucketOwnershipControlsInput
- optFns ...func(*s3.Options)
type MockOwnershipManager_GetBucketOwnershipControls_Call ¶
MockOwnershipManager_GetBucketOwnershipControls_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetBucketOwnershipControls'
func (*MockOwnershipManager_GetBucketOwnershipControls_Call) Return ¶
func (_c *MockOwnershipManager_GetBucketOwnershipControls_Call) Return(getBucketOwnershipControlsOutput *s3.GetBucketOwnershipControlsOutput, err error) *MockOwnershipManager_GetBucketOwnershipControls_Call
func (*MockOwnershipManager_GetBucketOwnershipControls_Call) Run ¶
func (_c *MockOwnershipManager_GetBucketOwnershipControls_Call) Run(run func(ctx context.Context, params *s3.GetBucketOwnershipControlsInput, optFns ...func(*s3.Options))) *MockOwnershipManager_GetBucketOwnershipControls_Call
func (*MockOwnershipManager_GetBucketOwnershipControls_Call) RunAndReturn ¶
func (_c *MockOwnershipManager_GetBucketOwnershipControls_Call) RunAndReturn(run func(ctx context.Context, params *s3.GetBucketOwnershipControlsInput, optFns ...func(*s3.Options)) (*s3.GetBucketOwnershipControlsOutput, error)) *MockOwnershipManager_GetBucketOwnershipControls_Call
type MockOwnershipManager_PutBucketOwnershipControls_Call ¶
MockOwnershipManager_PutBucketOwnershipControls_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PutBucketOwnershipControls'
func (*MockOwnershipManager_PutBucketOwnershipControls_Call) Return ¶
func (_c *MockOwnershipManager_PutBucketOwnershipControls_Call) Return(putBucketOwnershipControlsOutput *s3.PutBucketOwnershipControlsOutput, err error) *MockOwnershipManager_PutBucketOwnershipControls_Call
func (*MockOwnershipManager_PutBucketOwnershipControls_Call) Run ¶
func (_c *MockOwnershipManager_PutBucketOwnershipControls_Call) Run(run func(ctx context.Context, params *s3.PutBucketOwnershipControlsInput, optFns ...func(*s3.Options))) *MockOwnershipManager_PutBucketOwnershipControls_Call
func (*MockOwnershipManager_PutBucketOwnershipControls_Call) RunAndReturn ¶
func (_c *MockOwnershipManager_PutBucketOwnershipControls_Call) RunAndReturn(run func(ctx context.Context, params *s3.PutBucketOwnershipControlsInput, optFns ...func(*s3.Options)) (*s3.PutBucketOwnershipControlsOutput, error)) *MockOwnershipManager_PutBucketOwnershipControls_Call
type MockPolicyManager ¶
MockPolicyManager is an autogenerated mock type for the PolicyManager type
func NewMockPolicyManager ¶
func NewMockPolicyManager(t interface {
mock.TestingT
Cleanup(func())
}) *MockPolicyManager
NewMockPolicyManager creates a new instance of MockPolicyManager. 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 (*MockPolicyManager) DeleteBucketPolicy ¶
func (_mock *MockPolicyManager) DeleteBucketPolicy(ctx context.Context, params *s3.DeleteBucketPolicyInput, optFns ...func(*s3.Options)) (*s3.DeleteBucketPolicyOutput, error)
DeleteBucketPolicy provides a mock function for the type MockPolicyManager
func (*MockPolicyManager) EXPECT ¶
func (_m *MockPolicyManager) EXPECT() *MockPolicyManager_Expecter
func (*MockPolicyManager) GetBucketPolicy ¶
func (_mock *MockPolicyManager) GetBucketPolicy(ctx context.Context, params *s3.GetBucketPolicyInput, optFns ...func(*s3.Options)) (*s3.GetBucketPolicyOutput, error)
GetBucketPolicy provides a mock function for the type MockPolicyManager
func (*MockPolicyManager) GetBucketPolicyStatus ¶
func (_mock *MockPolicyManager) GetBucketPolicyStatus(ctx context.Context, params *s3.GetBucketPolicyStatusInput, optFns ...func(*s3.Options)) (*s3.GetBucketPolicyStatusOutput, error)
GetBucketPolicyStatus provides a mock function for the type MockPolicyManager
func (*MockPolicyManager) PutBucketPolicy ¶
func (_mock *MockPolicyManager) PutBucketPolicy(ctx context.Context, params *s3.PutBucketPolicyInput, optFns ...func(*s3.Options)) (*s3.PutBucketPolicyOutput, error)
PutBucketPolicy provides a mock function for the type MockPolicyManager
type MockPolicyManager_DeleteBucketPolicy_Call ¶
MockPolicyManager_DeleteBucketPolicy_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteBucketPolicy'
func (*MockPolicyManager_DeleteBucketPolicy_Call) Return ¶
func (_c *MockPolicyManager_DeleteBucketPolicy_Call) Return(deleteBucketPolicyOutput *s3.DeleteBucketPolicyOutput, err error) *MockPolicyManager_DeleteBucketPolicy_Call
func (*MockPolicyManager_DeleteBucketPolicy_Call) Run ¶
func (_c *MockPolicyManager_DeleteBucketPolicy_Call) Run(run func(ctx context.Context, params *s3.DeleteBucketPolicyInput, optFns ...func(*s3.Options))) *MockPolicyManager_DeleteBucketPolicy_Call
func (*MockPolicyManager_DeleteBucketPolicy_Call) RunAndReturn ¶
func (_c *MockPolicyManager_DeleteBucketPolicy_Call) RunAndReturn(run func(ctx context.Context, params *s3.DeleteBucketPolicyInput, optFns ...func(*s3.Options)) (*s3.DeleteBucketPolicyOutput, error)) *MockPolicyManager_DeleteBucketPolicy_Call
type MockPolicyManager_Expecter ¶
type MockPolicyManager_Expecter struct {
// contains filtered or unexported fields
}
func (*MockPolicyManager_Expecter) DeleteBucketPolicy ¶
func (_e *MockPolicyManager_Expecter) DeleteBucketPolicy(ctx interface{}, params interface{}, optFns ...interface{}) *MockPolicyManager_DeleteBucketPolicy_Call
DeleteBucketPolicy is a helper method to define mock.On call
- ctx context.Context
- params *s3.DeleteBucketPolicyInput
- optFns ...func(*s3.Options)
func (*MockPolicyManager_Expecter) GetBucketPolicy ¶
func (_e *MockPolicyManager_Expecter) GetBucketPolicy(ctx interface{}, params interface{}, optFns ...interface{}) *MockPolicyManager_GetBucketPolicy_Call
GetBucketPolicy is a helper method to define mock.On call
- ctx context.Context
- params *s3.GetBucketPolicyInput
- optFns ...func(*s3.Options)
func (*MockPolicyManager_Expecter) GetBucketPolicyStatus ¶
func (_e *MockPolicyManager_Expecter) GetBucketPolicyStatus(ctx interface{}, params interface{}, optFns ...interface{}) *MockPolicyManager_GetBucketPolicyStatus_Call
GetBucketPolicyStatus is a helper method to define mock.On call
- ctx context.Context
- params *s3.GetBucketPolicyStatusInput
- optFns ...func(*s3.Options)
func (*MockPolicyManager_Expecter) PutBucketPolicy ¶
func (_e *MockPolicyManager_Expecter) PutBucketPolicy(ctx interface{}, params interface{}, optFns ...interface{}) *MockPolicyManager_PutBucketPolicy_Call
PutBucketPolicy is a helper method to define mock.On call
- ctx context.Context
- params *s3.PutBucketPolicyInput
- optFns ...func(*s3.Options)
type MockPolicyManager_GetBucketPolicyStatus_Call ¶
MockPolicyManager_GetBucketPolicyStatus_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetBucketPolicyStatus'
func (*MockPolicyManager_GetBucketPolicyStatus_Call) Return ¶
func (_c *MockPolicyManager_GetBucketPolicyStatus_Call) Return(getBucketPolicyStatusOutput *s3.GetBucketPolicyStatusOutput, err error) *MockPolicyManager_GetBucketPolicyStatus_Call
func (*MockPolicyManager_GetBucketPolicyStatus_Call) Run ¶
func (_c *MockPolicyManager_GetBucketPolicyStatus_Call) Run(run func(ctx context.Context, params *s3.GetBucketPolicyStatusInput, optFns ...func(*s3.Options))) *MockPolicyManager_GetBucketPolicyStatus_Call
func (*MockPolicyManager_GetBucketPolicyStatus_Call) RunAndReturn ¶
func (_c *MockPolicyManager_GetBucketPolicyStatus_Call) RunAndReturn(run func(ctx context.Context, params *s3.GetBucketPolicyStatusInput, optFns ...func(*s3.Options)) (*s3.GetBucketPolicyStatusOutput, error)) *MockPolicyManager_GetBucketPolicyStatus_Call
type MockPolicyManager_GetBucketPolicy_Call ¶
MockPolicyManager_GetBucketPolicy_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetBucketPolicy'
func (*MockPolicyManager_GetBucketPolicy_Call) Return ¶
func (_c *MockPolicyManager_GetBucketPolicy_Call) Return(getBucketPolicyOutput *s3.GetBucketPolicyOutput, err error) *MockPolicyManager_GetBucketPolicy_Call
func (*MockPolicyManager_GetBucketPolicy_Call) Run ¶
func (_c *MockPolicyManager_GetBucketPolicy_Call) Run(run func(ctx context.Context, params *s3.GetBucketPolicyInput, optFns ...func(*s3.Options))) *MockPolicyManager_GetBucketPolicy_Call
func (*MockPolicyManager_GetBucketPolicy_Call) RunAndReturn ¶
func (_c *MockPolicyManager_GetBucketPolicy_Call) RunAndReturn(run func(ctx context.Context, params *s3.GetBucketPolicyInput, optFns ...func(*s3.Options)) (*s3.GetBucketPolicyOutput, error)) *MockPolicyManager_GetBucketPolicy_Call
type MockPolicyManager_PutBucketPolicy_Call ¶
MockPolicyManager_PutBucketPolicy_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PutBucketPolicy'
func (*MockPolicyManager_PutBucketPolicy_Call) Return ¶
func (_c *MockPolicyManager_PutBucketPolicy_Call) Return(putBucketPolicyOutput *s3.PutBucketPolicyOutput, err error) *MockPolicyManager_PutBucketPolicy_Call
func (*MockPolicyManager_PutBucketPolicy_Call) Run ¶
func (_c *MockPolicyManager_PutBucketPolicy_Call) Run(run func(ctx context.Context, params *s3.PutBucketPolicyInput, optFns ...func(*s3.Options))) *MockPolicyManager_PutBucketPolicy_Call
func (*MockPolicyManager_PutBucketPolicy_Call) RunAndReturn ¶
func (_c *MockPolicyManager_PutBucketPolicy_Call) RunAndReturn(run func(ctx context.Context, params *s3.PutBucketPolicyInput, optFns ...func(*s3.Options)) (*s3.PutBucketPolicyOutput, error)) *MockPolicyManager_PutBucketPolicy_Call
type MockPresigner ¶
MockPresigner is an autogenerated mock type for the Presigner type
func NewMockPresigner ¶
func NewMockPresigner(t interface {
mock.TestingT
Cleanup(func())
}) *MockPresigner
NewMockPresigner creates a new instance of MockPresigner. 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 (*MockPresigner) EXPECT ¶
func (_m *MockPresigner) EXPECT() *MockPresigner_Expecter
func (*MockPresigner) PresignGetObject ¶
func (_mock *MockPresigner) PresignGetObject(ctx context.Context, params *s3.GetObjectInput, optFns ...func(*s3.PresignOptions)) (*v4.PresignedHTTPRequest, error)
PresignGetObject provides a mock function for the type MockPresigner
func (*MockPresigner) PresignHeadObject ¶
func (_mock *MockPresigner) PresignHeadObject(ctx context.Context, params *s3.HeadObjectInput, optFns ...func(*s3.PresignOptions)) (*v4.PresignedHTTPRequest, error)
PresignHeadObject provides a mock function for the type MockPresigner
func (*MockPresigner) PresignPutObject ¶
func (_mock *MockPresigner) PresignPutObject(ctx context.Context, params *s3.PutObjectInput, optFns ...func(*s3.PresignOptions)) (*v4.PresignedHTTPRequest, error)
PresignPutObject provides a mock function for the type MockPresigner
type MockPresigner_Expecter ¶
type MockPresigner_Expecter struct {
// contains filtered or unexported fields
}
func (*MockPresigner_Expecter) PresignGetObject ¶
func (_e *MockPresigner_Expecter) PresignGetObject(ctx interface{}, params interface{}, optFns ...interface{}) *MockPresigner_PresignGetObject_Call
PresignGetObject is a helper method to define mock.On call
- ctx context.Context
- params *s3.GetObjectInput
- optFns ...func(*s3.PresignOptions)
func (*MockPresigner_Expecter) PresignHeadObject ¶
func (_e *MockPresigner_Expecter) PresignHeadObject(ctx interface{}, params interface{}, optFns ...interface{}) *MockPresigner_PresignHeadObject_Call
PresignHeadObject is a helper method to define mock.On call
- ctx context.Context
- params *s3.HeadObjectInput
- optFns ...func(*s3.PresignOptions)
func (*MockPresigner_Expecter) PresignPutObject ¶
func (_e *MockPresigner_Expecter) PresignPutObject(ctx interface{}, params interface{}, optFns ...interface{}) *MockPresigner_PresignPutObject_Call
PresignPutObject is a helper method to define mock.On call
- ctx context.Context
- params *s3.PutObjectInput
- optFns ...func(*s3.PresignOptions)
type MockPresigner_PresignGetObject_Call ¶
MockPresigner_PresignGetObject_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PresignGetObject'
func (*MockPresigner_PresignGetObject_Call) Return ¶
func (_c *MockPresigner_PresignGetObject_Call) Return(presignedHTTPRequest *v4.PresignedHTTPRequest, err error) *MockPresigner_PresignGetObject_Call
func (*MockPresigner_PresignGetObject_Call) Run ¶
func (_c *MockPresigner_PresignGetObject_Call) Run(run func(ctx context.Context, params *s3.GetObjectInput, optFns ...func(*s3.PresignOptions))) *MockPresigner_PresignGetObject_Call
func (*MockPresigner_PresignGetObject_Call) RunAndReturn ¶
func (_c *MockPresigner_PresignGetObject_Call) RunAndReturn(run func(ctx context.Context, params *s3.GetObjectInput, optFns ...func(*s3.PresignOptions)) (*v4.PresignedHTTPRequest, error)) *MockPresigner_PresignGetObject_Call
type MockPresigner_PresignHeadObject_Call ¶
MockPresigner_PresignHeadObject_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PresignHeadObject'
func (*MockPresigner_PresignHeadObject_Call) Return ¶
func (_c *MockPresigner_PresignHeadObject_Call) Return(presignedHTTPRequest *v4.PresignedHTTPRequest, err error) *MockPresigner_PresignHeadObject_Call
func (*MockPresigner_PresignHeadObject_Call) Run ¶
func (_c *MockPresigner_PresignHeadObject_Call) Run(run func(ctx context.Context, params *s3.HeadObjectInput, optFns ...func(*s3.PresignOptions))) *MockPresigner_PresignHeadObject_Call
func (*MockPresigner_PresignHeadObject_Call) RunAndReturn ¶
func (_c *MockPresigner_PresignHeadObject_Call) RunAndReturn(run func(ctx context.Context, params *s3.HeadObjectInput, optFns ...func(*s3.PresignOptions)) (*v4.PresignedHTTPRequest, error)) *MockPresigner_PresignHeadObject_Call
type MockPresigner_PresignPutObject_Call ¶
MockPresigner_PresignPutObject_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PresignPutObject'
func (*MockPresigner_PresignPutObject_Call) Return ¶
func (_c *MockPresigner_PresignPutObject_Call) Return(presignedHTTPRequest *v4.PresignedHTTPRequest, err error) *MockPresigner_PresignPutObject_Call
func (*MockPresigner_PresignPutObject_Call) Run ¶
func (_c *MockPresigner_PresignPutObject_Call) Run(run func(ctx context.Context, params *s3.PutObjectInput, optFns ...func(*s3.PresignOptions))) *MockPresigner_PresignPutObject_Call
func (*MockPresigner_PresignPutObject_Call) RunAndReturn ¶
func (_c *MockPresigner_PresignPutObject_Call) RunAndReturn(run func(ctx context.Context, params *s3.PutObjectInput, optFns ...func(*s3.PresignOptions)) (*v4.PresignedHTTPRequest, error)) *MockPresigner_PresignPutObject_Call
type MockPublicAccessBlocker ¶
MockPublicAccessBlocker is an autogenerated mock type for the PublicAccessBlocker type
func NewMockPublicAccessBlocker ¶
func NewMockPublicAccessBlocker(t interface {
mock.TestingT
Cleanup(func())
}) *MockPublicAccessBlocker
NewMockPublicAccessBlocker creates a new instance of MockPublicAccessBlocker. 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 (*MockPublicAccessBlocker) DeletePublicAccessBlock ¶
func (_mock *MockPublicAccessBlocker) DeletePublicAccessBlock(ctx context.Context, params *s3.DeletePublicAccessBlockInput, optFns ...func(*s3.Options)) (*s3.DeletePublicAccessBlockOutput, error)
DeletePublicAccessBlock provides a mock function for the type MockPublicAccessBlocker
func (*MockPublicAccessBlocker) EXPECT ¶
func (_m *MockPublicAccessBlocker) EXPECT() *MockPublicAccessBlocker_Expecter
func (*MockPublicAccessBlocker) GetPublicAccessBlock ¶
func (_mock *MockPublicAccessBlocker) GetPublicAccessBlock(ctx context.Context, params *s3.GetPublicAccessBlockInput, optFns ...func(*s3.Options)) (*s3.GetPublicAccessBlockOutput, error)
GetPublicAccessBlock provides a mock function for the type MockPublicAccessBlocker
func (*MockPublicAccessBlocker) PutPublicAccessBlock ¶
func (_mock *MockPublicAccessBlocker) PutPublicAccessBlock(ctx context.Context, params *s3.PutPublicAccessBlockInput, optFns ...func(*s3.Options)) (*s3.PutPublicAccessBlockOutput, error)
PutPublicAccessBlock provides a mock function for the type MockPublicAccessBlocker
type MockPublicAccessBlocker_DeletePublicAccessBlock_Call ¶
MockPublicAccessBlocker_DeletePublicAccessBlock_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeletePublicAccessBlock'
func (*MockPublicAccessBlocker_DeletePublicAccessBlock_Call) Return ¶
func (_c *MockPublicAccessBlocker_DeletePublicAccessBlock_Call) Return(deletePublicAccessBlockOutput *s3.DeletePublicAccessBlockOutput, err error) *MockPublicAccessBlocker_DeletePublicAccessBlock_Call
func (*MockPublicAccessBlocker_DeletePublicAccessBlock_Call) Run ¶
func (_c *MockPublicAccessBlocker_DeletePublicAccessBlock_Call) Run(run func(ctx context.Context, params *s3.DeletePublicAccessBlockInput, optFns ...func(*s3.Options))) *MockPublicAccessBlocker_DeletePublicAccessBlock_Call
func (*MockPublicAccessBlocker_DeletePublicAccessBlock_Call) RunAndReturn ¶
func (_c *MockPublicAccessBlocker_DeletePublicAccessBlock_Call) RunAndReturn(run func(ctx context.Context, params *s3.DeletePublicAccessBlockInput, optFns ...func(*s3.Options)) (*s3.DeletePublicAccessBlockOutput, error)) *MockPublicAccessBlocker_DeletePublicAccessBlock_Call
type MockPublicAccessBlocker_Expecter ¶
type MockPublicAccessBlocker_Expecter struct {
// contains filtered or unexported fields
}
func (*MockPublicAccessBlocker_Expecter) DeletePublicAccessBlock ¶
func (_e *MockPublicAccessBlocker_Expecter) DeletePublicAccessBlock(ctx interface{}, params interface{}, optFns ...interface{}) *MockPublicAccessBlocker_DeletePublicAccessBlock_Call
DeletePublicAccessBlock is a helper method to define mock.On call
- ctx context.Context
- params *s3.DeletePublicAccessBlockInput
- optFns ...func(*s3.Options)
func (*MockPublicAccessBlocker_Expecter) GetPublicAccessBlock ¶
func (_e *MockPublicAccessBlocker_Expecter) GetPublicAccessBlock(ctx interface{}, params interface{}, optFns ...interface{}) *MockPublicAccessBlocker_GetPublicAccessBlock_Call
GetPublicAccessBlock is a helper method to define mock.On call
- ctx context.Context
- params *s3.GetPublicAccessBlockInput
- optFns ...func(*s3.Options)
func (*MockPublicAccessBlocker_Expecter) PutPublicAccessBlock ¶
func (_e *MockPublicAccessBlocker_Expecter) PutPublicAccessBlock(ctx interface{}, params interface{}, optFns ...interface{}) *MockPublicAccessBlocker_PutPublicAccessBlock_Call
PutPublicAccessBlock is a helper method to define mock.On call
- ctx context.Context
- params *s3.PutPublicAccessBlockInput
- optFns ...func(*s3.Options)
type MockPublicAccessBlocker_GetPublicAccessBlock_Call ¶
MockPublicAccessBlocker_GetPublicAccessBlock_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetPublicAccessBlock'
func (*MockPublicAccessBlocker_GetPublicAccessBlock_Call) Return ¶
func (_c *MockPublicAccessBlocker_GetPublicAccessBlock_Call) Return(getPublicAccessBlockOutput *s3.GetPublicAccessBlockOutput, err error) *MockPublicAccessBlocker_GetPublicAccessBlock_Call
func (*MockPublicAccessBlocker_GetPublicAccessBlock_Call) Run ¶
func (_c *MockPublicAccessBlocker_GetPublicAccessBlock_Call) Run(run func(ctx context.Context, params *s3.GetPublicAccessBlockInput, optFns ...func(*s3.Options))) *MockPublicAccessBlocker_GetPublicAccessBlock_Call
func (*MockPublicAccessBlocker_GetPublicAccessBlock_Call) RunAndReturn ¶
func (_c *MockPublicAccessBlocker_GetPublicAccessBlock_Call) RunAndReturn(run func(ctx context.Context, params *s3.GetPublicAccessBlockInput, optFns ...func(*s3.Options)) (*s3.GetPublicAccessBlockOutput, error)) *MockPublicAccessBlocker_GetPublicAccessBlock_Call
type MockPublicAccessBlocker_PutPublicAccessBlock_Call ¶
MockPublicAccessBlocker_PutPublicAccessBlock_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PutPublicAccessBlock'
func (*MockPublicAccessBlocker_PutPublicAccessBlock_Call) Return ¶
func (_c *MockPublicAccessBlocker_PutPublicAccessBlock_Call) Return(putPublicAccessBlockOutput *s3.PutPublicAccessBlockOutput, err error) *MockPublicAccessBlocker_PutPublicAccessBlock_Call
func (*MockPublicAccessBlocker_PutPublicAccessBlock_Call) Run ¶
func (_c *MockPublicAccessBlocker_PutPublicAccessBlock_Call) Run(run func(ctx context.Context, params *s3.PutPublicAccessBlockInput, optFns ...func(*s3.Options))) *MockPublicAccessBlocker_PutPublicAccessBlock_Call
func (*MockPublicAccessBlocker_PutPublicAccessBlock_Call) RunAndReturn ¶
func (_c *MockPublicAccessBlocker_PutPublicAccessBlock_Call) RunAndReturn(run func(ctx context.Context, params *s3.PutPublicAccessBlockInput, optFns ...func(*s3.Options)) (*s3.PutPublicAccessBlockOutput, error)) *MockPublicAccessBlocker_PutPublicAccessBlock_Call
type MockReplicationManager ¶
MockReplicationManager is an autogenerated mock type for the ReplicationManager type
func NewMockReplicationManager ¶
func NewMockReplicationManager(t interface {
mock.TestingT
Cleanup(func())
}) *MockReplicationManager
NewMockReplicationManager creates a new instance of MockReplicationManager. 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 (*MockReplicationManager) DeleteBucketReplication ¶
func (_mock *MockReplicationManager) DeleteBucketReplication(ctx context.Context, params *s3.DeleteBucketReplicationInput, optFns ...func(*s3.Options)) (*s3.DeleteBucketReplicationOutput, error)
DeleteBucketReplication provides a mock function for the type MockReplicationManager
func (*MockReplicationManager) EXPECT ¶
func (_m *MockReplicationManager) EXPECT() *MockReplicationManager_Expecter
func (*MockReplicationManager) GetBucketReplication ¶
func (_mock *MockReplicationManager) GetBucketReplication(ctx context.Context, params *s3.GetBucketReplicationInput, optFns ...func(*s3.Options)) (*s3.GetBucketReplicationOutput, error)
GetBucketReplication provides a mock function for the type MockReplicationManager
func (*MockReplicationManager) PutBucketReplication ¶
func (_mock *MockReplicationManager) PutBucketReplication(ctx context.Context, params *s3.PutBucketReplicationInput, optFns ...func(*s3.Options)) (*s3.PutBucketReplicationOutput, error)
PutBucketReplication provides a mock function for the type MockReplicationManager
type MockReplicationManager_DeleteBucketReplication_Call ¶
MockReplicationManager_DeleteBucketReplication_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteBucketReplication'
func (*MockReplicationManager_DeleteBucketReplication_Call) Return ¶
func (_c *MockReplicationManager_DeleteBucketReplication_Call) Return(deleteBucketReplicationOutput *s3.DeleteBucketReplicationOutput, err error) *MockReplicationManager_DeleteBucketReplication_Call
func (*MockReplicationManager_DeleteBucketReplication_Call) Run ¶
func (_c *MockReplicationManager_DeleteBucketReplication_Call) Run(run func(ctx context.Context, params *s3.DeleteBucketReplicationInput, optFns ...func(*s3.Options))) *MockReplicationManager_DeleteBucketReplication_Call
func (*MockReplicationManager_DeleteBucketReplication_Call) RunAndReturn ¶
func (_c *MockReplicationManager_DeleteBucketReplication_Call) RunAndReturn(run func(ctx context.Context, params *s3.DeleteBucketReplicationInput, optFns ...func(*s3.Options)) (*s3.DeleteBucketReplicationOutput, error)) *MockReplicationManager_DeleteBucketReplication_Call
type MockReplicationManager_Expecter ¶
type MockReplicationManager_Expecter struct {
// contains filtered or unexported fields
}
func (*MockReplicationManager_Expecter) DeleteBucketReplication ¶
func (_e *MockReplicationManager_Expecter) DeleteBucketReplication(ctx interface{}, params interface{}, optFns ...interface{}) *MockReplicationManager_DeleteBucketReplication_Call
DeleteBucketReplication is a helper method to define mock.On call
- ctx context.Context
- params *s3.DeleteBucketReplicationInput
- optFns ...func(*s3.Options)
func (*MockReplicationManager_Expecter) GetBucketReplication ¶
func (_e *MockReplicationManager_Expecter) GetBucketReplication(ctx interface{}, params interface{}, optFns ...interface{}) *MockReplicationManager_GetBucketReplication_Call
GetBucketReplication is a helper method to define mock.On call
- ctx context.Context
- params *s3.GetBucketReplicationInput
- optFns ...func(*s3.Options)
func (*MockReplicationManager_Expecter) PutBucketReplication ¶
func (_e *MockReplicationManager_Expecter) PutBucketReplication(ctx interface{}, params interface{}, optFns ...interface{}) *MockReplicationManager_PutBucketReplication_Call
PutBucketReplication is a helper method to define mock.On call
- ctx context.Context
- params *s3.PutBucketReplicationInput
- optFns ...func(*s3.Options)
type MockReplicationManager_GetBucketReplication_Call ¶
MockReplicationManager_GetBucketReplication_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetBucketReplication'
func (*MockReplicationManager_GetBucketReplication_Call) Return ¶
func (_c *MockReplicationManager_GetBucketReplication_Call) Return(getBucketReplicationOutput *s3.GetBucketReplicationOutput, err error) *MockReplicationManager_GetBucketReplication_Call
func (*MockReplicationManager_GetBucketReplication_Call) Run ¶
func (_c *MockReplicationManager_GetBucketReplication_Call) Run(run func(ctx context.Context, params *s3.GetBucketReplicationInput, optFns ...func(*s3.Options))) *MockReplicationManager_GetBucketReplication_Call
func (*MockReplicationManager_GetBucketReplication_Call) RunAndReturn ¶
func (_c *MockReplicationManager_GetBucketReplication_Call) RunAndReturn(run func(ctx context.Context, params *s3.GetBucketReplicationInput, optFns ...func(*s3.Options)) (*s3.GetBucketReplicationOutput, error)) *MockReplicationManager_GetBucketReplication_Call
type MockReplicationManager_PutBucketReplication_Call ¶
MockReplicationManager_PutBucketReplication_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PutBucketReplication'
func (*MockReplicationManager_PutBucketReplication_Call) Return ¶
func (_c *MockReplicationManager_PutBucketReplication_Call) Return(putBucketReplicationOutput *s3.PutBucketReplicationOutput, err error) *MockReplicationManager_PutBucketReplication_Call
func (*MockReplicationManager_PutBucketReplication_Call) Run ¶
func (_c *MockReplicationManager_PutBucketReplication_Call) Run(run func(ctx context.Context, params *s3.PutBucketReplicationInput, optFns ...func(*s3.Options))) *MockReplicationManager_PutBucketReplication_Call
func (*MockReplicationManager_PutBucketReplication_Call) RunAndReturn ¶
func (_c *MockReplicationManager_PutBucketReplication_Call) RunAndReturn(run func(ctx context.Context, params *s3.PutBucketReplicationInput, optFns ...func(*s3.Options)) (*s3.PutBucketReplicationOutput, error)) *MockReplicationManager_PutBucketReplication_Call
type MockRequestPaymentManager ¶
MockRequestPaymentManager is an autogenerated mock type for the RequestPaymentManager type
func NewMockRequestPaymentManager ¶
func NewMockRequestPaymentManager(t interface {
mock.TestingT
Cleanup(func())
}) *MockRequestPaymentManager
NewMockRequestPaymentManager creates a new instance of MockRequestPaymentManager. 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 (*MockRequestPaymentManager) EXPECT ¶
func (_m *MockRequestPaymentManager) EXPECT() *MockRequestPaymentManager_Expecter
func (*MockRequestPaymentManager) GetBucketRequestPayment ¶
func (_mock *MockRequestPaymentManager) GetBucketRequestPayment(ctx context.Context, params *s3.GetBucketRequestPaymentInput, optFns ...func(*s3.Options)) (*s3.GetBucketRequestPaymentOutput, error)
GetBucketRequestPayment provides a mock function for the type MockRequestPaymentManager
func (*MockRequestPaymentManager) PutBucketRequestPayment ¶
func (_mock *MockRequestPaymentManager) PutBucketRequestPayment(ctx context.Context, params *s3.PutBucketRequestPaymentInput, optFns ...func(*s3.Options)) (*s3.PutBucketRequestPaymentOutput, error)
PutBucketRequestPayment provides a mock function for the type MockRequestPaymentManager
type MockRequestPaymentManager_Expecter ¶
type MockRequestPaymentManager_Expecter struct {
// contains filtered or unexported fields
}
func (*MockRequestPaymentManager_Expecter) GetBucketRequestPayment ¶
func (_e *MockRequestPaymentManager_Expecter) GetBucketRequestPayment(ctx interface{}, params interface{}, optFns ...interface{}) *MockRequestPaymentManager_GetBucketRequestPayment_Call
GetBucketRequestPayment is a helper method to define mock.On call
- ctx context.Context
- params *s3.GetBucketRequestPaymentInput
- optFns ...func(*s3.Options)
func (*MockRequestPaymentManager_Expecter) PutBucketRequestPayment ¶
func (_e *MockRequestPaymentManager_Expecter) PutBucketRequestPayment(ctx interface{}, params interface{}, optFns ...interface{}) *MockRequestPaymentManager_PutBucketRequestPayment_Call
PutBucketRequestPayment is a helper method to define mock.On call
- ctx context.Context
- params *s3.PutBucketRequestPaymentInput
- optFns ...func(*s3.Options)
type MockRequestPaymentManager_GetBucketRequestPayment_Call ¶
MockRequestPaymentManager_GetBucketRequestPayment_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetBucketRequestPayment'
func (*MockRequestPaymentManager_GetBucketRequestPayment_Call) Return ¶
func (_c *MockRequestPaymentManager_GetBucketRequestPayment_Call) Return(getBucketRequestPaymentOutput *s3.GetBucketRequestPaymentOutput, err error) *MockRequestPaymentManager_GetBucketRequestPayment_Call
func (*MockRequestPaymentManager_GetBucketRequestPayment_Call) Run ¶
func (_c *MockRequestPaymentManager_GetBucketRequestPayment_Call) Run(run func(ctx context.Context, params *s3.GetBucketRequestPaymentInput, optFns ...func(*s3.Options))) *MockRequestPaymentManager_GetBucketRequestPayment_Call
func (*MockRequestPaymentManager_GetBucketRequestPayment_Call) RunAndReturn ¶
func (_c *MockRequestPaymentManager_GetBucketRequestPayment_Call) RunAndReturn(run func(ctx context.Context, params *s3.GetBucketRequestPaymentInput, optFns ...func(*s3.Options)) (*s3.GetBucketRequestPaymentOutput, error)) *MockRequestPaymentManager_GetBucketRequestPayment_Call
type MockRequestPaymentManager_PutBucketRequestPayment_Call ¶
MockRequestPaymentManager_PutBucketRequestPayment_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PutBucketRequestPayment'
func (*MockRequestPaymentManager_PutBucketRequestPayment_Call) Return ¶
func (_c *MockRequestPaymentManager_PutBucketRequestPayment_Call) Return(putBucketRequestPaymentOutput *s3.PutBucketRequestPaymentOutput, err error) *MockRequestPaymentManager_PutBucketRequestPayment_Call
func (*MockRequestPaymentManager_PutBucketRequestPayment_Call) Run ¶
func (_c *MockRequestPaymentManager_PutBucketRequestPayment_Call) Run(run func(ctx context.Context, params *s3.PutBucketRequestPaymentInput, optFns ...func(*s3.Options))) *MockRequestPaymentManager_PutBucketRequestPayment_Call
func (*MockRequestPaymentManager_PutBucketRequestPayment_Call) RunAndReturn ¶
func (_c *MockRequestPaymentManager_PutBucketRequestPayment_Call) RunAndReturn(run func(ctx context.Context, params *s3.PutBucketRequestPaymentInput, optFns ...func(*s3.Options)) (*s3.PutBucketRequestPaymentOutput, error)) *MockRequestPaymentManager_PutBucketRequestPayment_Call
type MockRestorer ¶
MockRestorer is an autogenerated mock type for the Restorer type
func NewMockRestorer ¶
func NewMockRestorer(t interface {
mock.TestingT
Cleanup(func())
}) *MockRestorer
NewMockRestorer creates a new instance of MockRestorer. 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 (*MockRestorer) EXPECT ¶
func (_m *MockRestorer) EXPECT() *MockRestorer_Expecter
func (*MockRestorer) RestoreObject ¶
func (_mock *MockRestorer) RestoreObject(ctx context.Context, params *s3.RestoreObjectInput, optFns ...func(*s3.Options)) (*s3.RestoreObjectOutput, error)
RestoreObject provides a mock function for the type MockRestorer
type MockRestorer_Expecter ¶
type MockRestorer_Expecter struct {
// contains filtered or unexported fields
}
func (*MockRestorer_Expecter) RestoreObject ¶
func (_e *MockRestorer_Expecter) RestoreObject(ctx interface{}, params interface{}, optFns ...interface{}) *MockRestorer_RestoreObject_Call
RestoreObject is a helper method to define mock.On call
- ctx context.Context
- params *s3.RestoreObjectInput
- optFns ...func(*s3.Options)
type MockRestorer_RestoreObject_Call ¶
MockRestorer_RestoreObject_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'RestoreObject'
func (*MockRestorer_RestoreObject_Call) Return ¶
func (_c *MockRestorer_RestoreObject_Call) Return(restoreObjectOutput *s3.RestoreObjectOutput, err error) *MockRestorer_RestoreObject_Call
func (*MockRestorer_RestoreObject_Call) Run ¶
func (_c *MockRestorer_RestoreObject_Call) Run(run func(ctx context.Context, params *s3.RestoreObjectInput, optFns ...func(*s3.Options))) *MockRestorer_RestoreObject_Call
func (*MockRestorer_RestoreObject_Call) RunAndReturn ¶
func (_c *MockRestorer_RestoreObject_Call) RunAndReturn(run func(ctx context.Context, params *s3.RestoreObjectInput, optFns ...func(*s3.Options)) (*s3.RestoreObjectOutput, error)) *MockRestorer_RestoreObject_Call
type MockRetentionManager ¶
MockRetentionManager is an autogenerated mock type for the RetentionManager type
func NewMockRetentionManager ¶
func NewMockRetentionManager(t interface {
mock.TestingT
Cleanup(func())
}) *MockRetentionManager
NewMockRetentionManager creates a new instance of MockRetentionManager. 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 (*MockRetentionManager) EXPECT ¶
func (_m *MockRetentionManager) EXPECT() *MockRetentionManager_Expecter
func (*MockRetentionManager) GetObjectRetention ¶
func (_mock *MockRetentionManager) GetObjectRetention(ctx context.Context, params *s3.GetObjectRetentionInput, optFns ...func(*s3.Options)) (*s3.GetObjectRetentionOutput, error)
GetObjectRetention provides a mock function for the type MockRetentionManager
func (*MockRetentionManager) PutObjectRetention ¶
func (_mock *MockRetentionManager) PutObjectRetention(ctx context.Context, params *s3.PutObjectRetentionInput, optFns ...func(*s3.Options)) (*s3.PutObjectRetentionOutput, error)
PutObjectRetention provides a mock function for the type MockRetentionManager
type MockRetentionManager_Expecter ¶
type MockRetentionManager_Expecter struct {
// contains filtered or unexported fields
}
func (*MockRetentionManager_Expecter) GetObjectRetention ¶
func (_e *MockRetentionManager_Expecter) GetObjectRetention(ctx interface{}, params interface{}, optFns ...interface{}) *MockRetentionManager_GetObjectRetention_Call
GetObjectRetention is a helper method to define mock.On call
- ctx context.Context
- params *s3.GetObjectRetentionInput
- optFns ...func(*s3.Options)
func (*MockRetentionManager_Expecter) PutObjectRetention ¶
func (_e *MockRetentionManager_Expecter) PutObjectRetention(ctx interface{}, params interface{}, optFns ...interface{}) *MockRetentionManager_PutObjectRetention_Call
PutObjectRetention is a helper method to define mock.On call
- ctx context.Context
- params *s3.PutObjectRetentionInput
- optFns ...func(*s3.Options)
type MockRetentionManager_GetObjectRetention_Call ¶
MockRetentionManager_GetObjectRetention_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetObjectRetention'
func (*MockRetentionManager_GetObjectRetention_Call) Return ¶
func (_c *MockRetentionManager_GetObjectRetention_Call) Return(getObjectRetentionOutput *s3.GetObjectRetentionOutput, err error) *MockRetentionManager_GetObjectRetention_Call
func (*MockRetentionManager_GetObjectRetention_Call) Run ¶
func (_c *MockRetentionManager_GetObjectRetention_Call) Run(run func(ctx context.Context, params *s3.GetObjectRetentionInput, optFns ...func(*s3.Options))) *MockRetentionManager_GetObjectRetention_Call
func (*MockRetentionManager_GetObjectRetention_Call) RunAndReturn ¶
func (_c *MockRetentionManager_GetObjectRetention_Call) RunAndReturn(run func(ctx context.Context, params *s3.GetObjectRetentionInput, optFns ...func(*s3.Options)) (*s3.GetObjectRetentionOutput, error)) *MockRetentionManager_GetObjectRetention_Call
type MockRetentionManager_PutObjectRetention_Call ¶
MockRetentionManager_PutObjectRetention_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PutObjectRetention'
func (*MockRetentionManager_PutObjectRetention_Call) Return ¶
func (_c *MockRetentionManager_PutObjectRetention_Call) Return(putObjectRetentionOutput *s3.PutObjectRetentionOutput, err error) *MockRetentionManager_PutObjectRetention_Call
func (*MockRetentionManager_PutObjectRetention_Call) Run ¶
func (_c *MockRetentionManager_PutObjectRetention_Call) Run(run func(ctx context.Context, params *s3.PutObjectRetentionInput, optFns ...func(*s3.Options))) *MockRetentionManager_PutObjectRetention_Call
func (*MockRetentionManager_PutObjectRetention_Call) RunAndReturn ¶
func (_c *MockRetentionManager_PutObjectRetention_Call) RunAndReturn(run func(ctx context.Context, params *s3.PutObjectRetentionInput, optFns ...func(*s3.Options)) (*s3.PutObjectRetentionOutput, error)) *MockRetentionManager_PutObjectRetention_Call
type MockS3Manager ¶
MockS3Manager is an autogenerated mock type for the S3Manager type
func NewMockS3Manager ¶
func NewMockS3Manager(t interface {
mock.TestingT
Cleanup(func())
}) *MockS3Manager
NewMockS3Manager creates a new instance of MockS3Manager. 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 (*MockS3Manager) AbortMultipartUpload ¶
func (_mock *MockS3Manager) AbortMultipartUpload(ctx context.Context, params *s3.AbortMultipartUploadInput, optFns ...func(*s3.Options)) (*s3.AbortMultipartUploadOutput, error)
AbortMultipartUpload provides a mock function for the type MockS3Manager
func (*MockS3Manager) CompleteMultipartUpload ¶
func (_mock *MockS3Manager) CompleteMultipartUpload(ctx context.Context, params *s3.CompleteMultipartUploadInput, optFns ...func(*s3.Options)) (*s3.CompleteMultipartUploadOutput, error)
CompleteMultipartUpload provides a mock function for the type MockS3Manager
func (*MockS3Manager) CopyObject ¶
func (_mock *MockS3Manager) CopyObject(ctx context.Context, params *s3.CopyObjectInput, optFns ...func(*s3.Options)) (*s3.CopyObjectOutput, error)
CopyObject provides a mock function for the type MockS3Manager
func (*MockS3Manager) CreateBucket ¶
func (_mock *MockS3Manager) CreateBucket(ctx context.Context, params *s3.CreateBucketInput, optFns ...func(*s3.Options)) (*s3.CreateBucketOutput, error)
CreateBucket provides a mock function for the type MockS3Manager
func (*MockS3Manager) CreateMultipartUpload ¶
func (_mock *MockS3Manager) CreateMultipartUpload(ctx context.Context, params *s3.CreateMultipartUploadInput, optFns ...func(*s3.Options)) (*s3.CreateMultipartUploadOutput, error)
CreateMultipartUpload provides a mock function for the type MockS3Manager
func (*MockS3Manager) DeleteBucket ¶
func (_mock *MockS3Manager) DeleteBucket(ctx context.Context, params *s3.DeleteBucketInput, optFns ...func(*s3.Options)) (*s3.DeleteBucketOutput, error)
DeleteBucket provides a mock function for the type MockS3Manager
func (*MockS3Manager) DeleteBucketAnalyticsConfiguration ¶
func (_mock *MockS3Manager) DeleteBucketAnalyticsConfiguration(ctx context.Context, params *s3.DeleteBucketAnalyticsConfigurationInput, optFns ...func(*s3.Options)) (*s3.DeleteBucketAnalyticsConfigurationOutput, error)
DeleteBucketAnalyticsConfiguration provides a mock function for the type MockS3Manager
func (*MockS3Manager) DeleteBucketCors ¶
func (_mock *MockS3Manager) DeleteBucketCors(ctx context.Context, params *s3.DeleteBucketCorsInput, optFns ...func(*s3.Options)) (*s3.DeleteBucketCorsOutput, error)
DeleteBucketCors provides a mock function for the type MockS3Manager
func (*MockS3Manager) DeleteBucketEncryption ¶
func (_mock *MockS3Manager) DeleteBucketEncryption(ctx context.Context, params *s3.DeleteBucketEncryptionInput, optFns ...func(*s3.Options)) (*s3.DeleteBucketEncryptionOutput, error)
DeleteBucketEncryption provides a mock function for the type MockS3Manager
func (*MockS3Manager) DeleteBucketIntelligentTieringConfiguration ¶
func (_mock *MockS3Manager) DeleteBucketIntelligentTieringConfiguration(ctx context.Context, params *s3.DeleteBucketIntelligentTieringConfigurationInput, optFns ...func(*s3.Options)) (*s3.DeleteBucketIntelligentTieringConfigurationOutput, error)
DeleteBucketIntelligentTieringConfiguration provides a mock function for the type MockS3Manager
func (*MockS3Manager) DeleteBucketInventoryConfiguration ¶
func (_mock *MockS3Manager) DeleteBucketInventoryConfiguration(ctx context.Context, params *s3.DeleteBucketInventoryConfigurationInput, optFns ...func(*s3.Options)) (*s3.DeleteBucketInventoryConfigurationOutput, error)
DeleteBucketInventoryConfiguration provides a mock function for the type MockS3Manager
func (*MockS3Manager) DeleteBucketLifecycle ¶
func (_mock *MockS3Manager) DeleteBucketLifecycle(ctx context.Context, params *s3.DeleteBucketLifecycleInput, optFns ...func(*s3.Options)) (*s3.DeleteBucketLifecycleOutput, error)
DeleteBucketLifecycle provides a mock function for the type MockS3Manager
func (*MockS3Manager) DeleteBucketMetricsConfiguration ¶
func (_mock *MockS3Manager) DeleteBucketMetricsConfiguration(ctx context.Context, params *s3.DeleteBucketMetricsConfigurationInput, optFns ...func(*s3.Options)) (*s3.DeleteBucketMetricsConfigurationOutput, error)
DeleteBucketMetricsConfiguration provides a mock function for the type MockS3Manager
func (*MockS3Manager) DeleteBucketOwnershipControls ¶
func (_mock *MockS3Manager) DeleteBucketOwnershipControls(ctx context.Context, params *s3.DeleteBucketOwnershipControlsInput, optFns ...func(*s3.Options)) (*s3.DeleteBucketOwnershipControlsOutput, error)
DeleteBucketOwnershipControls provides a mock function for the type MockS3Manager
func (*MockS3Manager) DeleteBucketPolicy ¶
func (_mock *MockS3Manager) DeleteBucketPolicy(ctx context.Context, params *s3.DeleteBucketPolicyInput, optFns ...func(*s3.Options)) (*s3.DeleteBucketPolicyOutput, error)
DeleteBucketPolicy provides a mock function for the type MockS3Manager
func (*MockS3Manager) DeleteBucketReplication ¶
func (_mock *MockS3Manager) DeleteBucketReplication(ctx context.Context, params *s3.DeleteBucketReplicationInput, optFns ...func(*s3.Options)) (*s3.DeleteBucketReplicationOutput, error)
DeleteBucketReplication provides a mock function for the type MockS3Manager
func (*MockS3Manager) DeleteBucketTagging ¶
func (_mock *MockS3Manager) DeleteBucketTagging(ctx context.Context, params *s3.DeleteBucketTaggingInput, optFns ...func(*s3.Options)) (*s3.DeleteBucketTaggingOutput, error)
DeleteBucketTagging provides a mock function for the type MockS3Manager
func (*MockS3Manager) DeleteBucketWebsite ¶
func (_mock *MockS3Manager) DeleteBucketWebsite(ctx context.Context, params *s3.DeleteBucketWebsiteInput, optFns ...func(*s3.Options)) (*s3.DeleteBucketWebsiteOutput, error)
DeleteBucketWebsite provides a mock function for the type MockS3Manager
func (*MockS3Manager) DeleteObject ¶
func (_mock *MockS3Manager) DeleteObject(ctx context.Context, params *s3.DeleteObjectInput, optFns ...func(*s3.Options)) (*s3.DeleteObjectOutput, error)
DeleteObject provides a mock function for the type MockS3Manager
func (*MockS3Manager) DeleteObjectTagging ¶
func (_mock *MockS3Manager) DeleteObjectTagging(ctx context.Context, params *s3.DeleteObjectTaggingInput, optFns ...func(*s3.Options)) (*s3.DeleteObjectTaggingOutput, error)
DeleteObjectTagging provides a mock function for the type MockS3Manager
func (*MockS3Manager) DeleteObjects ¶
func (_mock *MockS3Manager) DeleteObjects(ctx context.Context, params *s3.DeleteObjectsInput, optFns ...func(*s3.Options)) (*s3.DeleteObjectsOutput, error)
DeleteObjects provides a mock function for the type MockS3Manager
func (*MockS3Manager) DeletePublicAccessBlock ¶
func (_mock *MockS3Manager) DeletePublicAccessBlock(ctx context.Context, params *s3.DeletePublicAccessBlockInput, optFns ...func(*s3.Options)) (*s3.DeletePublicAccessBlockOutput, error)
DeletePublicAccessBlock provides a mock function for the type MockS3Manager
func (*MockS3Manager) EXPECT ¶
func (_m *MockS3Manager) EXPECT() *MockS3Manager_Expecter
func (*MockS3Manager) GetBucketAccelerateConfiguration ¶
func (_mock *MockS3Manager) GetBucketAccelerateConfiguration(ctx context.Context, params *s3.GetBucketAccelerateConfigurationInput, optFns ...func(*s3.Options)) (*s3.GetBucketAccelerateConfigurationOutput, error)
GetBucketAccelerateConfiguration provides a mock function for the type MockS3Manager
func (*MockS3Manager) GetBucketAcl ¶
func (_mock *MockS3Manager) GetBucketAcl(ctx context.Context, params *s3.GetBucketAclInput, optFns ...func(*s3.Options)) (*s3.GetBucketAclOutput, error)
GetBucketAcl provides a mock function for the type MockS3Manager
func (*MockS3Manager) GetBucketAnalyticsConfiguration ¶
func (_mock *MockS3Manager) GetBucketAnalyticsConfiguration(ctx context.Context, params *s3.GetBucketAnalyticsConfigurationInput, optFns ...func(*s3.Options)) (*s3.GetBucketAnalyticsConfigurationOutput, error)
GetBucketAnalyticsConfiguration provides a mock function for the type MockS3Manager
func (*MockS3Manager) GetBucketCors ¶
func (_mock *MockS3Manager) GetBucketCors(ctx context.Context, params *s3.GetBucketCorsInput, optFns ...func(*s3.Options)) (*s3.GetBucketCorsOutput, error)
GetBucketCors provides a mock function for the type MockS3Manager
func (*MockS3Manager) GetBucketEncryption ¶
func (_mock *MockS3Manager) GetBucketEncryption(ctx context.Context, params *s3.GetBucketEncryptionInput, optFns ...func(*s3.Options)) (*s3.GetBucketEncryptionOutput, error)
GetBucketEncryption provides a mock function for the type MockS3Manager
func (*MockS3Manager) GetBucketIntelligentTieringConfiguration ¶
func (_mock *MockS3Manager) GetBucketIntelligentTieringConfiguration(ctx context.Context, params *s3.GetBucketIntelligentTieringConfigurationInput, optFns ...func(*s3.Options)) (*s3.GetBucketIntelligentTieringConfigurationOutput, error)
GetBucketIntelligentTieringConfiguration provides a mock function for the type MockS3Manager
func (*MockS3Manager) GetBucketInventoryConfiguration ¶
func (_mock *MockS3Manager) GetBucketInventoryConfiguration(ctx context.Context, params *s3.GetBucketInventoryConfigurationInput, optFns ...func(*s3.Options)) (*s3.GetBucketInventoryConfigurationOutput, error)
GetBucketInventoryConfiguration provides a mock function for the type MockS3Manager
func (*MockS3Manager) GetBucketLifecycleConfiguration ¶
func (_mock *MockS3Manager) GetBucketLifecycleConfiguration(ctx context.Context, params *s3.GetBucketLifecycleConfigurationInput, optFns ...func(*s3.Options)) (*s3.GetBucketLifecycleConfigurationOutput, error)
GetBucketLifecycleConfiguration provides a mock function for the type MockS3Manager
func (*MockS3Manager) GetBucketLocation ¶
func (_mock *MockS3Manager) GetBucketLocation(ctx context.Context, params *s3.GetBucketLocationInput, optFns ...func(*s3.Options)) (*s3.GetBucketLocationOutput, error)
GetBucketLocation provides a mock function for the type MockS3Manager
func (*MockS3Manager) GetBucketLogging ¶
func (_mock *MockS3Manager) GetBucketLogging(ctx context.Context, params *s3.GetBucketLoggingInput, optFns ...func(*s3.Options)) (*s3.GetBucketLoggingOutput, error)
GetBucketLogging provides a mock function for the type MockS3Manager
func (*MockS3Manager) GetBucketMetricsConfiguration ¶
func (_mock *MockS3Manager) GetBucketMetricsConfiguration(ctx context.Context, params *s3.GetBucketMetricsConfigurationInput, optFns ...func(*s3.Options)) (*s3.GetBucketMetricsConfigurationOutput, error)
GetBucketMetricsConfiguration provides a mock function for the type MockS3Manager
func (*MockS3Manager) GetBucketNotificationConfiguration ¶
func (_mock *MockS3Manager) GetBucketNotificationConfiguration(ctx context.Context, params *s3.GetBucketNotificationConfigurationInput, optFns ...func(*s3.Options)) (*s3.GetBucketNotificationConfigurationOutput, error)
GetBucketNotificationConfiguration provides a mock function for the type MockS3Manager
func (*MockS3Manager) GetBucketOwnershipControls ¶
func (_mock *MockS3Manager) GetBucketOwnershipControls(ctx context.Context, params *s3.GetBucketOwnershipControlsInput, optFns ...func(*s3.Options)) (*s3.GetBucketOwnershipControlsOutput, error)
GetBucketOwnershipControls provides a mock function for the type MockS3Manager
func (*MockS3Manager) GetBucketPolicy ¶
func (_mock *MockS3Manager) GetBucketPolicy(ctx context.Context, params *s3.GetBucketPolicyInput, optFns ...func(*s3.Options)) (*s3.GetBucketPolicyOutput, error)
GetBucketPolicy provides a mock function for the type MockS3Manager
func (*MockS3Manager) GetBucketPolicyStatus ¶
func (_mock *MockS3Manager) GetBucketPolicyStatus(ctx context.Context, params *s3.GetBucketPolicyStatusInput, optFns ...func(*s3.Options)) (*s3.GetBucketPolicyStatusOutput, error)
GetBucketPolicyStatus provides a mock function for the type MockS3Manager
func (*MockS3Manager) GetBucketReplication ¶
func (_mock *MockS3Manager) GetBucketReplication(ctx context.Context, params *s3.GetBucketReplicationInput, optFns ...func(*s3.Options)) (*s3.GetBucketReplicationOutput, error)
GetBucketReplication provides a mock function for the type MockS3Manager
func (*MockS3Manager) GetBucketRequestPayment ¶
func (_mock *MockS3Manager) GetBucketRequestPayment(ctx context.Context, params *s3.GetBucketRequestPaymentInput, optFns ...func(*s3.Options)) (*s3.GetBucketRequestPaymentOutput, error)
GetBucketRequestPayment provides a mock function for the type MockS3Manager
func (*MockS3Manager) GetBucketTagging ¶
func (_mock *MockS3Manager) GetBucketTagging(ctx context.Context, params *s3.GetBucketTaggingInput, optFns ...func(*s3.Options)) (*s3.GetBucketTaggingOutput, error)
GetBucketTagging provides a mock function for the type MockS3Manager
func (*MockS3Manager) GetBucketVersioning ¶
func (_mock *MockS3Manager) GetBucketVersioning(ctx context.Context, params *s3.GetBucketVersioningInput, optFns ...func(*s3.Options)) (*s3.GetBucketVersioningOutput, error)
GetBucketVersioning provides a mock function for the type MockS3Manager
func (*MockS3Manager) GetBucketWebsite ¶
func (_mock *MockS3Manager) GetBucketWebsite(ctx context.Context, params *s3.GetBucketWebsiteInput, optFns ...func(*s3.Options)) (*s3.GetBucketWebsiteOutput, error)
GetBucketWebsite provides a mock function for the type MockS3Manager
func (*MockS3Manager) GetObject ¶
func (_mock *MockS3Manager) GetObject(ctx context.Context, params *s3.GetObjectInput, optFns ...func(*s3.Options)) (*s3.GetObjectOutput, error)
GetObject provides a mock function for the type MockS3Manager
func (*MockS3Manager) GetObjectAcl ¶
func (_mock *MockS3Manager) GetObjectAcl(ctx context.Context, params *s3.GetObjectAclInput, optFns ...func(*s3.Options)) (*s3.GetObjectAclOutput, error)
GetObjectAcl provides a mock function for the type MockS3Manager
func (*MockS3Manager) GetObjectAttributes ¶
func (_mock *MockS3Manager) GetObjectAttributes(ctx context.Context, params *s3.GetObjectAttributesInput, optFns ...func(*s3.Options)) (*s3.GetObjectAttributesOutput, error)
GetObjectAttributes provides a mock function for the type MockS3Manager
func (*MockS3Manager) GetObjectLegalHold ¶
func (_mock *MockS3Manager) GetObjectLegalHold(ctx context.Context, params *s3.GetObjectLegalHoldInput, optFns ...func(*s3.Options)) (*s3.GetObjectLegalHoldOutput, error)
GetObjectLegalHold provides a mock function for the type MockS3Manager
func (*MockS3Manager) GetObjectLockConfiguration ¶
func (_mock *MockS3Manager) GetObjectLockConfiguration(ctx context.Context, params *s3.GetObjectLockConfigurationInput, optFns ...func(*s3.Options)) (*s3.GetObjectLockConfigurationOutput, error)
GetObjectLockConfiguration provides a mock function for the type MockS3Manager
func (*MockS3Manager) GetObjectRetention ¶
func (_mock *MockS3Manager) GetObjectRetention(ctx context.Context, params *s3.GetObjectRetentionInput, optFns ...func(*s3.Options)) (*s3.GetObjectRetentionOutput, error)
GetObjectRetention provides a mock function for the type MockS3Manager
func (*MockS3Manager) GetObjectTagging ¶
func (_mock *MockS3Manager) GetObjectTagging(ctx context.Context, params *s3.GetObjectTaggingInput, optFns ...func(*s3.Options)) (*s3.GetObjectTaggingOutput, error)
GetObjectTagging provides a mock function for the type MockS3Manager
func (*MockS3Manager) GetObjectTorrent ¶
func (_mock *MockS3Manager) GetObjectTorrent(ctx context.Context, params *s3.GetObjectTorrentInput, optFns ...func(*s3.Options)) (*s3.GetObjectTorrentOutput, error)
GetObjectTorrent provides a mock function for the type MockS3Manager
func (*MockS3Manager) GetPublicAccessBlock ¶
func (_mock *MockS3Manager) GetPublicAccessBlock(ctx context.Context, params *s3.GetPublicAccessBlockInput, optFns ...func(*s3.Options)) (*s3.GetPublicAccessBlockOutput, error)
GetPublicAccessBlock provides a mock function for the type MockS3Manager
func (*MockS3Manager) HeadBucket ¶
func (_mock *MockS3Manager) HeadBucket(ctx context.Context, params *s3.HeadBucketInput, optFns ...func(*s3.Options)) (*s3.HeadBucketOutput, error)
HeadBucket provides a mock function for the type MockS3Manager
func (*MockS3Manager) HeadObject ¶
func (_mock *MockS3Manager) HeadObject(ctx context.Context, params *s3.HeadObjectInput, optFns ...func(*s3.Options)) (*s3.HeadObjectOutput, error)
HeadObject provides a mock function for the type MockS3Manager
func (*MockS3Manager) ListBuckets ¶
func (_mock *MockS3Manager) ListBuckets(ctx context.Context, params *s3.ListBucketsInput, optFns ...func(*s3.Options)) (*s3.ListBucketsOutput, error)
ListBuckets provides a mock function for the type MockS3Manager
func (*MockS3Manager) ListMultipartUploads ¶
func (_mock *MockS3Manager) ListMultipartUploads(ctx context.Context, params *s3.ListMultipartUploadsInput, optFns ...func(*s3.Options)) (*s3.ListMultipartUploadsOutput, error)
ListMultipartUploads provides a mock function for the type MockS3Manager
func (*MockS3Manager) ListObjectVersions ¶
func (_mock *MockS3Manager) ListObjectVersions(ctx context.Context, params *s3.ListObjectVersionsInput, optFns ...func(*s3.Options)) (*s3.ListObjectVersionsOutput, error)
ListObjectVersions provides a mock function for the type MockS3Manager
func (*MockS3Manager) ListObjectsV2 ¶
func (_mock *MockS3Manager) ListObjectsV2(ctx context.Context, params *s3.ListObjectsV2Input, optFns ...func(*s3.Options)) (*s3.ListObjectsV2Output, error)
ListObjectsV2 provides a mock function for the type MockS3Manager
func (*MockS3Manager) ListParts ¶
func (_mock *MockS3Manager) ListParts(ctx context.Context, params *s3.ListPartsInput, optFns ...func(*s3.Options)) (*s3.ListPartsOutput, error)
ListParts provides a mock function for the type MockS3Manager
func (*MockS3Manager) PutBucketAccelerateConfiguration ¶
func (_mock *MockS3Manager) PutBucketAccelerateConfiguration(ctx context.Context, params *s3.PutBucketAccelerateConfigurationInput, optFns ...func(*s3.Options)) (*s3.PutBucketAccelerateConfigurationOutput, error)
PutBucketAccelerateConfiguration provides a mock function for the type MockS3Manager
func (*MockS3Manager) PutBucketAcl ¶
func (_mock *MockS3Manager) PutBucketAcl(ctx context.Context, params *s3.PutBucketAclInput, optFns ...func(*s3.Options)) (*s3.PutBucketAclOutput, error)
PutBucketAcl provides a mock function for the type MockS3Manager
func (*MockS3Manager) PutBucketAnalyticsConfiguration ¶
func (_mock *MockS3Manager) PutBucketAnalyticsConfiguration(ctx context.Context, params *s3.PutBucketAnalyticsConfigurationInput, optFns ...func(*s3.Options)) (*s3.PutBucketAnalyticsConfigurationOutput, error)
PutBucketAnalyticsConfiguration provides a mock function for the type MockS3Manager
func (*MockS3Manager) PutBucketCors ¶
func (_mock *MockS3Manager) PutBucketCors(ctx context.Context, params *s3.PutBucketCorsInput, optFns ...func(*s3.Options)) (*s3.PutBucketCorsOutput, error)
PutBucketCors provides a mock function for the type MockS3Manager
func (*MockS3Manager) PutBucketEncryption ¶
func (_mock *MockS3Manager) PutBucketEncryption(ctx context.Context, params *s3.PutBucketEncryptionInput, optFns ...func(*s3.Options)) (*s3.PutBucketEncryptionOutput, error)
PutBucketEncryption provides a mock function for the type MockS3Manager
func (*MockS3Manager) PutBucketIntelligentTieringConfiguration ¶
func (_mock *MockS3Manager) PutBucketIntelligentTieringConfiguration(ctx context.Context, params *s3.PutBucketIntelligentTieringConfigurationInput, optFns ...func(*s3.Options)) (*s3.PutBucketIntelligentTieringConfigurationOutput, error)
PutBucketIntelligentTieringConfiguration provides a mock function for the type MockS3Manager
func (*MockS3Manager) PutBucketInventoryConfiguration ¶
func (_mock *MockS3Manager) PutBucketInventoryConfiguration(ctx context.Context, params *s3.PutBucketInventoryConfigurationInput, optFns ...func(*s3.Options)) (*s3.PutBucketInventoryConfigurationOutput, error)
PutBucketInventoryConfiguration provides a mock function for the type MockS3Manager
func (*MockS3Manager) PutBucketLifecycleConfiguration ¶
func (_mock *MockS3Manager) PutBucketLifecycleConfiguration(ctx context.Context, params *s3.PutBucketLifecycleConfigurationInput, optFns ...func(*s3.Options)) (*s3.PutBucketLifecycleConfigurationOutput, error)
PutBucketLifecycleConfiguration provides a mock function for the type MockS3Manager
func (*MockS3Manager) PutBucketLogging ¶
func (_mock *MockS3Manager) PutBucketLogging(ctx context.Context, params *s3.PutBucketLoggingInput, optFns ...func(*s3.Options)) (*s3.PutBucketLoggingOutput, error)
PutBucketLogging provides a mock function for the type MockS3Manager
func (*MockS3Manager) PutBucketMetricsConfiguration ¶
func (_mock *MockS3Manager) PutBucketMetricsConfiguration(ctx context.Context, params *s3.PutBucketMetricsConfigurationInput, optFns ...func(*s3.Options)) (*s3.PutBucketMetricsConfigurationOutput, error)
PutBucketMetricsConfiguration provides a mock function for the type MockS3Manager
func (*MockS3Manager) PutBucketNotificationConfiguration ¶
func (_mock *MockS3Manager) PutBucketNotificationConfiguration(ctx context.Context, params *s3.PutBucketNotificationConfigurationInput, optFns ...func(*s3.Options)) (*s3.PutBucketNotificationConfigurationOutput, error)
PutBucketNotificationConfiguration provides a mock function for the type MockS3Manager
func (*MockS3Manager) PutBucketOwnershipControls ¶
func (_mock *MockS3Manager) PutBucketOwnershipControls(ctx context.Context, params *s3.PutBucketOwnershipControlsInput, optFns ...func(*s3.Options)) (*s3.PutBucketOwnershipControlsOutput, error)
PutBucketOwnershipControls provides a mock function for the type MockS3Manager
func (*MockS3Manager) PutBucketPolicy ¶
func (_mock *MockS3Manager) PutBucketPolicy(ctx context.Context, params *s3.PutBucketPolicyInput, optFns ...func(*s3.Options)) (*s3.PutBucketPolicyOutput, error)
PutBucketPolicy provides a mock function for the type MockS3Manager
func (*MockS3Manager) PutBucketReplication ¶
func (_mock *MockS3Manager) PutBucketReplication(ctx context.Context, params *s3.PutBucketReplicationInput, optFns ...func(*s3.Options)) (*s3.PutBucketReplicationOutput, error)
PutBucketReplication provides a mock function for the type MockS3Manager
func (*MockS3Manager) PutBucketRequestPayment ¶
func (_mock *MockS3Manager) PutBucketRequestPayment(ctx context.Context, params *s3.PutBucketRequestPaymentInput, optFns ...func(*s3.Options)) (*s3.PutBucketRequestPaymentOutput, error)
PutBucketRequestPayment provides a mock function for the type MockS3Manager
func (*MockS3Manager) PutBucketTagging ¶
func (_mock *MockS3Manager) PutBucketTagging(ctx context.Context, params *s3.PutBucketTaggingInput, optFns ...func(*s3.Options)) (*s3.PutBucketTaggingOutput, error)
PutBucketTagging provides a mock function for the type MockS3Manager
func (*MockS3Manager) PutBucketVersioning ¶
func (_mock *MockS3Manager) PutBucketVersioning(ctx context.Context, params *s3.PutBucketVersioningInput, optFns ...func(*s3.Options)) (*s3.PutBucketVersioningOutput, error)
PutBucketVersioning provides a mock function for the type MockS3Manager
func (*MockS3Manager) PutBucketWebsite ¶
func (_mock *MockS3Manager) PutBucketWebsite(ctx context.Context, params *s3.PutBucketWebsiteInput, optFns ...func(*s3.Options)) (*s3.PutBucketWebsiteOutput, error)
PutBucketWebsite provides a mock function for the type MockS3Manager
func (*MockS3Manager) PutObject ¶
func (_mock *MockS3Manager) PutObject(ctx context.Context, params *s3.PutObjectInput, optFns ...func(*s3.Options)) (*s3.PutObjectOutput, error)
PutObject provides a mock function for the type MockS3Manager
func (*MockS3Manager) PutObjectAcl ¶
func (_mock *MockS3Manager) PutObjectAcl(ctx context.Context, params *s3.PutObjectAclInput, optFns ...func(*s3.Options)) (*s3.PutObjectAclOutput, error)
PutObjectAcl provides a mock function for the type MockS3Manager
func (*MockS3Manager) PutObjectLegalHold ¶
func (_mock *MockS3Manager) PutObjectLegalHold(ctx context.Context, params *s3.PutObjectLegalHoldInput, optFns ...func(*s3.Options)) (*s3.PutObjectLegalHoldOutput, error)
PutObjectLegalHold provides a mock function for the type MockS3Manager
func (*MockS3Manager) PutObjectLockConfiguration ¶
func (_mock *MockS3Manager) PutObjectLockConfiguration(ctx context.Context, params *s3.PutObjectLockConfigurationInput, optFns ...func(*s3.Options)) (*s3.PutObjectLockConfigurationOutput, error)
PutObjectLockConfiguration provides a mock function for the type MockS3Manager
func (*MockS3Manager) PutObjectRetention ¶
func (_mock *MockS3Manager) PutObjectRetention(ctx context.Context, params *s3.PutObjectRetentionInput, optFns ...func(*s3.Options)) (*s3.PutObjectRetentionOutput, error)
PutObjectRetention provides a mock function for the type MockS3Manager
func (*MockS3Manager) PutObjectTagging ¶
func (_mock *MockS3Manager) PutObjectTagging(ctx context.Context, params *s3.PutObjectTaggingInput, optFns ...func(*s3.Options)) (*s3.PutObjectTaggingOutput, error)
PutObjectTagging provides a mock function for the type MockS3Manager
func (*MockS3Manager) PutPublicAccessBlock ¶
func (_mock *MockS3Manager) PutPublicAccessBlock(ctx context.Context, params *s3.PutPublicAccessBlockInput, optFns ...func(*s3.Options)) (*s3.PutPublicAccessBlockOutput, error)
PutPublicAccessBlock provides a mock function for the type MockS3Manager
func (*MockS3Manager) RestoreObject ¶
func (_mock *MockS3Manager) RestoreObject(ctx context.Context, params *s3.RestoreObjectInput, optFns ...func(*s3.Options)) (*s3.RestoreObjectOutput, error)
RestoreObject provides a mock function for the type MockS3Manager
func (*MockS3Manager) SelectObjectContent ¶
func (_mock *MockS3Manager) SelectObjectContent(ctx context.Context, params *s3.SelectObjectContentInput, optFns ...func(*s3.Options)) (*s3.SelectObjectContentOutput, error)
SelectObjectContent provides a mock function for the type MockS3Manager
func (*MockS3Manager) UploadPart ¶
func (_mock *MockS3Manager) UploadPart(ctx context.Context, params *s3.UploadPartInput, optFns ...func(*s3.Options)) (*s3.UploadPartOutput, error)
UploadPart provides a mock function for the type MockS3Manager
func (*MockS3Manager) UploadPartCopy ¶
func (_mock *MockS3Manager) UploadPartCopy(ctx context.Context, params *s3.UploadPartCopyInput, optFns ...func(*s3.Options)) (*s3.UploadPartCopyOutput, error)
UploadPartCopy provides a mock function for the type MockS3Manager
func (*MockS3Manager) WriteGetObjectResponse ¶
func (_mock *MockS3Manager) WriteGetObjectResponse(ctx context.Context, params *s3.WriteGetObjectResponseInput, optFns ...func(*s3.Options)) (*s3.WriteGetObjectResponseOutput, error)
WriteGetObjectResponse provides a mock function for the type MockS3Manager
type MockS3Manager_AbortMultipartUpload_Call ¶
MockS3Manager_AbortMultipartUpload_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'AbortMultipartUpload'
func (*MockS3Manager_AbortMultipartUpload_Call) Return ¶
func (_c *MockS3Manager_AbortMultipartUpload_Call) Return(abortMultipartUploadOutput *s3.AbortMultipartUploadOutput, err error) *MockS3Manager_AbortMultipartUpload_Call
func (*MockS3Manager_AbortMultipartUpload_Call) Run ¶
func (_c *MockS3Manager_AbortMultipartUpload_Call) Run(run func(ctx context.Context, params *s3.AbortMultipartUploadInput, optFns ...func(*s3.Options))) *MockS3Manager_AbortMultipartUpload_Call
func (*MockS3Manager_AbortMultipartUpload_Call) RunAndReturn ¶
func (_c *MockS3Manager_AbortMultipartUpload_Call) RunAndReturn(run func(ctx context.Context, params *s3.AbortMultipartUploadInput, optFns ...func(*s3.Options)) (*s3.AbortMultipartUploadOutput, error)) *MockS3Manager_AbortMultipartUpload_Call
type MockS3Manager_CompleteMultipartUpload_Call ¶
MockS3Manager_CompleteMultipartUpload_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CompleteMultipartUpload'
func (*MockS3Manager_CompleteMultipartUpload_Call) Return ¶
func (_c *MockS3Manager_CompleteMultipartUpload_Call) Return(completeMultipartUploadOutput *s3.CompleteMultipartUploadOutput, err error) *MockS3Manager_CompleteMultipartUpload_Call
func (*MockS3Manager_CompleteMultipartUpload_Call) Run ¶
func (_c *MockS3Manager_CompleteMultipartUpload_Call) Run(run func(ctx context.Context, params *s3.CompleteMultipartUploadInput, optFns ...func(*s3.Options))) *MockS3Manager_CompleteMultipartUpload_Call
func (*MockS3Manager_CompleteMultipartUpload_Call) RunAndReturn ¶
func (_c *MockS3Manager_CompleteMultipartUpload_Call) RunAndReturn(run func(ctx context.Context, params *s3.CompleteMultipartUploadInput, optFns ...func(*s3.Options)) (*s3.CompleteMultipartUploadOutput, error)) *MockS3Manager_CompleteMultipartUpload_Call
type MockS3Manager_CopyObject_Call ¶
MockS3Manager_CopyObject_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CopyObject'
func (*MockS3Manager_CopyObject_Call) Return ¶
func (_c *MockS3Manager_CopyObject_Call) Return(copyObjectOutput *s3.CopyObjectOutput, err error) *MockS3Manager_CopyObject_Call
func (*MockS3Manager_CopyObject_Call) Run ¶
func (_c *MockS3Manager_CopyObject_Call) Run(run func(ctx context.Context, params *s3.CopyObjectInput, optFns ...func(*s3.Options))) *MockS3Manager_CopyObject_Call
func (*MockS3Manager_CopyObject_Call) RunAndReturn ¶
func (_c *MockS3Manager_CopyObject_Call) RunAndReturn(run func(ctx context.Context, params *s3.CopyObjectInput, optFns ...func(*s3.Options)) (*s3.CopyObjectOutput, error)) *MockS3Manager_CopyObject_Call
type MockS3Manager_CreateBucket_Call ¶
MockS3Manager_CreateBucket_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateBucket'
func (*MockS3Manager_CreateBucket_Call) Return ¶
func (_c *MockS3Manager_CreateBucket_Call) Return(createBucketOutput *s3.CreateBucketOutput, err error) *MockS3Manager_CreateBucket_Call
func (*MockS3Manager_CreateBucket_Call) Run ¶
func (_c *MockS3Manager_CreateBucket_Call) Run(run func(ctx context.Context, params *s3.CreateBucketInput, optFns ...func(*s3.Options))) *MockS3Manager_CreateBucket_Call
func (*MockS3Manager_CreateBucket_Call) RunAndReturn ¶
func (_c *MockS3Manager_CreateBucket_Call) RunAndReturn(run func(ctx context.Context, params *s3.CreateBucketInput, optFns ...func(*s3.Options)) (*s3.CreateBucketOutput, error)) *MockS3Manager_CreateBucket_Call
type MockS3Manager_CreateMultipartUpload_Call ¶
MockS3Manager_CreateMultipartUpload_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateMultipartUpload'
func (*MockS3Manager_CreateMultipartUpload_Call) Return ¶
func (_c *MockS3Manager_CreateMultipartUpload_Call) Return(createMultipartUploadOutput *s3.CreateMultipartUploadOutput, err error) *MockS3Manager_CreateMultipartUpload_Call
func (*MockS3Manager_CreateMultipartUpload_Call) Run ¶
func (_c *MockS3Manager_CreateMultipartUpload_Call) Run(run func(ctx context.Context, params *s3.CreateMultipartUploadInput, optFns ...func(*s3.Options))) *MockS3Manager_CreateMultipartUpload_Call
func (*MockS3Manager_CreateMultipartUpload_Call) RunAndReturn ¶
func (_c *MockS3Manager_CreateMultipartUpload_Call) RunAndReturn(run func(ctx context.Context, params *s3.CreateMultipartUploadInput, optFns ...func(*s3.Options)) (*s3.CreateMultipartUploadOutput, error)) *MockS3Manager_CreateMultipartUpload_Call
type MockS3Manager_DeleteBucketAnalyticsConfiguration_Call ¶
MockS3Manager_DeleteBucketAnalyticsConfiguration_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteBucketAnalyticsConfiguration'
func (*MockS3Manager_DeleteBucketAnalyticsConfiguration_Call) Return ¶
func (_c *MockS3Manager_DeleteBucketAnalyticsConfiguration_Call) Return(deleteBucketAnalyticsConfigurationOutput *s3.DeleteBucketAnalyticsConfigurationOutput, err error) *MockS3Manager_DeleteBucketAnalyticsConfiguration_Call
func (*MockS3Manager_DeleteBucketAnalyticsConfiguration_Call) Run ¶
func (_c *MockS3Manager_DeleteBucketAnalyticsConfiguration_Call) Run(run func(ctx context.Context, params *s3.DeleteBucketAnalyticsConfigurationInput, optFns ...func(*s3.Options))) *MockS3Manager_DeleteBucketAnalyticsConfiguration_Call
func (*MockS3Manager_DeleteBucketAnalyticsConfiguration_Call) RunAndReturn ¶
func (_c *MockS3Manager_DeleteBucketAnalyticsConfiguration_Call) RunAndReturn(run func(ctx context.Context, params *s3.DeleteBucketAnalyticsConfigurationInput, optFns ...func(*s3.Options)) (*s3.DeleteBucketAnalyticsConfigurationOutput, error)) *MockS3Manager_DeleteBucketAnalyticsConfiguration_Call
type MockS3Manager_DeleteBucketCors_Call ¶
MockS3Manager_DeleteBucketCors_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteBucketCors'
func (*MockS3Manager_DeleteBucketCors_Call) Return ¶
func (_c *MockS3Manager_DeleteBucketCors_Call) Return(deleteBucketCorsOutput *s3.DeleteBucketCorsOutput, err error) *MockS3Manager_DeleteBucketCors_Call
func (*MockS3Manager_DeleteBucketCors_Call) Run ¶
func (_c *MockS3Manager_DeleteBucketCors_Call) Run(run func(ctx context.Context, params *s3.DeleteBucketCorsInput, optFns ...func(*s3.Options))) *MockS3Manager_DeleteBucketCors_Call
func (*MockS3Manager_DeleteBucketCors_Call) RunAndReturn ¶
func (_c *MockS3Manager_DeleteBucketCors_Call) RunAndReturn(run func(ctx context.Context, params *s3.DeleteBucketCorsInput, optFns ...func(*s3.Options)) (*s3.DeleteBucketCorsOutput, error)) *MockS3Manager_DeleteBucketCors_Call
type MockS3Manager_DeleteBucketEncryption_Call ¶
MockS3Manager_DeleteBucketEncryption_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteBucketEncryption'
func (*MockS3Manager_DeleteBucketEncryption_Call) Return ¶
func (_c *MockS3Manager_DeleteBucketEncryption_Call) Return(deleteBucketEncryptionOutput *s3.DeleteBucketEncryptionOutput, err error) *MockS3Manager_DeleteBucketEncryption_Call
func (*MockS3Manager_DeleteBucketEncryption_Call) Run ¶
func (_c *MockS3Manager_DeleteBucketEncryption_Call) Run(run func(ctx context.Context, params *s3.DeleteBucketEncryptionInput, optFns ...func(*s3.Options))) *MockS3Manager_DeleteBucketEncryption_Call
func (*MockS3Manager_DeleteBucketEncryption_Call) RunAndReturn ¶
func (_c *MockS3Manager_DeleteBucketEncryption_Call) RunAndReturn(run func(ctx context.Context, params *s3.DeleteBucketEncryptionInput, optFns ...func(*s3.Options)) (*s3.DeleteBucketEncryptionOutput, error)) *MockS3Manager_DeleteBucketEncryption_Call
type MockS3Manager_DeleteBucketIntelligentTieringConfiguration_Call ¶
MockS3Manager_DeleteBucketIntelligentTieringConfiguration_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteBucketIntelligentTieringConfiguration'
func (*MockS3Manager_DeleteBucketIntelligentTieringConfiguration_Call) Return ¶
func (_c *MockS3Manager_DeleteBucketIntelligentTieringConfiguration_Call) Return(deleteBucketIntelligentTieringConfigurationOutput *s3.DeleteBucketIntelligentTieringConfigurationOutput, err error) *MockS3Manager_DeleteBucketIntelligentTieringConfiguration_Call
func (*MockS3Manager_DeleteBucketIntelligentTieringConfiguration_Call) Run ¶
func (_c *MockS3Manager_DeleteBucketIntelligentTieringConfiguration_Call) Run(run func(ctx context.Context, params *s3.DeleteBucketIntelligentTieringConfigurationInput, optFns ...func(*s3.Options))) *MockS3Manager_DeleteBucketIntelligentTieringConfiguration_Call
func (*MockS3Manager_DeleteBucketIntelligentTieringConfiguration_Call) RunAndReturn ¶
func (_c *MockS3Manager_DeleteBucketIntelligentTieringConfiguration_Call) RunAndReturn(run func(ctx context.Context, params *s3.DeleteBucketIntelligentTieringConfigurationInput, optFns ...func(*s3.Options)) (*s3.DeleteBucketIntelligentTieringConfigurationOutput, error)) *MockS3Manager_DeleteBucketIntelligentTieringConfiguration_Call
type MockS3Manager_DeleteBucketInventoryConfiguration_Call ¶
MockS3Manager_DeleteBucketInventoryConfiguration_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteBucketInventoryConfiguration'
func (*MockS3Manager_DeleteBucketInventoryConfiguration_Call) Return ¶
func (_c *MockS3Manager_DeleteBucketInventoryConfiguration_Call) Return(deleteBucketInventoryConfigurationOutput *s3.DeleteBucketInventoryConfigurationOutput, err error) *MockS3Manager_DeleteBucketInventoryConfiguration_Call
func (*MockS3Manager_DeleteBucketInventoryConfiguration_Call) Run ¶
func (_c *MockS3Manager_DeleteBucketInventoryConfiguration_Call) Run(run func(ctx context.Context, params *s3.DeleteBucketInventoryConfigurationInput, optFns ...func(*s3.Options))) *MockS3Manager_DeleteBucketInventoryConfiguration_Call
func (*MockS3Manager_DeleteBucketInventoryConfiguration_Call) RunAndReturn ¶
func (_c *MockS3Manager_DeleteBucketInventoryConfiguration_Call) RunAndReturn(run func(ctx context.Context, params *s3.DeleteBucketInventoryConfigurationInput, optFns ...func(*s3.Options)) (*s3.DeleteBucketInventoryConfigurationOutput, error)) *MockS3Manager_DeleteBucketInventoryConfiguration_Call
type MockS3Manager_DeleteBucketLifecycle_Call ¶
MockS3Manager_DeleteBucketLifecycle_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteBucketLifecycle'
func (*MockS3Manager_DeleteBucketLifecycle_Call) Return ¶
func (_c *MockS3Manager_DeleteBucketLifecycle_Call) Return(deleteBucketLifecycleOutput *s3.DeleteBucketLifecycleOutput, err error) *MockS3Manager_DeleteBucketLifecycle_Call
func (*MockS3Manager_DeleteBucketLifecycle_Call) Run ¶
func (_c *MockS3Manager_DeleteBucketLifecycle_Call) Run(run func(ctx context.Context, params *s3.DeleteBucketLifecycleInput, optFns ...func(*s3.Options))) *MockS3Manager_DeleteBucketLifecycle_Call
func (*MockS3Manager_DeleteBucketLifecycle_Call) RunAndReturn ¶
func (_c *MockS3Manager_DeleteBucketLifecycle_Call) RunAndReturn(run func(ctx context.Context, params *s3.DeleteBucketLifecycleInput, optFns ...func(*s3.Options)) (*s3.DeleteBucketLifecycleOutput, error)) *MockS3Manager_DeleteBucketLifecycle_Call
type MockS3Manager_DeleteBucketMetricsConfiguration_Call ¶
MockS3Manager_DeleteBucketMetricsConfiguration_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteBucketMetricsConfiguration'
func (*MockS3Manager_DeleteBucketMetricsConfiguration_Call) Return ¶
func (_c *MockS3Manager_DeleteBucketMetricsConfiguration_Call) Return(deleteBucketMetricsConfigurationOutput *s3.DeleteBucketMetricsConfigurationOutput, err error) *MockS3Manager_DeleteBucketMetricsConfiguration_Call
func (*MockS3Manager_DeleteBucketMetricsConfiguration_Call) Run ¶
func (_c *MockS3Manager_DeleteBucketMetricsConfiguration_Call) Run(run func(ctx context.Context, params *s3.DeleteBucketMetricsConfigurationInput, optFns ...func(*s3.Options))) *MockS3Manager_DeleteBucketMetricsConfiguration_Call
func (*MockS3Manager_DeleteBucketMetricsConfiguration_Call) RunAndReturn ¶
func (_c *MockS3Manager_DeleteBucketMetricsConfiguration_Call) RunAndReturn(run func(ctx context.Context, params *s3.DeleteBucketMetricsConfigurationInput, optFns ...func(*s3.Options)) (*s3.DeleteBucketMetricsConfigurationOutput, error)) *MockS3Manager_DeleteBucketMetricsConfiguration_Call
type MockS3Manager_DeleteBucketOwnershipControls_Call ¶
MockS3Manager_DeleteBucketOwnershipControls_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteBucketOwnershipControls'
func (*MockS3Manager_DeleteBucketOwnershipControls_Call) Return ¶
func (_c *MockS3Manager_DeleteBucketOwnershipControls_Call) Return(deleteBucketOwnershipControlsOutput *s3.DeleteBucketOwnershipControlsOutput, err error) *MockS3Manager_DeleteBucketOwnershipControls_Call
func (*MockS3Manager_DeleteBucketOwnershipControls_Call) Run ¶
func (_c *MockS3Manager_DeleteBucketOwnershipControls_Call) Run(run func(ctx context.Context, params *s3.DeleteBucketOwnershipControlsInput, optFns ...func(*s3.Options))) *MockS3Manager_DeleteBucketOwnershipControls_Call
func (*MockS3Manager_DeleteBucketOwnershipControls_Call) RunAndReturn ¶
func (_c *MockS3Manager_DeleteBucketOwnershipControls_Call) RunAndReturn(run func(ctx context.Context, params *s3.DeleteBucketOwnershipControlsInput, optFns ...func(*s3.Options)) (*s3.DeleteBucketOwnershipControlsOutput, error)) *MockS3Manager_DeleteBucketOwnershipControls_Call
type MockS3Manager_DeleteBucketPolicy_Call ¶
MockS3Manager_DeleteBucketPolicy_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteBucketPolicy'
func (*MockS3Manager_DeleteBucketPolicy_Call) Return ¶
func (_c *MockS3Manager_DeleteBucketPolicy_Call) Return(deleteBucketPolicyOutput *s3.DeleteBucketPolicyOutput, err error) *MockS3Manager_DeleteBucketPolicy_Call
func (*MockS3Manager_DeleteBucketPolicy_Call) Run ¶
func (_c *MockS3Manager_DeleteBucketPolicy_Call) Run(run func(ctx context.Context, params *s3.DeleteBucketPolicyInput, optFns ...func(*s3.Options))) *MockS3Manager_DeleteBucketPolicy_Call
func (*MockS3Manager_DeleteBucketPolicy_Call) RunAndReturn ¶
func (_c *MockS3Manager_DeleteBucketPolicy_Call) RunAndReturn(run func(ctx context.Context, params *s3.DeleteBucketPolicyInput, optFns ...func(*s3.Options)) (*s3.DeleteBucketPolicyOutput, error)) *MockS3Manager_DeleteBucketPolicy_Call
type MockS3Manager_DeleteBucketReplication_Call ¶
MockS3Manager_DeleteBucketReplication_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteBucketReplication'
func (*MockS3Manager_DeleteBucketReplication_Call) Return ¶
func (_c *MockS3Manager_DeleteBucketReplication_Call) Return(deleteBucketReplicationOutput *s3.DeleteBucketReplicationOutput, err error) *MockS3Manager_DeleteBucketReplication_Call
func (*MockS3Manager_DeleteBucketReplication_Call) Run ¶
func (_c *MockS3Manager_DeleteBucketReplication_Call) Run(run func(ctx context.Context, params *s3.DeleteBucketReplicationInput, optFns ...func(*s3.Options))) *MockS3Manager_DeleteBucketReplication_Call
func (*MockS3Manager_DeleteBucketReplication_Call) RunAndReturn ¶
func (_c *MockS3Manager_DeleteBucketReplication_Call) RunAndReturn(run func(ctx context.Context, params *s3.DeleteBucketReplicationInput, optFns ...func(*s3.Options)) (*s3.DeleteBucketReplicationOutput, error)) *MockS3Manager_DeleteBucketReplication_Call
type MockS3Manager_DeleteBucketTagging_Call ¶
MockS3Manager_DeleteBucketTagging_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteBucketTagging'
func (*MockS3Manager_DeleteBucketTagging_Call) Return ¶
func (_c *MockS3Manager_DeleteBucketTagging_Call) Return(deleteBucketTaggingOutput *s3.DeleteBucketTaggingOutput, err error) *MockS3Manager_DeleteBucketTagging_Call
func (*MockS3Manager_DeleteBucketTagging_Call) Run ¶
func (_c *MockS3Manager_DeleteBucketTagging_Call) Run(run func(ctx context.Context, params *s3.DeleteBucketTaggingInput, optFns ...func(*s3.Options))) *MockS3Manager_DeleteBucketTagging_Call
func (*MockS3Manager_DeleteBucketTagging_Call) RunAndReturn ¶
func (_c *MockS3Manager_DeleteBucketTagging_Call) RunAndReturn(run func(ctx context.Context, params *s3.DeleteBucketTaggingInput, optFns ...func(*s3.Options)) (*s3.DeleteBucketTaggingOutput, error)) *MockS3Manager_DeleteBucketTagging_Call
type MockS3Manager_DeleteBucketWebsite_Call ¶
MockS3Manager_DeleteBucketWebsite_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteBucketWebsite'
func (*MockS3Manager_DeleteBucketWebsite_Call) Return ¶
func (_c *MockS3Manager_DeleteBucketWebsite_Call) Return(deleteBucketWebsiteOutput *s3.DeleteBucketWebsiteOutput, err error) *MockS3Manager_DeleteBucketWebsite_Call
func (*MockS3Manager_DeleteBucketWebsite_Call) Run ¶
func (_c *MockS3Manager_DeleteBucketWebsite_Call) Run(run func(ctx context.Context, params *s3.DeleteBucketWebsiteInput, optFns ...func(*s3.Options))) *MockS3Manager_DeleteBucketWebsite_Call
func (*MockS3Manager_DeleteBucketWebsite_Call) RunAndReturn ¶
func (_c *MockS3Manager_DeleteBucketWebsite_Call) RunAndReturn(run func(ctx context.Context, params *s3.DeleteBucketWebsiteInput, optFns ...func(*s3.Options)) (*s3.DeleteBucketWebsiteOutput, error)) *MockS3Manager_DeleteBucketWebsite_Call
type MockS3Manager_DeleteBucket_Call ¶
MockS3Manager_DeleteBucket_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteBucket'
func (*MockS3Manager_DeleteBucket_Call) Return ¶
func (_c *MockS3Manager_DeleteBucket_Call) Return(deleteBucketOutput *s3.DeleteBucketOutput, err error) *MockS3Manager_DeleteBucket_Call
func (*MockS3Manager_DeleteBucket_Call) Run ¶
func (_c *MockS3Manager_DeleteBucket_Call) Run(run func(ctx context.Context, params *s3.DeleteBucketInput, optFns ...func(*s3.Options))) *MockS3Manager_DeleteBucket_Call
func (*MockS3Manager_DeleteBucket_Call) RunAndReturn ¶
func (_c *MockS3Manager_DeleteBucket_Call) RunAndReturn(run func(ctx context.Context, params *s3.DeleteBucketInput, optFns ...func(*s3.Options)) (*s3.DeleteBucketOutput, error)) *MockS3Manager_DeleteBucket_Call
type MockS3Manager_DeleteObjectTagging_Call ¶
MockS3Manager_DeleteObjectTagging_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteObjectTagging'
func (*MockS3Manager_DeleteObjectTagging_Call) Return ¶
func (_c *MockS3Manager_DeleteObjectTagging_Call) Return(deleteObjectTaggingOutput *s3.DeleteObjectTaggingOutput, err error) *MockS3Manager_DeleteObjectTagging_Call
func (*MockS3Manager_DeleteObjectTagging_Call) Run ¶
func (_c *MockS3Manager_DeleteObjectTagging_Call) Run(run func(ctx context.Context, params *s3.DeleteObjectTaggingInput, optFns ...func(*s3.Options))) *MockS3Manager_DeleteObjectTagging_Call
func (*MockS3Manager_DeleteObjectTagging_Call) RunAndReturn ¶
func (_c *MockS3Manager_DeleteObjectTagging_Call) RunAndReturn(run func(ctx context.Context, params *s3.DeleteObjectTaggingInput, optFns ...func(*s3.Options)) (*s3.DeleteObjectTaggingOutput, error)) *MockS3Manager_DeleteObjectTagging_Call
type MockS3Manager_DeleteObject_Call ¶
MockS3Manager_DeleteObject_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteObject'
func (*MockS3Manager_DeleteObject_Call) Return ¶
func (_c *MockS3Manager_DeleteObject_Call) Return(deleteObjectOutput *s3.DeleteObjectOutput, err error) *MockS3Manager_DeleteObject_Call
func (*MockS3Manager_DeleteObject_Call) Run ¶
func (_c *MockS3Manager_DeleteObject_Call) Run(run func(ctx context.Context, params *s3.DeleteObjectInput, optFns ...func(*s3.Options))) *MockS3Manager_DeleteObject_Call
func (*MockS3Manager_DeleteObject_Call) RunAndReturn ¶
func (_c *MockS3Manager_DeleteObject_Call) RunAndReturn(run func(ctx context.Context, params *s3.DeleteObjectInput, optFns ...func(*s3.Options)) (*s3.DeleteObjectOutput, error)) *MockS3Manager_DeleteObject_Call
type MockS3Manager_DeleteObjects_Call ¶
MockS3Manager_DeleteObjects_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteObjects'
func (*MockS3Manager_DeleteObjects_Call) Return ¶
func (_c *MockS3Manager_DeleteObjects_Call) Return(deleteObjectsOutput *s3.DeleteObjectsOutput, err error) *MockS3Manager_DeleteObjects_Call
func (*MockS3Manager_DeleteObjects_Call) Run ¶
func (_c *MockS3Manager_DeleteObjects_Call) Run(run func(ctx context.Context, params *s3.DeleteObjectsInput, optFns ...func(*s3.Options))) *MockS3Manager_DeleteObjects_Call
func (*MockS3Manager_DeleteObjects_Call) RunAndReturn ¶
func (_c *MockS3Manager_DeleteObjects_Call) RunAndReturn(run func(ctx context.Context, params *s3.DeleteObjectsInput, optFns ...func(*s3.Options)) (*s3.DeleteObjectsOutput, error)) *MockS3Manager_DeleteObjects_Call
type MockS3Manager_DeletePublicAccessBlock_Call ¶
MockS3Manager_DeletePublicAccessBlock_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeletePublicAccessBlock'
func (*MockS3Manager_DeletePublicAccessBlock_Call) Return ¶
func (_c *MockS3Manager_DeletePublicAccessBlock_Call) Return(deletePublicAccessBlockOutput *s3.DeletePublicAccessBlockOutput, err error) *MockS3Manager_DeletePublicAccessBlock_Call
func (*MockS3Manager_DeletePublicAccessBlock_Call) Run ¶
func (_c *MockS3Manager_DeletePublicAccessBlock_Call) Run(run func(ctx context.Context, params *s3.DeletePublicAccessBlockInput, optFns ...func(*s3.Options))) *MockS3Manager_DeletePublicAccessBlock_Call
func (*MockS3Manager_DeletePublicAccessBlock_Call) RunAndReturn ¶
func (_c *MockS3Manager_DeletePublicAccessBlock_Call) RunAndReturn(run func(ctx context.Context, params *s3.DeletePublicAccessBlockInput, optFns ...func(*s3.Options)) (*s3.DeletePublicAccessBlockOutput, error)) *MockS3Manager_DeletePublicAccessBlock_Call
type MockS3Manager_Expecter ¶
type MockS3Manager_Expecter struct {
// contains filtered or unexported fields
}
func (*MockS3Manager_Expecter) AbortMultipartUpload ¶
func (_e *MockS3Manager_Expecter) AbortMultipartUpload(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_AbortMultipartUpload_Call
AbortMultipartUpload is a helper method to define mock.On call
- ctx context.Context
- params *s3.AbortMultipartUploadInput
- optFns ...func(*s3.Options)
func (*MockS3Manager_Expecter) CompleteMultipartUpload ¶
func (_e *MockS3Manager_Expecter) CompleteMultipartUpload(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_CompleteMultipartUpload_Call
CompleteMultipartUpload is a helper method to define mock.On call
- ctx context.Context
- params *s3.CompleteMultipartUploadInput
- optFns ...func(*s3.Options)
func (*MockS3Manager_Expecter) CopyObject ¶
func (_e *MockS3Manager_Expecter) CopyObject(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_CopyObject_Call
CopyObject is a helper method to define mock.On call
- ctx context.Context
- params *s3.CopyObjectInput
- optFns ...func(*s3.Options)
func (*MockS3Manager_Expecter) CreateBucket ¶
func (_e *MockS3Manager_Expecter) CreateBucket(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_CreateBucket_Call
CreateBucket is a helper method to define mock.On call
- ctx context.Context
- params *s3.CreateBucketInput
- optFns ...func(*s3.Options)
func (*MockS3Manager_Expecter) CreateMultipartUpload ¶
func (_e *MockS3Manager_Expecter) CreateMultipartUpload(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_CreateMultipartUpload_Call
CreateMultipartUpload is a helper method to define mock.On call
- ctx context.Context
- params *s3.CreateMultipartUploadInput
- optFns ...func(*s3.Options)
func (*MockS3Manager_Expecter) DeleteBucket ¶
func (_e *MockS3Manager_Expecter) DeleteBucket(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_DeleteBucket_Call
DeleteBucket is a helper method to define mock.On call
- ctx context.Context
- params *s3.DeleteBucketInput
- optFns ...func(*s3.Options)
func (*MockS3Manager_Expecter) DeleteBucketAnalyticsConfiguration ¶
func (_e *MockS3Manager_Expecter) DeleteBucketAnalyticsConfiguration(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_DeleteBucketAnalyticsConfiguration_Call
DeleteBucketAnalyticsConfiguration is a helper method to define mock.On call
- ctx context.Context
- params *s3.DeleteBucketAnalyticsConfigurationInput
- optFns ...func(*s3.Options)
func (*MockS3Manager_Expecter) DeleteBucketCors ¶
func (_e *MockS3Manager_Expecter) DeleteBucketCors(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_DeleteBucketCors_Call
DeleteBucketCors is a helper method to define mock.On call
- ctx context.Context
- params *s3.DeleteBucketCorsInput
- optFns ...func(*s3.Options)
func (*MockS3Manager_Expecter) DeleteBucketEncryption ¶
func (_e *MockS3Manager_Expecter) DeleteBucketEncryption(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_DeleteBucketEncryption_Call
DeleteBucketEncryption is a helper method to define mock.On call
- ctx context.Context
- params *s3.DeleteBucketEncryptionInput
- optFns ...func(*s3.Options)
func (*MockS3Manager_Expecter) DeleteBucketIntelligentTieringConfiguration ¶
func (_e *MockS3Manager_Expecter) DeleteBucketIntelligentTieringConfiguration(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_DeleteBucketIntelligentTieringConfiguration_Call
DeleteBucketIntelligentTieringConfiguration is a helper method to define mock.On call
- ctx context.Context
- params *s3.DeleteBucketIntelligentTieringConfigurationInput
- optFns ...func(*s3.Options)
func (*MockS3Manager_Expecter) DeleteBucketInventoryConfiguration ¶
func (_e *MockS3Manager_Expecter) DeleteBucketInventoryConfiguration(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_DeleteBucketInventoryConfiguration_Call
DeleteBucketInventoryConfiguration is a helper method to define mock.On call
- ctx context.Context
- params *s3.DeleteBucketInventoryConfigurationInput
- optFns ...func(*s3.Options)
func (*MockS3Manager_Expecter) DeleteBucketLifecycle ¶
func (_e *MockS3Manager_Expecter) DeleteBucketLifecycle(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_DeleteBucketLifecycle_Call
DeleteBucketLifecycle is a helper method to define mock.On call
- ctx context.Context
- params *s3.DeleteBucketLifecycleInput
- optFns ...func(*s3.Options)
func (*MockS3Manager_Expecter) DeleteBucketMetricsConfiguration ¶
func (_e *MockS3Manager_Expecter) DeleteBucketMetricsConfiguration(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_DeleteBucketMetricsConfiguration_Call
DeleteBucketMetricsConfiguration is a helper method to define mock.On call
- ctx context.Context
- params *s3.DeleteBucketMetricsConfigurationInput
- optFns ...func(*s3.Options)
func (*MockS3Manager_Expecter) DeleteBucketOwnershipControls ¶
func (_e *MockS3Manager_Expecter) DeleteBucketOwnershipControls(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_DeleteBucketOwnershipControls_Call
DeleteBucketOwnershipControls is a helper method to define mock.On call
- ctx context.Context
- params *s3.DeleteBucketOwnershipControlsInput
- optFns ...func(*s3.Options)
func (*MockS3Manager_Expecter) DeleteBucketPolicy ¶
func (_e *MockS3Manager_Expecter) DeleteBucketPolicy(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_DeleteBucketPolicy_Call
DeleteBucketPolicy is a helper method to define mock.On call
- ctx context.Context
- params *s3.DeleteBucketPolicyInput
- optFns ...func(*s3.Options)
func (*MockS3Manager_Expecter) DeleteBucketReplication ¶
func (_e *MockS3Manager_Expecter) DeleteBucketReplication(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_DeleteBucketReplication_Call
DeleteBucketReplication is a helper method to define mock.On call
- ctx context.Context
- params *s3.DeleteBucketReplicationInput
- optFns ...func(*s3.Options)
func (*MockS3Manager_Expecter) DeleteBucketTagging ¶
func (_e *MockS3Manager_Expecter) DeleteBucketTagging(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_DeleteBucketTagging_Call
DeleteBucketTagging is a helper method to define mock.On call
- ctx context.Context
- params *s3.DeleteBucketTaggingInput
- optFns ...func(*s3.Options)
func (*MockS3Manager_Expecter) DeleteBucketWebsite ¶
func (_e *MockS3Manager_Expecter) DeleteBucketWebsite(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_DeleteBucketWebsite_Call
DeleteBucketWebsite is a helper method to define mock.On call
- ctx context.Context
- params *s3.DeleteBucketWebsiteInput
- optFns ...func(*s3.Options)
func (*MockS3Manager_Expecter) DeleteObject ¶
func (_e *MockS3Manager_Expecter) DeleteObject(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_DeleteObject_Call
DeleteObject is a helper method to define mock.On call
- ctx context.Context
- params *s3.DeleteObjectInput
- optFns ...func(*s3.Options)
func (*MockS3Manager_Expecter) DeleteObjectTagging ¶
func (_e *MockS3Manager_Expecter) DeleteObjectTagging(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_DeleteObjectTagging_Call
DeleteObjectTagging is a helper method to define mock.On call
- ctx context.Context
- params *s3.DeleteObjectTaggingInput
- optFns ...func(*s3.Options)
func (*MockS3Manager_Expecter) DeleteObjects ¶
func (_e *MockS3Manager_Expecter) DeleteObjects(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_DeleteObjects_Call
DeleteObjects is a helper method to define mock.On call
- ctx context.Context
- params *s3.DeleteObjectsInput
- optFns ...func(*s3.Options)
func (*MockS3Manager_Expecter) DeletePublicAccessBlock ¶
func (_e *MockS3Manager_Expecter) DeletePublicAccessBlock(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_DeletePublicAccessBlock_Call
DeletePublicAccessBlock is a helper method to define mock.On call
- ctx context.Context
- params *s3.DeletePublicAccessBlockInput
- optFns ...func(*s3.Options)
func (*MockS3Manager_Expecter) GetBucketAccelerateConfiguration ¶
func (_e *MockS3Manager_Expecter) GetBucketAccelerateConfiguration(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_GetBucketAccelerateConfiguration_Call
GetBucketAccelerateConfiguration is a helper method to define mock.On call
- ctx context.Context
- params *s3.GetBucketAccelerateConfigurationInput
- optFns ...func(*s3.Options)
func (*MockS3Manager_Expecter) GetBucketAcl ¶
func (_e *MockS3Manager_Expecter) GetBucketAcl(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_GetBucketAcl_Call
GetBucketAcl is a helper method to define mock.On call
- ctx context.Context
- params *s3.GetBucketAclInput
- optFns ...func(*s3.Options)
func (*MockS3Manager_Expecter) GetBucketAnalyticsConfiguration ¶
func (_e *MockS3Manager_Expecter) GetBucketAnalyticsConfiguration(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_GetBucketAnalyticsConfiguration_Call
GetBucketAnalyticsConfiguration is a helper method to define mock.On call
- ctx context.Context
- params *s3.GetBucketAnalyticsConfigurationInput
- optFns ...func(*s3.Options)
func (*MockS3Manager_Expecter) GetBucketCors ¶
func (_e *MockS3Manager_Expecter) GetBucketCors(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_GetBucketCors_Call
GetBucketCors is a helper method to define mock.On call
- ctx context.Context
- params *s3.GetBucketCorsInput
- optFns ...func(*s3.Options)
func (*MockS3Manager_Expecter) GetBucketEncryption ¶
func (_e *MockS3Manager_Expecter) GetBucketEncryption(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_GetBucketEncryption_Call
GetBucketEncryption is a helper method to define mock.On call
- ctx context.Context
- params *s3.GetBucketEncryptionInput
- optFns ...func(*s3.Options)
func (*MockS3Manager_Expecter) GetBucketIntelligentTieringConfiguration ¶
func (_e *MockS3Manager_Expecter) GetBucketIntelligentTieringConfiguration(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_GetBucketIntelligentTieringConfiguration_Call
GetBucketIntelligentTieringConfiguration is a helper method to define mock.On call
- ctx context.Context
- params *s3.GetBucketIntelligentTieringConfigurationInput
- optFns ...func(*s3.Options)
func (*MockS3Manager_Expecter) GetBucketInventoryConfiguration ¶
func (_e *MockS3Manager_Expecter) GetBucketInventoryConfiguration(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_GetBucketInventoryConfiguration_Call
GetBucketInventoryConfiguration is a helper method to define mock.On call
- ctx context.Context
- params *s3.GetBucketInventoryConfigurationInput
- optFns ...func(*s3.Options)
func (*MockS3Manager_Expecter) GetBucketLifecycleConfiguration ¶
func (_e *MockS3Manager_Expecter) GetBucketLifecycleConfiguration(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_GetBucketLifecycleConfiguration_Call
GetBucketLifecycleConfiguration is a helper method to define mock.On call
- ctx context.Context
- params *s3.GetBucketLifecycleConfigurationInput
- optFns ...func(*s3.Options)
func (*MockS3Manager_Expecter) GetBucketLocation ¶
func (_e *MockS3Manager_Expecter) GetBucketLocation(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_GetBucketLocation_Call
GetBucketLocation is a helper method to define mock.On call
- ctx context.Context
- params *s3.GetBucketLocationInput
- optFns ...func(*s3.Options)
func (*MockS3Manager_Expecter) GetBucketLogging ¶
func (_e *MockS3Manager_Expecter) GetBucketLogging(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_GetBucketLogging_Call
GetBucketLogging is a helper method to define mock.On call
- ctx context.Context
- params *s3.GetBucketLoggingInput
- optFns ...func(*s3.Options)
func (*MockS3Manager_Expecter) GetBucketMetricsConfiguration ¶
func (_e *MockS3Manager_Expecter) GetBucketMetricsConfiguration(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_GetBucketMetricsConfiguration_Call
GetBucketMetricsConfiguration is a helper method to define mock.On call
- ctx context.Context
- params *s3.GetBucketMetricsConfigurationInput
- optFns ...func(*s3.Options)
func (*MockS3Manager_Expecter) GetBucketNotificationConfiguration ¶
func (_e *MockS3Manager_Expecter) GetBucketNotificationConfiguration(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_GetBucketNotificationConfiguration_Call
GetBucketNotificationConfiguration is a helper method to define mock.On call
- ctx context.Context
- params *s3.GetBucketNotificationConfigurationInput
- optFns ...func(*s3.Options)
func (*MockS3Manager_Expecter) GetBucketOwnershipControls ¶
func (_e *MockS3Manager_Expecter) GetBucketOwnershipControls(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_GetBucketOwnershipControls_Call
GetBucketOwnershipControls is a helper method to define mock.On call
- ctx context.Context
- params *s3.GetBucketOwnershipControlsInput
- optFns ...func(*s3.Options)
func (*MockS3Manager_Expecter) GetBucketPolicy ¶
func (_e *MockS3Manager_Expecter) GetBucketPolicy(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_GetBucketPolicy_Call
GetBucketPolicy is a helper method to define mock.On call
- ctx context.Context
- params *s3.GetBucketPolicyInput
- optFns ...func(*s3.Options)
func (*MockS3Manager_Expecter) GetBucketPolicyStatus ¶
func (_e *MockS3Manager_Expecter) GetBucketPolicyStatus(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_GetBucketPolicyStatus_Call
GetBucketPolicyStatus is a helper method to define mock.On call
- ctx context.Context
- params *s3.GetBucketPolicyStatusInput
- optFns ...func(*s3.Options)
func (*MockS3Manager_Expecter) GetBucketReplication ¶
func (_e *MockS3Manager_Expecter) GetBucketReplication(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_GetBucketReplication_Call
GetBucketReplication is a helper method to define mock.On call
- ctx context.Context
- params *s3.GetBucketReplicationInput
- optFns ...func(*s3.Options)
func (*MockS3Manager_Expecter) GetBucketRequestPayment ¶
func (_e *MockS3Manager_Expecter) GetBucketRequestPayment(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_GetBucketRequestPayment_Call
GetBucketRequestPayment is a helper method to define mock.On call
- ctx context.Context
- params *s3.GetBucketRequestPaymentInput
- optFns ...func(*s3.Options)
func (*MockS3Manager_Expecter) GetBucketTagging ¶
func (_e *MockS3Manager_Expecter) GetBucketTagging(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_GetBucketTagging_Call
GetBucketTagging is a helper method to define mock.On call
- ctx context.Context
- params *s3.GetBucketTaggingInput
- optFns ...func(*s3.Options)
func (*MockS3Manager_Expecter) GetBucketVersioning ¶
func (_e *MockS3Manager_Expecter) GetBucketVersioning(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_GetBucketVersioning_Call
GetBucketVersioning is a helper method to define mock.On call
- ctx context.Context
- params *s3.GetBucketVersioningInput
- optFns ...func(*s3.Options)
func (*MockS3Manager_Expecter) GetBucketWebsite ¶
func (_e *MockS3Manager_Expecter) GetBucketWebsite(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_GetBucketWebsite_Call
GetBucketWebsite is a helper method to define mock.On call
- ctx context.Context
- params *s3.GetBucketWebsiteInput
- optFns ...func(*s3.Options)
func (*MockS3Manager_Expecter) GetObject ¶
func (_e *MockS3Manager_Expecter) GetObject(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_GetObject_Call
GetObject is a helper method to define mock.On call
- ctx context.Context
- params *s3.GetObjectInput
- optFns ...func(*s3.Options)
func (*MockS3Manager_Expecter) GetObjectAcl ¶
func (_e *MockS3Manager_Expecter) GetObjectAcl(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_GetObjectAcl_Call
GetObjectAcl is a helper method to define mock.On call
- ctx context.Context
- params *s3.GetObjectAclInput
- optFns ...func(*s3.Options)
func (*MockS3Manager_Expecter) GetObjectAttributes ¶
func (_e *MockS3Manager_Expecter) GetObjectAttributes(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_GetObjectAttributes_Call
GetObjectAttributes is a helper method to define mock.On call
- ctx context.Context
- params *s3.GetObjectAttributesInput
- optFns ...func(*s3.Options)
func (*MockS3Manager_Expecter) GetObjectLegalHold ¶
func (_e *MockS3Manager_Expecter) GetObjectLegalHold(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_GetObjectLegalHold_Call
GetObjectLegalHold is a helper method to define mock.On call
- ctx context.Context
- params *s3.GetObjectLegalHoldInput
- optFns ...func(*s3.Options)
func (*MockS3Manager_Expecter) GetObjectLockConfiguration ¶
func (_e *MockS3Manager_Expecter) GetObjectLockConfiguration(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_GetObjectLockConfiguration_Call
GetObjectLockConfiguration is a helper method to define mock.On call
- ctx context.Context
- params *s3.GetObjectLockConfigurationInput
- optFns ...func(*s3.Options)
func (*MockS3Manager_Expecter) GetObjectRetention ¶
func (_e *MockS3Manager_Expecter) GetObjectRetention(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_GetObjectRetention_Call
GetObjectRetention is a helper method to define mock.On call
- ctx context.Context
- params *s3.GetObjectRetentionInput
- optFns ...func(*s3.Options)
func (*MockS3Manager_Expecter) GetObjectTagging ¶
func (_e *MockS3Manager_Expecter) GetObjectTagging(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_GetObjectTagging_Call
GetObjectTagging is a helper method to define mock.On call
- ctx context.Context
- params *s3.GetObjectTaggingInput
- optFns ...func(*s3.Options)
func (*MockS3Manager_Expecter) GetObjectTorrent ¶
func (_e *MockS3Manager_Expecter) GetObjectTorrent(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_GetObjectTorrent_Call
GetObjectTorrent is a helper method to define mock.On call
- ctx context.Context
- params *s3.GetObjectTorrentInput
- optFns ...func(*s3.Options)
func (*MockS3Manager_Expecter) GetPublicAccessBlock ¶
func (_e *MockS3Manager_Expecter) GetPublicAccessBlock(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_GetPublicAccessBlock_Call
GetPublicAccessBlock is a helper method to define mock.On call
- ctx context.Context
- params *s3.GetPublicAccessBlockInput
- optFns ...func(*s3.Options)
func (*MockS3Manager_Expecter) HeadBucket ¶
func (_e *MockS3Manager_Expecter) HeadBucket(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_HeadBucket_Call
HeadBucket is a helper method to define mock.On call
- ctx context.Context
- params *s3.HeadBucketInput
- optFns ...func(*s3.Options)
func (*MockS3Manager_Expecter) HeadObject ¶
func (_e *MockS3Manager_Expecter) HeadObject(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_HeadObject_Call
HeadObject is a helper method to define mock.On call
- ctx context.Context
- params *s3.HeadObjectInput
- optFns ...func(*s3.Options)
func (*MockS3Manager_Expecter) ListBuckets ¶
func (_e *MockS3Manager_Expecter) ListBuckets(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_ListBuckets_Call
ListBuckets is a helper method to define mock.On call
- ctx context.Context
- params *s3.ListBucketsInput
- optFns ...func(*s3.Options)
func (*MockS3Manager_Expecter) ListMultipartUploads ¶
func (_e *MockS3Manager_Expecter) ListMultipartUploads(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_ListMultipartUploads_Call
ListMultipartUploads is a helper method to define mock.On call
- ctx context.Context
- params *s3.ListMultipartUploadsInput
- optFns ...func(*s3.Options)
func (*MockS3Manager_Expecter) ListObjectVersions ¶
func (_e *MockS3Manager_Expecter) ListObjectVersions(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_ListObjectVersions_Call
ListObjectVersions is a helper method to define mock.On call
- ctx context.Context
- params *s3.ListObjectVersionsInput
- optFns ...func(*s3.Options)
func (*MockS3Manager_Expecter) ListObjectsV2 ¶
func (_e *MockS3Manager_Expecter) ListObjectsV2(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_ListObjectsV2_Call
ListObjectsV2 is a helper method to define mock.On call
- ctx context.Context
- params *s3.ListObjectsV2Input
- optFns ...func(*s3.Options)
func (*MockS3Manager_Expecter) ListParts ¶
func (_e *MockS3Manager_Expecter) ListParts(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_ListParts_Call
ListParts is a helper method to define mock.On call
- ctx context.Context
- params *s3.ListPartsInput
- optFns ...func(*s3.Options)
func (*MockS3Manager_Expecter) PutBucketAccelerateConfiguration ¶
func (_e *MockS3Manager_Expecter) PutBucketAccelerateConfiguration(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_PutBucketAccelerateConfiguration_Call
PutBucketAccelerateConfiguration is a helper method to define mock.On call
- ctx context.Context
- params *s3.PutBucketAccelerateConfigurationInput
- optFns ...func(*s3.Options)
func (*MockS3Manager_Expecter) PutBucketAcl ¶
func (_e *MockS3Manager_Expecter) PutBucketAcl(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_PutBucketAcl_Call
PutBucketAcl is a helper method to define mock.On call
- ctx context.Context
- params *s3.PutBucketAclInput
- optFns ...func(*s3.Options)
func (*MockS3Manager_Expecter) PutBucketAnalyticsConfiguration ¶
func (_e *MockS3Manager_Expecter) PutBucketAnalyticsConfiguration(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_PutBucketAnalyticsConfiguration_Call
PutBucketAnalyticsConfiguration is a helper method to define mock.On call
- ctx context.Context
- params *s3.PutBucketAnalyticsConfigurationInput
- optFns ...func(*s3.Options)
func (*MockS3Manager_Expecter) PutBucketCors ¶
func (_e *MockS3Manager_Expecter) PutBucketCors(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_PutBucketCors_Call
PutBucketCors is a helper method to define mock.On call
- ctx context.Context
- params *s3.PutBucketCorsInput
- optFns ...func(*s3.Options)
func (*MockS3Manager_Expecter) PutBucketEncryption ¶
func (_e *MockS3Manager_Expecter) PutBucketEncryption(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_PutBucketEncryption_Call
PutBucketEncryption is a helper method to define mock.On call
- ctx context.Context
- params *s3.PutBucketEncryptionInput
- optFns ...func(*s3.Options)
func (*MockS3Manager_Expecter) PutBucketIntelligentTieringConfiguration ¶
func (_e *MockS3Manager_Expecter) PutBucketIntelligentTieringConfiguration(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_PutBucketIntelligentTieringConfiguration_Call
PutBucketIntelligentTieringConfiguration is a helper method to define mock.On call
- ctx context.Context
- params *s3.PutBucketIntelligentTieringConfigurationInput
- optFns ...func(*s3.Options)
func (*MockS3Manager_Expecter) PutBucketInventoryConfiguration ¶
func (_e *MockS3Manager_Expecter) PutBucketInventoryConfiguration(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_PutBucketInventoryConfiguration_Call
PutBucketInventoryConfiguration is a helper method to define mock.On call
- ctx context.Context
- params *s3.PutBucketInventoryConfigurationInput
- optFns ...func(*s3.Options)
func (*MockS3Manager_Expecter) PutBucketLifecycleConfiguration ¶
func (_e *MockS3Manager_Expecter) PutBucketLifecycleConfiguration(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_PutBucketLifecycleConfiguration_Call
PutBucketLifecycleConfiguration is a helper method to define mock.On call
- ctx context.Context
- params *s3.PutBucketLifecycleConfigurationInput
- optFns ...func(*s3.Options)
func (*MockS3Manager_Expecter) PutBucketLogging ¶
func (_e *MockS3Manager_Expecter) PutBucketLogging(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_PutBucketLogging_Call
PutBucketLogging is a helper method to define mock.On call
- ctx context.Context
- params *s3.PutBucketLoggingInput
- optFns ...func(*s3.Options)
func (*MockS3Manager_Expecter) PutBucketMetricsConfiguration ¶
func (_e *MockS3Manager_Expecter) PutBucketMetricsConfiguration(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_PutBucketMetricsConfiguration_Call
PutBucketMetricsConfiguration is a helper method to define mock.On call
- ctx context.Context
- params *s3.PutBucketMetricsConfigurationInput
- optFns ...func(*s3.Options)
func (*MockS3Manager_Expecter) PutBucketNotificationConfiguration ¶
func (_e *MockS3Manager_Expecter) PutBucketNotificationConfiguration(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_PutBucketNotificationConfiguration_Call
PutBucketNotificationConfiguration is a helper method to define mock.On call
- ctx context.Context
- params *s3.PutBucketNotificationConfigurationInput
- optFns ...func(*s3.Options)
func (*MockS3Manager_Expecter) PutBucketOwnershipControls ¶
func (_e *MockS3Manager_Expecter) PutBucketOwnershipControls(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_PutBucketOwnershipControls_Call
PutBucketOwnershipControls is a helper method to define mock.On call
- ctx context.Context
- params *s3.PutBucketOwnershipControlsInput
- optFns ...func(*s3.Options)
func (*MockS3Manager_Expecter) PutBucketPolicy ¶
func (_e *MockS3Manager_Expecter) PutBucketPolicy(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_PutBucketPolicy_Call
PutBucketPolicy is a helper method to define mock.On call
- ctx context.Context
- params *s3.PutBucketPolicyInput
- optFns ...func(*s3.Options)
func (*MockS3Manager_Expecter) PutBucketReplication ¶
func (_e *MockS3Manager_Expecter) PutBucketReplication(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_PutBucketReplication_Call
PutBucketReplication is a helper method to define mock.On call
- ctx context.Context
- params *s3.PutBucketReplicationInput
- optFns ...func(*s3.Options)
func (*MockS3Manager_Expecter) PutBucketRequestPayment ¶
func (_e *MockS3Manager_Expecter) PutBucketRequestPayment(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_PutBucketRequestPayment_Call
PutBucketRequestPayment is a helper method to define mock.On call
- ctx context.Context
- params *s3.PutBucketRequestPaymentInput
- optFns ...func(*s3.Options)
func (*MockS3Manager_Expecter) PutBucketTagging ¶
func (_e *MockS3Manager_Expecter) PutBucketTagging(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_PutBucketTagging_Call
PutBucketTagging is a helper method to define mock.On call
- ctx context.Context
- params *s3.PutBucketTaggingInput
- optFns ...func(*s3.Options)
func (*MockS3Manager_Expecter) PutBucketVersioning ¶
func (_e *MockS3Manager_Expecter) PutBucketVersioning(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_PutBucketVersioning_Call
PutBucketVersioning is a helper method to define mock.On call
- ctx context.Context
- params *s3.PutBucketVersioningInput
- optFns ...func(*s3.Options)
func (*MockS3Manager_Expecter) PutBucketWebsite ¶
func (_e *MockS3Manager_Expecter) PutBucketWebsite(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_PutBucketWebsite_Call
PutBucketWebsite is a helper method to define mock.On call
- ctx context.Context
- params *s3.PutBucketWebsiteInput
- optFns ...func(*s3.Options)
func (*MockS3Manager_Expecter) PutObject ¶
func (_e *MockS3Manager_Expecter) PutObject(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_PutObject_Call
PutObject is a helper method to define mock.On call
- ctx context.Context
- params *s3.PutObjectInput
- optFns ...func(*s3.Options)
func (*MockS3Manager_Expecter) PutObjectAcl ¶
func (_e *MockS3Manager_Expecter) PutObjectAcl(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_PutObjectAcl_Call
PutObjectAcl is a helper method to define mock.On call
- ctx context.Context
- params *s3.PutObjectAclInput
- optFns ...func(*s3.Options)
func (*MockS3Manager_Expecter) PutObjectLegalHold ¶
func (_e *MockS3Manager_Expecter) PutObjectLegalHold(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_PutObjectLegalHold_Call
PutObjectLegalHold is a helper method to define mock.On call
- ctx context.Context
- params *s3.PutObjectLegalHoldInput
- optFns ...func(*s3.Options)
func (*MockS3Manager_Expecter) PutObjectLockConfiguration ¶
func (_e *MockS3Manager_Expecter) PutObjectLockConfiguration(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_PutObjectLockConfiguration_Call
PutObjectLockConfiguration is a helper method to define mock.On call
- ctx context.Context
- params *s3.PutObjectLockConfigurationInput
- optFns ...func(*s3.Options)
func (*MockS3Manager_Expecter) PutObjectRetention ¶
func (_e *MockS3Manager_Expecter) PutObjectRetention(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_PutObjectRetention_Call
PutObjectRetention is a helper method to define mock.On call
- ctx context.Context
- params *s3.PutObjectRetentionInput
- optFns ...func(*s3.Options)
func (*MockS3Manager_Expecter) PutObjectTagging ¶
func (_e *MockS3Manager_Expecter) PutObjectTagging(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_PutObjectTagging_Call
PutObjectTagging is a helper method to define mock.On call
- ctx context.Context
- params *s3.PutObjectTaggingInput
- optFns ...func(*s3.Options)
func (*MockS3Manager_Expecter) PutPublicAccessBlock ¶
func (_e *MockS3Manager_Expecter) PutPublicAccessBlock(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_PutPublicAccessBlock_Call
PutPublicAccessBlock is a helper method to define mock.On call
- ctx context.Context
- params *s3.PutPublicAccessBlockInput
- optFns ...func(*s3.Options)
func (*MockS3Manager_Expecter) RestoreObject ¶
func (_e *MockS3Manager_Expecter) RestoreObject(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_RestoreObject_Call
RestoreObject is a helper method to define mock.On call
- ctx context.Context
- params *s3.RestoreObjectInput
- optFns ...func(*s3.Options)
func (*MockS3Manager_Expecter) SelectObjectContent ¶
func (_e *MockS3Manager_Expecter) SelectObjectContent(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_SelectObjectContent_Call
SelectObjectContent is a helper method to define mock.On call
- ctx context.Context
- params *s3.SelectObjectContentInput
- optFns ...func(*s3.Options)
func (*MockS3Manager_Expecter) UploadPart ¶
func (_e *MockS3Manager_Expecter) UploadPart(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_UploadPart_Call
UploadPart is a helper method to define mock.On call
- ctx context.Context
- params *s3.UploadPartInput
- optFns ...func(*s3.Options)
func (*MockS3Manager_Expecter) UploadPartCopy ¶
func (_e *MockS3Manager_Expecter) UploadPartCopy(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_UploadPartCopy_Call
UploadPartCopy is a helper method to define mock.On call
- ctx context.Context
- params *s3.UploadPartCopyInput
- optFns ...func(*s3.Options)
func (*MockS3Manager_Expecter) WriteGetObjectResponse ¶
func (_e *MockS3Manager_Expecter) WriteGetObjectResponse(ctx interface{}, params interface{}, optFns ...interface{}) *MockS3Manager_WriteGetObjectResponse_Call
WriteGetObjectResponse is a helper method to define mock.On call
- ctx context.Context
- params *s3.WriteGetObjectResponseInput
- optFns ...func(*s3.Options)
type MockS3Manager_GetBucketAccelerateConfiguration_Call ¶
MockS3Manager_GetBucketAccelerateConfiguration_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetBucketAccelerateConfiguration'
func (*MockS3Manager_GetBucketAccelerateConfiguration_Call) Return ¶
func (_c *MockS3Manager_GetBucketAccelerateConfiguration_Call) Return(getBucketAccelerateConfigurationOutput *s3.GetBucketAccelerateConfigurationOutput, err error) *MockS3Manager_GetBucketAccelerateConfiguration_Call
func (*MockS3Manager_GetBucketAccelerateConfiguration_Call) Run ¶
func (_c *MockS3Manager_GetBucketAccelerateConfiguration_Call) Run(run func(ctx context.Context, params *s3.GetBucketAccelerateConfigurationInput, optFns ...func(*s3.Options))) *MockS3Manager_GetBucketAccelerateConfiguration_Call
func (*MockS3Manager_GetBucketAccelerateConfiguration_Call) RunAndReturn ¶
func (_c *MockS3Manager_GetBucketAccelerateConfiguration_Call) RunAndReturn(run func(ctx context.Context, params *s3.GetBucketAccelerateConfigurationInput, optFns ...func(*s3.Options)) (*s3.GetBucketAccelerateConfigurationOutput, error)) *MockS3Manager_GetBucketAccelerateConfiguration_Call
type MockS3Manager_GetBucketAcl_Call ¶
MockS3Manager_GetBucketAcl_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetBucketAcl'
func (*MockS3Manager_GetBucketAcl_Call) Return ¶
func (_c *MockS3Manager_GetBucketAcl_Call) Return(getBucketAclOutput *s3.GetBucketAclOutput, err error) *MockS3Manager_GetBucketAcl_Call
func (*MockS3Manager_GetBucketAcl_Call) Run ¶
func (_c *MockS3Manager_GetBucketAcl_Call) Run(run func(ctx context.Context, params *s3.GetBucketAclInput, optFns ...func(*s3.Options))) *MockS3Manager_GetBucketAcl_Call
func (*MockS3Manager_GetBucketAcl_Call) RunAndReturn ¶
func (_c *MockS3Manager_GetBucketAcl_Call) RunAndReturn(run func(ctx context.Context, params *s3.GetBucketAclInput, optFns ...func(*s3.Options)) (*s3.GetBucketAclOutput, error)) *MockS3Manager_GetBucketAcl_Call
type MockS3Manager_GetBucketAnalyticsConfiguration_Call ¶
MockS3Manager_GetBucketAnalyticsConfiguration_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetBucketAnalyticsConfiguration'
func (*MockS3Manager_GetBucketAnalyticsConfiguration_Call) Return ¶
func (_c *MockS3Manager_GetBucketAnalyticsConfiguration_Call) Return(getBucketAnalyticsConfigurationOutput *s3.GetBucketAnalyticsConfigurationOutput, err error) *MockS3Manager_GetBucketAnalyticsConfiguration_Call
func (*MockS3Manager_GetBucketAnalyticsConfiguration_Call) Run ¶
func (_c *MockS3Manager_GetBucketAnalyticsConfiguration_Call) Run(run func(ctx context.Context, params *s3.GetBucketAnalyticsConfigurationInput, optFns ...func(*s3.Options))) *MockS3Manager_GetBucketAnalyticsConfiguration_Call
func (*MockS3Manager_GetBucketAnalyticsConfiguration_Call) RunAndReturn ¶
func (_c *MockS3Manager_GetBucketAnalyticsConfiguration_Call) RunAndReturn(run func(ctx context.Context, params *s3.GetBucketAnalyticsConfigurationInput, optFns ...func(*s3.Options)) (*s3.GetBucketAnalyticsConfigurationOutput, error)) *MockS3Manager_GetBucketAnalyticsConfiguration_Call
type MockS3Manager_GetBucketCors_Call ¶
MockS3Manager_GetBucketCors_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetBucketCors'
func (*MockS3Manager_GetBucketCors_Call) Return ¶
func (_c *MockS3Manager_GetBucketCors_Call) Return(getBucketCorsOutput *s3.GetBucketCorsOutput, err error) *MockS3Manager_GetBucketCors_Call
func (*MockS3Manager_GetBucketCors_Call) Run ¶
func (_c *MockS3Manager_GetBucketCors_Call) Run(run func(ctx context.Context, params *s3.GetBucketCorsInput, optFns ...func(*s3.Options))) *MockS3Manager_GetBucketCors_Call
func (*MockS3Manager_GetBucketCors_Call) RunAndReturn ¶
func (_c *MockS3Manager_GetBucketCors_Call) RunAndReturn(run func(ctx context.Context, params *s3.GetBucketCorsInput, optFns ...func(*s3.Options)) (*s3.GetBucketCorsOutput, error)) *MockS3Manager_GetBucketCors_Call
type MockS3Manager_GetBucketEncryption_Call ¶
MockS3Manager_GetBucketEncryption_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetBucketEncryption'
func (*MockS3Manager_GetBucketEncryption_Call) Return ¶
func (_c *MockS3Manager_GetBucketEncryption_Call) Return(getBucketEncryptionOutput *s3.GetBucketEncryptionOutput, err error) *MockS3Manager_GetBucketEncryption_Call
func (*MockS3Manager_GetBucketEncryption_Call) Run ¶
func (_c *MockS3Manager_GetBucketEncryption_Call) Run(run func(ctx context.Context, params *s3.GetBucketEncryptionInput, optFns ...func(*s3.Options))) *MockS3Manager_GetBucketEncryption_Call
func (*MockS3Manager_GetBucketEncryption_Call) RunAndReturn ¶
func (_c *MockS3Manager_GetBucketEncryption_Call) RunAndReturn(run func(ctx context.Context, params *s3.GetBucketEncryptionInput, optFns ...func(*s3.Options)) (*s3.GetBucketEncryptionOutput, error)) *MockS3Manager_GetBucketEncryption_Call
type MockS3Manager_GetBucketIntelligentTieringConfiguration_Call ¶
MockS3Manager_GetBucketIntelligentTieringConfiguration_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetBucketIntelligentTieringConfiguration'
func (*MockS3Manager_GetBucketIntelligentTieringConfiguration_Call) Return ¶
func (_c *MockS3Manager_GetBucketIntelligentTieringConfiguration_Call) Return(getBucketIntelligentTieringConfigurationOutput *s3.GetBucketIntelligentTieringConfigurationOutput, err error) *MockS3Manager_GetBucketIntelligentTieringConfiguration_Call
func (*MockS3Manager_GetBucketIntelligentTieringConfiguration_Call) Run ¶
func (_c *MockS3Manager_GetBucketIntelligentTieringConfiguration_Call) Run(run func(ctx context.Context, params *s3.GetBucketIntelligentTieringConfigurationInput, optFns ...func(*s3.Options))) *MockS3Manager_GetBucketIntelligentTieringConfiguration_Call
func (*MockS3Manager_GetBucketIntelligentTieringConfiguration_Call) RunAndReturn ¶
func (_c *MockS3Manager_GetBucketIntelligentTieringConfiguration_Call) RunAndReturn(run func(ctx context.Context, params *s3.GetBucketIntelligentTieringConfigurationInput, optFns ...func(*s3.Options)) (*s3.GetBucketIntelligentTieringConfigurationOutput, error)) *MockS3Manager_GetBucketIntelligentTieringConfiguration_Call
type MockS3Manager_GetBucketInventoryConfiguration_Call ¶
MockS3Manager_GetBucketInventoryConfiguration_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetBucketInventoryConfiguration'
func (*MockS3Manager_GetBucketInventoryConfiguration_Call) Return ¶
func (_c *MockS3Manager_GetBucketInventoryConfiguration_Call) Return(getBucketInventoryConfigurationOutput *s3.GetBucketInventoryConfigurationOutput, err error) *MockS3Manager_GetBucketInventoryConfiguration_Call
func (*MockS3Manager_GetBucketInventoryConfiguration_Call) Run ¶
func (_c *MockS3Manager_GetBucketInventoryConfiguration_Call) Run(run func(ctx context.Context, params *s3.GetBucketInventoryConfigurationInput, optFns ...func(*s3.Options))) *MockS3Manager_GetBucketInventoryConfiguration_Call
func (*MockS3Manager_GetBucketInventoryConfiguration_Call) RunAndReturn ¶
func (_c *MockS3Manager_GetBucketInventoryConfiguration_Call) RunAndReturn(run func(ctx context.Context, params *s3.GetBucketInventoryConfigurationInput, optFns ...func(*s3.Options)) (*s3.GetBucketInventoryConfigurationOutput, error)) *MockS3Manager_GetBucketInventoryConfiguration_Call
type MockS3Manager_GetBucketLifecycleConfiguration_Call ¶
MockS3Manager_GetBucketLifecycleConfiguration_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetBucketLifecycleConfiguration'
func (*MockS3Manager_GetBucketLifecycleConfiguration_Call) Return ¶
func (_c *MockS3Manager_GetBucketLifecycleConfiguration_Call) Return(getBucketLifecycleConfigurationOutput *s3.GetBucketLifecycleConfigurationOutput, err error) *MockS3Manager_GetBucketLifecycleConfiguration_Call
func (*MockS3Manager_GetBucketLifecycleConfiguration_Call) Run ¶
func (_c *MockS3Manager_GetBucketLifecycleConfiguration_Call) Run(run func(ctx context.Context, params *s3.GetBucketLifecycleConfigurationInput, optFns ...func(*s3.Options))) *MockS3Manager_GetBucketLifecycleConfiguration_Call
func (*MockS3Manager_GetBucketLifecycleConfiguration_Call) RunAndReturn ¶
func (_c *MockS3Manager_GetBucketLifecycleConfiguration_Call) RunAndReturn(run func(ctx context.Context, params *s3.GetBucketLifecycleConfigurationInput, optFns ...func(*s3.Options)) (*s3.GetBucketLifecycleConfigurationOutput, error)) *MockS3Manager_GetBucketLifecycleConfiguration_Call
type MockS3Manager_GetBucketLocation_Call ¶
MockS3Manager_GetBucketLocation_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetBucketLocation'
func (*MockS3Manager_GetBucketLocation_Call) Return ¶
func (_c *MockS3Manager_GetBucketLocation_Call) Return(getBucketLocationOutput *s3.GetBucketLocationOutput, err error) *MockS3Manager_GetBucketLocation_Call
func (*MockS3Manager_GetBucketLocation_Call) Run ¶
func (_c *MockS3Manager_GetBucketLocation_Call) Run(run func(ctx context.Context, params *s3.GetBucketLocationInput, optFns ...func(*s3.Options))) *MockS3Manager_GetBucketLocation_Call
func (*MockS3Manager_GetBucketLocation_Call) RunAndReturn ¶
func (_c *MockS3Manager_GetBucketLocation_Call) RunAndReturn(run func(ctx context.Context, params *s3.GetBucketLocationInput, optFns ...func(*s3.Options)) (*s3.GetBucketLocationOutput, error)) *MockS3Manager_GetBucketLocation_Call
type MockS3Manager_GetBucketLogging_Call ¶
MockS3Manager_GetBucketLogging_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetBucketLogging'
func (*MockS3Manager_GetBucketLogging_Call) Return ¶
func (_c *MockS3Manager_GetBucketLogging_Call) Return(getBucketLoggingOutput *s3.GetBucketLoggingOutput, err error) *MockS3Manager_GetBucketLogging_Call
func (*MockS3Manager_GetBucketLogging_Call) Run ¶
func (_c *MockS3Manager_GetBucketLogging_Call) Run(run func(ctx context.Context, params *s3.GetBucketLoggingInput, optFns ...func(*s3.Options))) *MockS3Manager_GetBucketLogging_Call
func (*MockS3Manager_GetBucketLogging_Call) RunAndReturn ¶
func (_c *MockS3Manager_GetBucketLogging_Call) RunAndReturn(run func(ctx context.Context, params *s3.GetBucketLoggingInput, optFns ...func(*s3.Options)) (*s3.GetBucketLoggingOutput, error)) *MockS3Manager_GetBucketLogging_Call
type MockS3Manager_GetBucketMetricsConfiguration_Call ¶
MockS3Manager_GetBucketMetricsConfiguration_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetBucketMetricsConfiguration'
func (*MockS3Manager_GetBucketMetricsConfiguration_Call) Return ¶
func (_c *MockS3Manager_GetBucketMetricsConfiguration_Call) Return(getBucketMetricsConfigurationOutput *s3.GetBucketMetricsConfigurationOutput, err error) *MockS3Manager_GetBucketMetricsConfiguration_Call
func (*MockS3Manager_GetBucketMetricsConfiguration_Call) Run ¶
func (_c *MockS3Manager_GetBucketMetricsConfiguration_Call) Run(run func(ctx context.Context, params *s3.GetBucketMetricsConfigurationInput, optFns ...func(*s3.Options))) *MockS3Manager_GetBucketMetricsConfiguration_Call
func (*MockS3Manager_GetBucketMetricsConfiguration_Call) RunAndReturn ¶
func (_c *MockS3Manager_GetBucketMetricsConfiguration_Call) RunAndReturn(run func(ctx context.Context, params *s3.GetBucketMetricsConfigurationInput, optFns ...func(*s3.Options)) (*s3.GetBucketMetricsConfigurationOutput, error)) *MockS3Manager_GetBucketMetricsConfiguration_Call
type MockS3Manager_GetBucketNotificationConfiguration_Call ¶
MockS3Manager_GetBucketNotificationConfiguration_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetBucketNotificationConfiguration'
func (*MockS3Manager_GetBucketNotificationConfiguration_Call) Return ¶
func (_c *MockS3Manager_GetBucketNotificationConfiguration_Call) Return(getBucketNotificationConfigurationOutput *s3.GetBucketNotificationConfigurationOutput, err error) *MockS3Manager_GetBucketNotificationConfiguration_Call
func (*MockS3Manager_GetBucketNotificationConfiguration_Call) Run ¶
func (_c *MockS3Manager_GetBucketNotificationConfiguration_Call) Run(run func(ctx context.Context, params *s3.GetBucketNotificationConfigurationInput, optFns ...func(*s3.Options))) *MockS3Manager_GetBucketNotificationConfiguration_Call
func (*MockS3Manager_GetBucketNotificationConfiguration_Call) RunAndReturn ¶
func (_c *MockS3Manager_GetBucketNotificationConfiguration_Call) RunAndReturn(run func(ctx context.Context, params *s3.GetBucketNotificationConfigurationInput, optFns ...func(*s3.Options)) (*s3.GetBucketNotificationConfigurationOutput, error)) *MockS3Manager_GetBucketNotificationConfiguration_Call
type MockS3Manager_GetBucketOwnershipControls_Call ¶
MockS3Manager_GetBucketOwnershipControls_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetBucketOwnershipControls'
func (*MockS3Manager_GetBucketOwnershipControls_Call) Return ¶
func (_c *MockS3Manager_GetBucketOwnershipControls_Call) Return(getBucketOwnershipControlsOutput *s3.GetBucketOwnershipControlsOutput, err error) *MockS3Manager_GetBucketOwnershipControls_Call
func (*MockS3Manager_GetBucketOwnershipControls_Call) Run ¶
func (_c *MockS3Manager_GetBucketOwnershipControls_Call) Run(run func(ctx context.Context, params *s3.GetBucketOwnershipControlsInput, optFns ...func(*s3.Options))) *MockS3Manager_GetBucketOwnershipControls_Call
func (*MockS3Manager_GetBucketOwnershipControls_Call) RunAndReturn ¶
func (_c *MockS3Manager_GetBucketOwnershipControls_Call) RunAndReturn(run func(ctx context.Context, params *s3.GetBucketOwnershipControlsInput, optFns ...func(*s3.Options)) (*s3.GetBucketOwnershipControlsOutput, error)) *MockS3Manager_GetBucketOwnershipControls_Call
type MockS3Manager_GetBucketPolicyStatus_Call ¶
MockS3Manager_GetBucketPolicyStatus_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetBucketPolicyStatus'
func (*MockS3Manager_GetBucketPolicyStatus_Call) Return ¶
func (_c *MockS3Manager_GetBucketPolicyStatus_Call) Return(getBucketPolicyStatusOutput *s3.GetBucketPolicyStatusOutput, err error) *MockS3Manager_GetBucketPolicyStatus_Call
func (*MockS3Manager_GetBucketPolicyStatus_Call) Run ¶
func (_c *MockS3Manager_GetBucketPolicyStatus_Call) Run(run func(ctx context.Context, params *s3.GetBucketPolicyStatusInput, optFns ...func(*s3.Options))) *MockS3Manager_GetBucketPolicyStatus_Call
func (*MockS3Manager_GetBucketPolicyStatus_Call) RunAndReturn ¶
func (_c *MockS3Manager_GetBucketPolicyStatus_Call) RunAndReturn(run func(ctx context.Context, params *s3.GetBucketPolicyStatusInput, optFns ...func(*s3.Options)) (*s3.GetBucketPolicyStatusOutput, error)) *MockS3Manager_GetBucketPolicyStatus_Call
type MockS3Manager_GetBucketPolicy_Call ¶
MockS3Manager_GetBucketPolicy_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetBucketPolicy'
func (*MockS3Manager_GetBucketPolicy_Call) Return ¶
func (_c *MockS3Manager_GetBucketPolicy_Call) Return(getBucketPolicyOutput *s3.GetBucketPolicyOutput, err error) *MockS3Manager_GetBucketPolicy_Call
func (*MockS3Manager_GetBucketPolicy_Call) Run ¶
func (_c *MockS3Manager_GetBucketPolicy_Call) Run(run func(ctx context.Context, params *s3.GetBucketPolicyInput, optFns ...func(*s3.Options))) *MockS3Manager_GetBucketPolicy_Call
func (*MockS3Manager_GetBucketPolicy_Call) RunAndReturn ¶
func (_c *MockS3Manager_GetBucketPolicy_Call) RunAndReturn(run func(ctx context.Context, params *s3.GetBucketPolicyInput, optFns ...func(*s3.Options)) (*s3.GetBucketPolicyOutput, error)) *MockS3Manager_GetBucketPolicy_Call
type MockS3Manager_GetBucketReplication_Call ¶
MockS3Manager_GetBucketReplication_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetBucketReplication'
func (*MockS3Manager_GetBucketReplication_Call) Return ¶
func (_c *MockS3Manager_GetBucketReplication_Call) Return(getBucketReplicationOutput *s3.GetBucketReplicationOutput, err error) *MockS3Manager_GetBucketReplication_Call
func (*MockS3Manager_GetBucketReplication_Call) Run ¶
func (_c *MockS3Manager_GetBucketReplication_Call) Run(run func(ctx context.Context, params *s3.GetBucketReplicationInput, optFns ...func(*s3.Options))) *MockS3Manager_GetBucketReplication_Call
func (*MockS3Manager_GetBucketReplication_Call) RunAndReturn ¶
func (_c *MockS3Manager_GetBucketReplication_Call) RunAndReturn(run func(ctx context.Context, params *s3.GetBucketReplicationInput, optFns ...func(*s3.Options)) (*s3.GetBucketReplicationOutput, error)) *MockS3Manager_GetBucketReplication_Call
type MockS3Manager_GetBucketRequestPayment_Call ¶
MockS3Manager_GetBucketRequestPayment_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetBucketRequestPayment'
func (*MockS3Manager_GetBucketRequestPayment_Call) Return ¶
func (_c *MockS3Manager_GetBucketRequestPayment_Call) Return(getBucketRequestPaymentOutput *s3.GetBucketRequestPaymentOutput, err error) *MockS3Manager_GetBucketRequestPayment_Call
func (*MockS3Manager_GetBucketRequestPayment_Call) Run ¶
func (_c *MockS3Manager_GetBucketRequestPayment_Call) Run(run func(ctx context.Context, params *s3.GetBucketRequestPaymentInput, optFns ...func(*s3.Options))) *MockS3Manager_GetBucketRequestPayment_Call
func (*MockS3Manager_GetBucketRequestPayment_Call) RunAndReturn ¶
func (_c *MockS3Manager_GetBucketRequestPayment_Call) RunAndReturn(run func(ctx context.Context, params *s3.GetBucketRequestPaymentInput, optFns ...func(*s3.Options)) (*s3.GetBucketRequestPaymentOutput, error)) *MockS3Manager_GetBucketRequestPayment_Call
type MockS3Manager_GetBucketTagging_Call ¶
MockS3Manager_GetBucketTagging_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetBucketTagging'
func (*MockS3Manager_GetBucketTagging_Call) Return ¶
func (_c *MockS3Manager_GetBucketTagging_Call) Return(getBucketTaggingOutput *s3.GetBucketTaggingOutput, err error) *MockS3Manager_GetBucketTagging_Call
func (*MockS3Manager_GetBucketTagging_Call) Run ¶
func (_c *MockS3Manager_GetBucketTagging_Call) Run(run func(ctx context.Context, params *s3.GetBucketTaggingInput, optFns ...func(*s3.Options))) *MockS3Manager_GetBucketTagging_Call
func (*MockS3Manager_GetBucketTagging_Call) RunAndReturn ¶
func (_c *MockS3Manager_GetBucketTagging_Call) RunAndReturn(run func(ctx context.Context, params *s3.GetBucketTaggingInput, optFns ...func(*s3.Options)) (*s3.GetBucketTaggingOutput, error)) *MockS3Manager_GetBucketTagging_Call
type MockS3Manager_GetBucketVersioning_Call ¶
MockS3Manager_GetBucketVersioning_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetBucketVersioning'
func (*MockS3Manager_GetBucketVersioning_Call) Return ¶
func (_c *MockS3Manager_GetBucketVersioning_Call) Return(getBucketVersioningOutput *s3.GetBucketVersioningOutput, err error) *MockS3Manager_GetBucketVersioning_Call
func (*MockS3Manager_GetBucketVersioning_Call) Run ¶
func (_c *MockS3Manager_GetBucketVersioning_Call) Run(run func(ctx context.Context, params *s3.GetBucketVersioningInput, optFns ...func(*s3.Options))) *MockS3Manager_GetBucketVersioning_Call
func (*MockS3Manager_GetBucketVersioning_Call) RunAndReturn ¶
func (_c *MockS3Manager_GetBucketVersioning_Call) RunAndReturn(run func(ctx context.Context, params *s3.GetBucketVersioningInput, optFns ...func(*s3.Options)) (*s3.GetBucketVersioningOutput, error)) *MockS3Manager_GetBucketVersioning_Call
type MockS3Manager_GetBucketWebsite_Call ¶
MockS3Manager_GetBucketWebsite_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetBucketWebsite'
func (*MockS3Manager_GetBucketWebsite_Call) Return ¶
func (_c *MockS3Manager_GetBucketWebsite_Call) Return(getBucketWebsiteOutput *s3.GetBucketWebsiteOutput, err error) *MockS3Manager_GetBucketWebsite_Call
func (*MockS3Manager_GetBucketWebsite_Call) Run ¶
func (_c *MockS3Manager_GetBucketWebsite_Call) Run(run func(ctx context.Context, params *s3.GetBucketWebsiteInput, optFns ...func(*s3.Options))) *MockS3Manager_GetBucketWebsite_Call
func (*MockS3Manager_GetBucketWebsite_Call) RunAndReturn ¶
func (_c *MockS3Manager_GetBucketWebsite_Call) RunAndReturn(run func(ctx context.Context, params *s3.GetBucketWebsiteInput, optFns ...func(*s3.Options)) (*s3.GetBucketWebsiteOutput, error)) *MockS3Manager_GetBucketWebsite_Call
type MockS3Manager_GetObjectAcl_Call ¶
MockS3Manager_GetObjectAcl_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetObjectAcl'
func (*MockS3Manager_GetObjectAcl_Call) Return ¶
func (_c *MockS3Manager_GetObjectAcl_Call) Return(getObjectAclOutput *s3.GetObjectAclOutput, err error) *MockS3Manager_GetObjectAcl_Call
func (*MockS3Manager_GetObjectAcl_Call) Run ¶
func (_c *MockS3Manager_GetObjectAcl_Call) Run(run func(ctx context.Context, params *s3.GetObjectAclInput, optFns ...func(*s3.Options))) *MockS3Manager_GetObjectAcl_Call
func (*MockS3Manager_GetObjectAcl_Call) RunAndReturn ¶
func (_c *MockS3Manager_GetObjectAcl_Call) RunAndReturn(run func(ctx context.Context, params *s3.GetObjectAclInput, optFns ...func(*s3.Options)) (*s3.GetObjectAclOutput, error)) *MockS3Manager_GetObjectAcl_Call
type MockS3Manager_GetObjectAttributes_Call ¶
MockS3Manager_GetObjectAttributes_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetObjectAttributes'
func (*MockS3Manager_GetObjectAttributes_Call) Return ¶
func (_c *MockS3Manager_GetObjectAttributes_Call) Return(getObjectAttributesOutput *s3.GetObjectAttributesOutput, err error) *MockS3Manager_GetObjectAttributes_Call
func (*MockS3Manager_GetObjectAttributes_Call) Run ¶
func (_c *MockS3Manager_GetObjectAttributes_Call) Run(run func(ctx context.Context, params *s3.GetObjectAttributesInput, optFns ...func(*s3.Options))) *MockS3Manager_GetObjectAttributes_Call
func (*MockS3Manager_GetObjectAttributes_Call) RunAndReturn ¶
func (_c *MockS3Manager_GetObjectAttributes_Call) RunAndReturn(run func(ctx context.Context, params *s3.GetObjectAttributesInput, optFns ...func(*s3.Options)) (*s3.GetObjectAttributesOutput, error)) *MockS3Manager_GetObjectAttributes_Call
type MockS3Manager_GetObjectLegalHold_Call ¶
MockS3Manager_GetObjectLegalHold_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetObjectLegalHold'
func (*MockS3Manager_GetObjectLegalHold_Call) Return ¶
func (_c *MockS3Manager_GetObjectLegalHold_Call) Return(getObjectLegalHoldOutput *s3.GetObjectLegalHoldOutput, err error) *MockS3Manager_GetObjectLegalHold_Call
func (*MockS3Manager_GetObjectLegalHold_Call) Run ¶
func (_c *MockS3Manager_GetObjectLegalHold_Call) Run(run func(ctx context.Context, params *s3.GetObjectLegalHoldInput, optFns ...func(*s3.Options))) *MockS3Manager_GetObjectLegalHold_Call
func (*MockS3Manager_GetObjectLegalHold_Call) RunAndReturn ¶
func (_c *MockS3Manager_GetObjectLegalHold_Call) RunAndReturn(run func(ctx context.Context, params *s3.GetObjectLegalHoldInput, optFns ...func(*s3.Options)) (*s3.GetObjectLegalHoldOutput, error)) *MockS3Manager_GetObjectLegalHold_Call
type MockS3Manager_GetObjectLockConfiguration_Call ¶
MockS3Manager_GetObjectLockConfiguration_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetObjectLockConfiguration'
func (*MockS3Manager_GetObjectLockConfiguration_Call) Return ¶
func (_c *MockS3Manager_GetObjectLockConfiguration_Call) Return(getObjectLockConfigurationOutput *s3.GetObjectLockConfigurationOutput, err error) *MockS3Manager_GetObjectLockConfiguration_Call
func (*MockS3Manager_GetObjectLockConfiguration_Call) Run ¶
func (_c *MockS3Manager_GetObjectLockConfiguration_Call) Run(run func(ctx context.Context, params *s3.GetObjectLockConfigurationInput, optFns ...func(*s3.Options))) *MockS3Manager_GetObjectLockConfiguration_Call
func (*MockS3Manager_GetObjectLockConfiguration_Call) RunAndReturn ¶
func (_c *MockS3Manager_GetObjectLockConfiguration_Call) RunAndReturn(run func(ctx context.Context, params *s3.GetObjectLockConfigurationInput, optFns ...func(*s3.Options)) (*s3.GetObjectLockConfigurationOutput, error)) *MockS3Manager_GetObjectLockConfiguration_Call
type MockS3Manager_GetObjectRetention_Call ¶
MockS3Manager_GetObjectRetention_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetObjectRetention'
func (*MockS3Manager_GetObjectRetention_Call) Return ¶
func (_c *MockS3Manager_GetObjectRetention_Call) Return(getObjectRetentionOutput *s3.GetObjectRetentionOutput, err error) *MockS3Manager_GetObjectRetention_Call
func (*MockS3Manager_GetObjectRetention_Call) Run ¶
func (_c *MockS3Manager_GetObjectRetention_Call) Run(run func(ctx context.Context, params *s3.GetObjectRetentionInput, optFns ...func(*s3.Options))) *MockS3Manager_GetObjectRetention_Call
func (*MockS3Manager_GetObjectRetention_Call) RunAndReturn ¶
func (_c *MockS3Manager_GetObjectRetention_Call) RunAndReturn(run func(ctx context.Context, params *s3.GetObjectRetentionInput, optFns ...func(*s3.Options)) (*s3.GetObjectRetentionOutput, error)) *MockS3Manager_GetObjectRetention_Call
type MockS3Manager_GetObjectTagging_Call ¶
MockS3Manager_GetObjectTagging_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetObjectTagging'
func (*MockS3Manager_GetObjectTagging_Call) Return ¶
func (_c *MockS3Manager_GetObjectTagging_Call) Return(getObjectTaggingOutput *s3.GetObjectTaggingOutput, err error) *MockS3Manager_GetObjectTagging_Call
func (*MockS3Manager_GetObjectTagging_Call) Run ¶
func (_c *MockS3Manager_GetObjectTagging_Call) Run(run func(ctx context.Context, params *s3.GetObjectTaggingInput, optFns ...func(*s3.Options))) *MockS3Manager_GetObjectTagging_Call
func (*MockS3Manager_GetObjectTagging_Call) RunAndReturn ¶
func (_c *MockS3Manager_GetObjectTagging_Call) RunAndReturn(run func(ctx context.Context, params *s3.GetObjectTaggingInput, optFns ...func(*s3.Options)) (*s3.GetObjectTaggingOutput, error)) *MockS3Manager_GetObjectTagging_Call
type MockS3Manager_GetObjectTorrent_Call ¶
MockS3Manager_GetObjectTorrent_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetObjectTorrent'
func (*MockS3Manager_GetObjectTorrent_Call) Return ¶
func (_c *MockS3Manager_GetObjectTorrent_Call) Return(getObjectTorrentOutput *s3.GetObjectTorrentOutput, err error) *MockS3Manager_GetObjectTorrent_Call
func (*MockS3Manager_GetObjectTorrent_Call) Run ¶
func (_c *MockS3Manager_GetObjectTorrent_Call) Run(run func(ctx context.Context, params *s3.GetObjectTorrentInput, optFns ...func(*s3.Options))) *MockS3Manager_GetObjectTorrent_Call
func (*MockS3Manager_GetObjectTorrent_Call) RunAndReturn ¶
func (_c *MockS3Manager_GetObjectTorrent_Call) RunAndReturn(run func(ctx context.Context, params *s3.GetObjectTorrentInput, optFns ...func(*s3.Options)) (*s3.GetObjectTorrentOutput, error)) *MockS3Manager_GetObjectTorrent_Call
type MockS3Manager_GetObject_Call ¶
MockS3Manager_GetObject_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetObject'
func (*MockS3Manager_GetObject_Call) Return ¶
func (_c *MockS3Manager_GetObject_Call) Return(getObjectOutput *s3.GetObjectOutput, err error) *MockS3Manager_GetObject_Call
func (*MockS3Manager_GetObject_Call) Run ¶
func (_c *MockS3Manager_GetObject_Call) Run(run func(ctx context.Context, params *s3.GetObjectInput, optFns ...func(*s3.Options))) *MockS3Manager_GetObject_Call
func (*MockS3Manager_GetObject_Call) RunAndReturn ¶
func (_c *MockS3Manager_GetObject_Call) RunAndReturn(run func(ctx context.Context, params *s3.GetObjectInput, optFns ...func(*s3.Options)) (*s3.GetObjectOutput, error)) *MockS3Manager_GetObject_Call
type MockS3Manager_GetPublicAccessBlock_Call ¶
MockS3Manager_GetPublicAccessBlock_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetPublicAccessBlock'
func (*MockS3Manager_GetPublicAccessBlock_Call) Return ¶
func (_c *MockS3Manager_GetPublicAccessBlock_Call) Return(getPublicAccessBlockOutput *s3.GetPublicAccessBlockOutput, err error) *MockS3Manager_GetPublicAccessBlock_Call
func (*MockS3Manager_GetPublicAccessBlock_Call) Run ¶
func (_c *MockS3Manager_GetPublicAccessBlock_Call) Run(run func(ctx context.Context, params *s3.GetPublicAccessBlockInput, optFns ...func(*s3.Options))) *MockS3Manager_GetPublicAccessBlock_Call
func (*MockS3Manager_GetPublicAccessBlock_Call) RunAndReturn ¶
func (_c *MockS3Manager_GetPublicAccessBlock_Call) RunAndReturn(run func(ctx context.Context, params *s3.GetPublicAccessBlockInput, optFns ...func(*s3.Options)) (*s3.GetPublicAccessBlockOutput, error)) *MockS3Manager_GetPublicAccessBlock_Call
type MockS3Manager_HeadBucket_Call ¶
MockS3Manager_HeadBucket_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'HeadBucket'
func (*MockS3Manager_HeadBucket_Call) Return ¶
func (_c *MockS3Manager_HeadBucket_Call) Return(headBucketOutput *s3.HeadBucketOutput, err error) *MockS3Manager_HeadBucket_Call
func (*MockS3Manager_HeadBucket_Call) Run ¶
func (_c *MockS3Manager_HeadBucket_Call) Run(run func(ctx context.Context, params *s3.HeadBucketInput, optFns ...func(*s3.Options))) *MockS3Manager_HeadBucket_Call
func (*MockS3Manager_HeadBucket_Call) RunAndReturn ¶
func (_c *MockS3Manager_HeadBucket_Call) RunAndReturn(run func(ctx context.Context, params *s3.HeadBucketInput, optFns ...func(*s3.Options)) (*s3.HeadBucketOutput, error)) *MockS3Manager_HeadBucket_Call
type MockS3Manager_HeadObject_Call ¶
MockS3Manager_HeadObject_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'HeadObject'
func (*MockS3Manager_HeadObject_Call) Return ¶
func (_c *MockS3Manager_HeadObject_Call) Return(headObjectOutput *s3.HeadObjectOutput, err error) *MockS3Manager_HeadObject_Call
func (*MockS3Manager_HeadObject_Call) Run ¶
func (_c *MockS3Manager_HeadObject_Call) Run(run func(ctx context.Context, params *s3.HeadObjectInput, optFns ...func(*s3.Options))) *MockS3Manager_HeadObject_Call
func (*MockS3Manager_HeadObject_Call) RunAndReturn ¶
func (_c *MockS3Manager_HeadObject_Call) RunAndReturn(run func(ctx context.Context, params *s3.HeadObjectInput, optFns ...func(*s3.Options)) (*s3.HeadObjectOutput, error)) *MockS3Manager_HeadObject_Call
type MockS3Manager_ListBuckets_Call ¶
MockS3Manager_ListBuckets_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListBuckets'
func (*MockS3Manager_ListBuckets_Call) Return ¶
func (_c *MockS3Manager_ListBuckets_Call) Return(listBucketsOutput *s3.ListBucketsOutput, err error) *MockS3Manager_ListBuckets_Call
func (*MockS3Manager_ListBuckets_Call) Run ¶
func (_c *MockS3Manager_ListBuckets_Call) Run(run func(ctx context.Context, params *s3.ListBucketsInput, optFns ...func(*s3.Options))) *MockS3Manager_ListBuckets_Call
func (*MockS3Manager_ListBuckets_Call) RunAndReturn ¶
func (_c *MockS3Manager_ListBuckets_Call) RunAndReturn(run func(ctx context.Context, params *s3.ListBucketsInput, optFns ...func(*s3.Options)) (*s3.ListBucketsOutput, error)) *MockS3Manager_ListBuckets_Call
type MockS3Manager_ListMultipartUploads_Call ¶
MockS3Manager_ListMultipartUploads_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListMultipartUploads'
func (*MockS3Manager_ListMultipartUploads_Call) Return ¶
func (_c *MockS3Manager_ListMultipartUploads_Call) Return(listMultipartUploadsOutput *s3.ListMultipartUploadsOutput, err error) *MockS3Manager_ListMultipartUploads_Call
func (*MockS3Manager_ListMultipartUploads_Call) Run ¶
func (_c *MockS3Manager_ListMultipartUploads_Call) Run(run func(ctx context.Context, params *s3.ListMultipartUploadsInput, optFns ...func(*s3.Options))) *MockS3Manager_ListMultipartUploads_Call
func (*MockS3Manager_ListMultipartUploads_Call) RunAndReturn ¶
func (_c *MockS3Manager_ListMultipartUploads_Call) RunAndReturn(run func(ctx context.Context, params *s3.ListMultipartUploadsInput, optFns ...func(*s3.Options)) (*s3.ListMultipartUploadsOutput, error)) *MockS3Manager_ListMultipartUploads_Call
type MockS3Manager_ListObjectVersions_Call ¶
MockS3Manager_ListObjectVersions_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListObjectVersions'
func (*MockS3Manager_ListObjectVersions_Call) Return ¶
func (_c *MockS3Manager_ListObjectVersions_Call) Return(listObjectVersionsOutput *s3.ListObjectVersionsOutput, err error) *MockS3Manager_ListObjectVersions_Call
func (*MockS3Manager_ListObjectVersions_Call) Run ¶
func (_c *MockS3Manager_ListObjectVersions_Call) Run(run func(ctx context.Context, params *s3.ListObjectVersionsInput, optFns ...func(*s3.Options))) *MockS3Manager_ListObjectVersions_Call
func (*MockS3Manager_ListObjectVersions_Call) RunAndReturn ¶
func (_c *MockS3Manager_ListObjectVersions_Call) RunAndReturn(run func(ctx context.Context, params *s3.ListObjectVersionsInput, optFns ...func(*s3.Options)) (*s3.ListObjectVersionsOutput, error)) *MockS3Manager_ListObjectVersions_Call
type MockS3Manager_ListObjectsV2_Call ¶
MockS3Manager_ListObjectsV2_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListObjectsV2'
func (*MockS3Manager_ListObjectsV2_Call) Return ¶
func (_c *MockS3Manager_ListObjectsV2_Call) Return(listObjectsV2Output *s3.ListObjectsV2Output, err error) *MockS3Manager_ListObjectsV2_Call
func (*MockS3Manager_ListObjectsV2_Call) Run ¶
func (_c *MockS3Manager_ListObjectsV2_Call) Run(run func(ctx context.Context, params *s3.ListObjectsV2Input, optFns ...func(*s3.Options))) *MockS3Manager_ListObjectsV2_Call
func (*MockS3Manager_ListObjectsV2_Call) RunAndReturn ¶
func (_c *MockS3Manager_ListObjectsV2_Call) RunAndReturn(run func(ctx context.Context, params *s3.ListObjectsV2Input, optFns ...func(*s3.Options)) (*s3.ListObjectsV2Output, error)) *MockS3Manager_ListObjectsV2_Call
type MockS3Manager_ListParts_Call ¶
MockS3Manager_ListParts_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListParts'
func (*MockS3Manager_ListParts_Call) Return ¶
func (_c *MockS3Manager_ListParts_Call) Return(listPartsOutput *s3.ListPartsOutput, err error) *MockS3Manager_ListParts_Call
func (*MockS3Manager_ListParts_Call) Run ¶
func (_c *MockS3Manager_ListParts_Call) Run(run func(ctx context.Context, params *s3.ListPartsInput, optFns ...func(*s3.Options))) *MockS3Manager_ListParts_Call
func (*MockS3Manager_ListParts_Call) RunAndReturn ¶
func (_c *MockS3Manager_ListParts_Call) RunAndReturn(run func(ctx context.Context, params *s3.ListPartsInput, optFns ...func(*s3.Options)) (*s3.ListPartsOutput, error)) *MockS3Manager_ListParts_Call
type MockS3Manager_PutBucketAccelerateConfiguration_Call ¶
MockS3Manager_PutBucketAccelerateConfiguration_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PutBucketAccelerateConfiguration'
func (*MockS3Manager_PutBucketAccelerateConfiguration_Call) Return ¶
func (_c *MockS3Manager_PutBucketAccelerateConfiguration_Call) Return(putBucketAccelerateConfigurationOutput *s3.PutBucketAccelerateConfigurationOutput, err error) *MockS3Manager_PutBucketAccelerateConfiguration_Call
func (*MockS3Manager_PutBucketAccelerateConfiguration_Call) Run ¶
func (_c *MockS3Manager_PutBucketAccelerateConfiguration_Call) Run(run func(ctx context.Context, params *s3.PutBucketAccelerateConfigurationInput, optFns ...func(*s3.Options))) *MockS3Manager_PutBucketAccelerateConfiguration_Call
func (*MockS3Manager_PutBucketAccelerateConfiguration_Call) RunAndReturn ¶
func (_c *MockS3Manager_PutBucketAccelerateConfiguration_Call) RunAndReturn(run func(ctx context.Context, params *s3.PutBucketAccelerateConfigurationInput, optFns ...func(*s3.Options)) (*s3.PutBucketAccelerateConfigurationOutput, error)) *MockS3Manager_PutBucketAccelerateConfiguration_Call
type MockS3Manager_PutBucketAcl_Call ¶
MockS3Manager_PutBucketAcl_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PutBucketAcl'
func (*MockS3Manager_PutBucketAcl_Call) Return ¶
func (_c *MockS3Manager_PutBucketAcl_Call) Return(putBucketAclOutput *s3.PutBucketAclOutput, err error) *MockS3Manager_PutBucketAcl_Call
func (*MockS3Manager_PutBucketAcl_Call) Run ¶
func (_c *MockS3Manager_PutBucketAcl_Call) Run(run func(ctx context.Context, params *s3.PutBucketAclInput, optFns ...func(*s3.Options))) *MockS3Manager_PutBucketAcl_Call
func (*MockS3Manager_PutBucketAcl_Call) RunAndReturn ¶
func (_c *MockS3Manager_PutBucketAcl_Call) RunAndReturn(run func(ctx context.Context, params *s3.PutBucketAclInput, optFns ...func(*s3.Options)) (*s3.PutBucketAclOutput, error)) *MockS3Manager_PutBucketAcl_Call
type MockS3Manager_PutBucketAnalyticsConfiguration_Call ¶
MockS3Manager_PutBucketAnalyticsConfiguration_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PutBucketAnalyticsConfiguration'
func (*MockS3Manager_PutBucketAnalyticsConfiguration_Call) Return ¶
func (_c *MockS3Manager_PutBucketAnalyticsConfiguration_Call) Return(putBucketAnalyticsConfigurationOutput *s3.PutBucketAnalyticsConfigurationOutput, err error) *MockS3Manager_PutBucketAnalyticsConfiguration_Call
func (*MockS3Manager_PutBucketAnalyticsConfiguration_Call) Run ¶
func (_c *MockS3Manager_PutBucketAnalyticsConfiguration_Call) Run(run func(ctx context.Context, params *s3.PutBucketAnalyticsConfigurationInput, optFns ...func(*s3.Options))) *MockS3Manager_PutBucketAnalyticsConfiguration_Call
func (*MockS3Manager_PutBucketAnalyticsConfiguration_Call) RunAndReturn ¶
func (_c *MockS3Manager_PutBucketAnalyticsConfiguration_Call) RunAndReturn(run func(ctx context.Context, params *s3.PutBucketAnalyticsConfigurationInput, optFns ...func(*s3.Options)) (*s3.PutBucketAnalyticsConfigurationOutput, error)) *MockS3Manager_PutBucketAnalyticsConfiguration_Call
type MockS3Manager_PutBucketCors_Call ¶
MockS3Manager_PutBucketCors_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PutBucketCors'
func (*MockS3Manager_PutBucketCors_Call) Return ¶
func (_c *MockS3Manager_PutBucketCors_Call) Return(putBucketCorsOutput *s3.PutBucketCorsOutput, err error) *MockS3Manager_PutBucketCors_Call
func (*MockS3Manager_PutBucketCors_Call) Run ¶
func (_c *MockS3Manager_PutBucketCors_Call) Run(run func(ctx context.Context, params *s3.PutBucketCorsInput, optFns ...func(*s3.Options))) *MockS3Manager_PutBucketCors_Call
func (*MockS3Manager_PutBucketCors_Call) RunAndReturn ¶
func (_c *MockS3Manager_PutBucketCors_Call) RunAndReturn(run func(ctx context.Context, params *s3.PutBucketCorsInput, optFns ...func(*s3.Options)) (*s3.PutBucketCorsOutput, error)) *MockS3Manager_PutBucketCors_Call
type MockS3Manager_PutBucketEncryption_Call ¶
MockS3Manager_PutBucketEncryption_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PutBucketEncryption'
func (*MockS3Manager_PutBucketEncryption_Call) Return ¶
func (_c *MockS3Manager_PutBucketEncryption_Call) Return(putBucketEncryptionOutput *s3.PutBucketEncryptionOutput, err error) *MockS3Manager_PutBucketEncryption_Call
func (*MockS3Manager_PutBucketEncryption_Call) Run ¶
func (_c *MockS3Manager_PutBucketEncryption_Call) Run(run func(ctx context.Context, params *s3.PutBucketEncryptionInput, optFns ...func(*s3.Options))) *MockS3Manager_PutBucketEncryption_Call
func (*MockS3Manager_PutBucketEncryption_Call) RunAndReturn ¶
func (_c *MockS3Manager_PutBucketEncryption_Call) RunAndReturn(run func(ctx context.Context, params *s3.PutBucketEncryptionInput, optFns ...func(*s3.Options)) (*s3.PutBucketEncryptionOutput, error)) *MockS3Manager_PutBucketEncryption_Call
type MockS3Manager_PutBucketIntelligentTieringConfiguration_Call ¶
MockS3Manager_PutBucketIntelligentTieringConfiguration_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PutBucketIntelligentTieringConfiguration'
func (*MockS3Manager_PutBucketIntelligentTieringConfiguration_Call) Return ¶
func (_c *MockS3Manager_PutBucketIntelligentTieringConfiguration_Call) Return(putBucketIntelligentTieringConfigurationOutput *s3.PutBucketIntelligentTieringConfigurationOutput, err error) *MockS3Manager_PutBucketIntelligentTieringConfiguration_Call
func (*MockS3Manager_PutBucketIntelligentTieringConfiguration_Call) Run ¶
func (_c *MockS3Manager_PutBucketIntelligentTieringConfiguration_Call) Run(run func(ctx context.Context, params *s3.PutBucketIntelligentTieringConfigurationInput, optFns ...func(*s3.Options))) *MockS3Manager_PutBucketIntelligentTieringConfiguration_Call
func (*MockS3Manager_PutBucketIntelligentTieringConfiguration_Call) RunAndReturn ¶
func (_c *MockS3Manager_PutBucketIntelligentTieringConfiguration_Call) RunAndReturn(run func(ctx context.Context, params *s3.PutBucketIntelligentTieringConfigurationInput, optFns ...func(*s3.Options)) (*s3.PutBucketIntelligentTieringConfigurationOutput, error)) *MockS3Manager_PutBucketIntelligentTieringConfiguration_Call
type MockS3Manager_PutBucketInventoryConfiguration_Call ¶
MockS3Manager_PutBucketInventoryConfiguration_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PutBucketInventoryConfiguration'
func (*MockS3Manager_PutBucketInventoryConfiguration_Call) Return ¶
func (_c *MockS3Manager_PutBucketInventoryConfiguration_Call) Return(putBucketInventoryConfigurationOutput *s3.PutBucketInventoryConfigurationOutput, err error) *MockS3Manager_PutBucketInventoryConfiguration_Call
func (*MockS3Manager_PutBucketInventoryConfiguration_Call) Run ¶
func (_c *MockS3Manager_PutBucketInventoryConfiguration_Call) Run(run func(ctx context.Context, params *s3.PutBucketInventoryConfigurationInput, optFns ...func(*s3.Options))) *MockS3Manager_PutBucketInventoryConfiguration_Call
func (*MockS3Manager_PutBucketInventoryConfiguration_Call) RunAndReturn ¶
func (_c *MockS3Manager_PutBucketInventoryConfiguration_Call) RunAndReturn(run func(ctx context.Context, params *s3.PutBucketInventoryConfigurationInput, optFns ...func(*s3.Options)) (*s3.PutBucketInventoryConfigurationOutput, error)) *MockS3Manager_PutBucketInventoryConfiguration_Call
type MockS3Manager_PutBucketLifecycleConfiguration_Call ¶
MockS3Manager_PutBucketLifecycleConfiguration_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PutBucketLifecycleConfiguration'
func (*MockS3Manager_PutBucketLifecycleConfiguration_Call) Return ¶
func (_c *MockS3Manager_PutBucketLifecycleConfiguration_Call) Return(putBucketLifecycleConfigurationOutput *s3.PutBucketLifecycleConfigurationOutput, err error) *MockS3Manager_PutBucketLifecycleConfiguration_Call
func (*MockS3Manager_PutBucketLifecycleConfiguration_Call) Run ¶
func (_c *MockS3Manager_PutBucketLifecycleConfiguration_Call) Run(run func(ctx context.Context, params *s3.PutBucketLifecycleConfigurationInput, optFns ...func(*s3.Options))) *MockS3Manager_PutBucketLifecycleConfiguration_Call
func (*MockS3Manager_PutBucketLifecycleConfiguration_Call) RunAndReturn ¶
func (_c *MockS3Manager_PutBucketLifecycleConfiguration_Call) RunAndReturn(run func(ctx context.Context, params *s3.PutBucketLifecycleConfigurationInput, optFns ...func(*s3.Options)) (*s3.PutBucketLifecycleConfigurationOutput, error)) *MockS3Manager_PutBucketLifecycleConfiguration_Call
type MockS3Manager_PutBucketLogging_Call ¶
MockS3Manager_PutBucketLogging_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PutBucketLogging'
func (*MockS3Manager_PutBucketLogging_Call) Return ¶
func (_c *MockS3Manager_PutBucketLogging_Call) Return(putBucketLoggingOutput *s3.PutBucketLoggingOutput, err error) *MockS3Manager_PutBucketLogging_Call
func (*MockS3Manager_PutBucketLogging_Call) Run ¶
func (_c *MockS3Manager_PutBucketLogging_Call) Run(run func(ctx context.Context, params *s3.PutBucketLoggingInput, optFns ...func(*s3.Options))) *MockS3Manager_PutBucketLogging_Call
func (*MockS3Manager_PutBucketLogging_Call) RunAndReturn ¶
func (_c *MockS3Manager_PutBucketLogging_Call) RunAndReturn(run func(ctx context.Context, params *s3.PutBucketLoggingInput, optFns ...func(*s3.Options)) (*s3.PutBucketLoggingOutput, error)) *MockS3Manager_PutBucketLogging_Call
type MockS3Manager_PutBucketMetricsConfiguration_Call ¶
MockS3Manager_PutBucketMetricsConfiguration_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PutBucketMetricsConfiguration'
func (*MockS3Manager_PutBucketMetricsConfiguration_Call) Return ¶
func (_c *MockS3Manager_PutBucketMetricsConfiguration_Call) Return(putBucketMetricsConfigurationOutput *s3.PutBucketMetricsConfigurationOutput, err error) *MockS3Manager_PutBucketMetricsConfiguration_Call
func (*MockS3Manager_PutBucketMetricsConfiguration_Call) Run ¶
func (_c *MockS3Manager_PutBucketMetricsConfiguration_Call) Run(run func(ctx context.Context, params *s3.PutBucketMetricsConfigurationInput, optFns ...func(*s3.Options))) *MockS3Manager_PutBucketMetricsConfiguration_Call
func (*MockS3Manager_PutBucketMetricsConfiguration_Call) RunAndReturn ¶
func (_c *MockS3Manager_PutBucketMetricsConfiguration_Call) RunAndReturn(run func(ctx context.Context, params *s3.PutBucketMetricsConfigurationInput, optFns ...func(*s3.Options)) (*s3.PutBucketMetricsConfigurationOutput, error)) *MockS3Manager_PutBucketMetricsConfiguration_Call
type MockS3Manager_PutBucketNotificationConfiguration_Call ¶
MockS3Manager_PutBucketNotificationConfiguration_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PutBucketNotificationConfiguration'
func (*MockS3Manager_PutBucketNotificationConfiguration_Call) Return ¶
func (_c *MockS3Manager_PutBucketNotificationConfiguration_Call) Return(putBucketNotificationConfigurationOutput *s3.PutBucketNotificationConfigurationOutput, err error) *MockS3Manager_PutBucketNotificationConfiguration_Call
func (*MockS3Manager_PutBucketNotificationConfiguration_Call) Run ¶
func (_c *MockS3Manager_PutBucketNotificationConfiguration_Call) Run(run func(ctx context.Context, params *s3.PutBucketNotificationConfigurationInput, optFns ...func(*s3.Options))) *MockS3Manager_PutBucketNotificationConfiguration_Call
func (*MockS3Manager_PutBucketNotificationConfiguration_Call) RunAndReturn ¶
func (_c *MockS3Manager_PutBucketNotificationConfiguration_Call) RunAndReturn(run func(ctx context.Context, params *s3.PutBucketNotificationConfigurationInput, optFns ...func(*s3.Options)) (*s3.PutBucketNotificationConfigurationOutput, error)) *MockS3Manager_PutBucketNotificationConfiguration_Call
type MockS3Manager_PutBucketOwnershipControls_Call ¶
MockS3Manager_PutBucketOwnershipControls_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PutBucketOwnershipControls'
func (*MockS3Manager_PutBucketOwnershipControls_Call) Return ¶
func (_c *MockS3Manager_PutBucketOwnershipControls_Call) Return(putBucketOwnershipControlsOutput *s3.PutBucketOwnershipControlsOutput, err error) *MockS3Manager_PutBucketOwnershipControls_Call
func (*MockS3Manager_PutBucketOwnershipControls_Call) Run ¶
func (_c *MockS3Manager_PutBucketOwnershipControls_Call) Run(run func(ctx context.Context, params *s3.PutBucketOwnershipControlsInput, optFns ...func(*s3.Options))) *MockS3Manager_PutBucketOwnershipControls_Call
func (*MockS3Manager_PutBucketOwnershipControls_Call) RunAndReturn ¶
func (_c *MockS3Manager_PutBucketOwnershipControls_Call) RunAndReturn(run func(ctx context.Context, params *s3.PutBucketOwnershipControlsInput, optFns ...func(*s3.Options)) (*s3.PutBucketOwnershipControlsOutput, error)) *MockS3Manager_PutBucketOwnershipControls_Call
type MockS3Manager_PutBucketPolicy_Call ¶
MockS3Manager_PutBucketPolicy_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PutBucketPolicy'
func (*MockS3Manager_PutBucketPolicy_Call) Return ¶
func (_c *MockS3Manager_PutBucketPolicy_Call) Return(putBucketPolicyOutput *s3.PutBucketPolicyOutput, err error) *MockS3Manager_PutBucketPolicy_Call
func (*MockS3Manager_PutBucketPolicy_Call) Run ¶
func (_c *MockS3Manager_PutBucketPolicy_Call) Run(run func(ctx context.Context, params *s3.PutBucketPolicyInput, optFns ...func(*s3.Options))) *MockS3Manager_PutBucketPolicy_Call
func (*MockS3Manager_PutBucketPolicy_Call) RunAndReturn ¶
func (_c *MockS3Manager_PutBucketPolicy_Call) RunAndReturn(run func(ctx context.Context, params *s3.PutBucketPolicyInput, optFns ...func(*s3.Options)) (*s3.PutBucketPolicyOutput, error)) *MockS3Manager_PutBucketPolicy_Call
type MockS3Manager_PutBucketReplication_Call ¶
MockS3Manager_PutBucketReplication_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PutBucketReplication'
func (*MockS3Manager_PutBucketReplication_Call) Return ¶
func (_c *MockS3Manager_PutBucketReplication_Call) Return(putBucketReplicationOutput *s3.PutBucketReplicationOutput, err error) *MockS3Manager_PutBucketReplication_Call
func (*MockS3Manager_PutBucketReplication_Call) Run ¶
func (_c *MockS3Manager_PutBucketReplication_Call) Run(run func(ctx context.Context, params *s3.PutBucketReplicationInput, optFns ...func(*s3.Options))) *MockS3Manager_PutBucketReplication_Call
func (*MockS3Manager_PutBucketReplication_Call) RunAndReturn ¶
func (_c *MockS3Manager_PutBucketReplication_Call) RunAndReturn(run func(ctx context.Context, params *s3.PutBucketReplicationInput, optFns ...func(*s3.Options)) (*s3.PutBucketReplicationOutput, error)) *MockS3Manager_PutBucketReplication_Call
type MockS3Manager_PutBucketRequestPayment_Call ¶
MockS3Manager_PutBucketRequestPayment_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PutBucketRequestPayment'
func (*MockS3Manager_PutBucketRequestPayment_Call) Return ¶
func (_c *MockS3Manager_PutBucketRequestPayment_Call) Return(putBucketRequestPaymentOutput *s3.PutBucketRequestPaymentOutput, err error) *MockS3Manager_PutBucketRequestPayment_Call
func (*MockS3Manager_PutBucketRequestPayment_Call) Run ¶
func (_c *MockS3Manager_PutBucketRequestPayment_Call) Run(run func(ctx context.Context, params *s3.PutBucketRequestPaymentInput, optFns ...func(*s3.Options))) *MockS3Manager_PutBucketRequestPayment_Call
func (*MockS3Manager_PutBucketRequestPayment_Call) RunAndReturn ¶
func (_c *MockS3Manager_PutBucketRequestPayment_Call) RunAndReturn(run func(ctx context.Context, params *s3.PutBucketRequestPaymentInput, optFns ...func(*s3.Options)) (*s3.PutBucketRequestPaymentOutput, error)) *MockS3Manager_PutBucketRequestPayment_Call
type MockS3Manager_PutBucketTagging_Call ¶
MockS3Manager_PutBucketTagging_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PutBucketTagging'
func (*MockS3Manager_PutBucketTagging_Call) Return ¶
func (_c *MockS3Manager_PutBucketTagging_Call) Return(putBucketTaggingOutput *s3.PutBucketTaggingOutput, err error) *MockS3Manager_PutBucketTagging_Call
func (*MockS3Manager_PutBucketTagging_Call) Run ¶
func (_c *MockS3Manager_PutBucketTagging_Call) Run(run func(ctx context.Context, params *s3.PutBucketTaggingInput, optFns ...func(*s3.Options))) *MockS3Manager_PutBucketTagging_Call
func (*MockS3Manager_PutBucketTagging_Call) RunAndReturn ¶
func (_c *MockS3Manager_PutBucketTagging_Call) RunAndReturn(run func(ctx context.Context, params *s3.PutBucketTaggingInput, optFns ...func(*s3.Options)) (*s3.PutBucketTaggingOutput, error)) *MockS3Manager_PutBucketTagging_Call
type MockS3Manager_PutBucketVersioning_Call ¶
MockS3Manager_PutBucketVersioning_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PutBucketVersioning'
func (*MockS3Manager_PutBucketVersioning_Call) Return ¶
func (_c *MockS3Manager_PutBucketVersioning_Call) Return(putBucketVersioningOutput *s3.PutBucketVersioningOutput, err error) *MockS3Manager_PutBucketVersioning_Call
func (*MockS3Manager_PutBucketVersioning_Call) Run ¶
func (_c *MockS3Manager_PutBucketVersioning_Call) Run(run func(ctx context.Context, params *s3.PutBucketVersioningInput, optFns ...func(*s3.Options))) *MockS3Manager_PutBucketVersioning_Call
func (*MockS3Manager_PutBucketVersioning_Call) RunAndReturn ¶
func (_c *MockS3Manager_PutBucketVersioning_Call) RunAndReturn(run func(ctx context.Context, params *s3.PutBucketVersioningInput, optFns ...func(*s3.Options)) (*s3.PutBucketVersioningOutput, error)) *MockS3Manager_PutBucketVersioning_Call
type MockS3Manager_PutBucketWebsite_Call ¶
MockS3Manager_PutBucketWebsite_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PutBucketWebsite'
func (*MockS3Manager_PutBucketWebsite_Call) Return ¶
func (_c *MockS3Manager_PutBucketWebsite_Call) Return(putBucketWebsiteOutput *s3.PutBucketWebsiteOutput, err error) *MockS3Manager_PutBucketWebsite_Call
func (*MockS3Manager_PutBucketWebsite_Call) Run ¶
func (_c *MockS3Manager_PutBucketWebsite_Call) Run(run func(ctx context.Context, params *s3.PutBucketWebsiteInput, optFns ...func(*s3.Options))) *MockS3Manager_PutBucketWebsite_Call
func (*MockS3Manager_PutBucketWebsite_Call) RunAndReturn ¶
func (_c *MockS3Manager_PutBucketWebsite_Call) RunAndReturn(run func(ctx context.Context, params *s3.PutBucketWebsiteInput, optFns ...func(*s3.Options)) (*s3.PutBucketWebsiteOutput, error)) *MockS3Manager_PutBucketWebsite_Call
type MockS3Manager_PutObjectAcl_Call ¶
MockS3Manager_PutObjectAcl_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PutObjectAcl'
func (*MockS3Manager_PutObjectAcl_Call) Return ¶
func (_c *MockS3Manager_PutObjectAcl_Call) Return(putObjectAclOutput *s3.PutObjectAclOutput, err error) *MockS3Manager_PutObjectAcl_Call
func (*MockS3Manager_PutObjectAcl_Call) Run ¶
func (_c *MockS3Manager_PutObjectAcl_Call) Run(run func(ctx context.Context, params *s3.PutObjectAclInput, optFns ...func(*s3.Options))) *MockS3Manager_PutObjectAcl_Call
func (*MockS3Manager_PutObjectAcl_Call) RunAndReturn ¶
func (_c *MockS3Manager_PutObjectAcl_Call) RunAndReturn(run func(ctx context.Context, params *s3.PutObjectAclInput, optFns ...func(*s3.Options)) (*s3.PutObjectAclOutput, error)) *MockS3Manager_PutObjectAcl_Call
type MockS3Manager_PutObjectLegalHold_Call ¶
MockS3Manager_PutObjectLegalHold_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PutObjectLegalHold'
func (*MockS3Manager_PutObjectLegalHold_Call) Return ¶
func (_c *MockS3Manager_PutObjectLegalHold_Call) Return(putObjectLegalHoldOutput *s3.PutObjectLegalHoldOutput, err error) *MockS3Manager_PutObjectLegalHold_Call
func (*MockS3Manager_PutObjectLegalHold_Call) Run ¶
func (_c *MockS3Manager_PutObjectLegalHold_Call) Run(run func(ctx context.Context, params *s3.PutObjectLegalHoldInput, optFns ...func(*s3.Options))) *MockS3Manager_PutObjectLegalHold_Call
func (*MockS3Manager_PutObjectLegalHold_Call) RunAndReturn ¶
func (_c *MockS3Manager_PutObjectLegalHold_Call) RunAndReturn(run func(ctx context.Context, params *s3.PutObjectLegalHoldInput, optFns ...func(*s3.Options)) (*s3.PutObjectLegalHoldOutput, error)) *MockS3Manager_PutObjectLegalHold_Call
type MockS3Manager_PutObjectLockConfiguration_Call ¶
MockS3Manager_PutObjectLockConfiguration_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PutObjectLockConfiguration'
func (*MockS3Manager_PutObjectLockConfiguration_Call) Return ¶
func (_c *MockS3Manager_PutObjectLockConfiguration_Call) Return(putObjectLockConfigurationOutput *s3.PutObjectLockConfigurationOutput, err error) *MockS3Manager_PutObjectLockConfiguration_Call
func (*MockS3Manager_PutObjectLockConfiguration_Call) Run ¶
func (_c *MockS3Manager_PutObjectLockConfiguration_Call) Run(run func(ctx context.Context, params *s3.PutObjectLockConfigurationInput, optFns ...func(*s3.Options))) *MockS3Manager_PutObjectLockConfiguration_Call
func (*MockS3Manager_PutObjectLockConfiguration_Call) RunAndReturn ¶
func (_c *MockS3Manager_PutObjectLockConfiguration_Call) RunAndReturn(run func(ctx context.Context, params *s3.PutObjectLockConfigurationInput, optFns ...func(*s3.Options)) (*s3.PutObjectLockConfigurationOutput, error)) *MockS3Manager_PutObjectLockConfiguration_Call
type MockS3Manager_PutObjectRetention_Call ¶
MockS3Manager_PutObjectRetention_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PutObjectRetention'
func (*MockS3Manager_PutObjectRetention_Call) Return ¶
func (_c *MockS3Manager_PutObjectRetention_Call) Return(putObjectRetentionOutput *s3.PutObjectRetentionOutput, err error) *MockS3Manager_PutObjectRetention_Call
func (*MockS3Manager_PutObjectRetention_Call) Run ¶
func (_c *MockS3Manager_PutObjectRetention_Call) Run(run func(ctx context.Context, params *s3.PutObjectRetentionInput, optFns ...func(*s3.Options))) *MockS3Manager_PutObjectRetention_Call
func (*MockS3Manager_PutObjectRetention_Call) RunAndReturn ¶
func (_c *MockS3Manager_PutObjectRetention_Call) RunAndReturn(run func(ctx context.Context, params *s3.PutObjectRetentionInput, optFns ...func(*s3.Options)) (*s3.PutObjectRetentionOutput, error)) *MockS3Manager_PutObjectRetention_Call
type MockS3Manager_PutObjectTagging_Call ¶
MockS3Manager_PutObjectTagging_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PutObjectTagging'
func (*MockS3Manager_PutObjectTagging_Call) Return ¶
func (_c *MockS3Manager_PutObjectTagging_Call) Return(putObjectTaggingOutput *s3.PutObjectTaggingOutput, err error) *MockS3Manager_PutObjectTagging_Call
func (*MockS3Manager_PutObjectTagging_Call) Run ¶
func (_c *MockS3Manager_PutObjectTagging_Call) Run(run func(ctx context.Context, params *s3.PutObjectTaggingInput, optFns ...func(*s3.Options))) *MockS3Manager_PutObjectTagging_Call
func (*MockS3Manager_PutObjectTagging_Call) RunAndReturn ¶
func (_c *MockS3Manager_PutObjectTagging_Call) RunAndReturn(run func(ctx context.Context, params *s3.PutObjectTaggingInput, optFns ...func(*s3.Options)) (*s3.PutObjectTaggingOutput, error)) *MockS3Manager_PutObjectTagging_Call
type MockS3Manager_PutObject_Call ¶
MockS3Manager_PutObject_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PutObject'
func (*MockS3Manager_PutObject_Call) Return ¶
func (_c *MockS3Manager_PutObject_Call) Return(putObjectOutput *s3.PutObjectOutput, err error) *MockS3Manager_PutObject_Call
func (*MockS3Manager_PutObject_Call) Run ¶
func (_c *MockS3Manager_PutObject_Call) Run(run func(ctx context.Context, params *s3.PutObjectInput, optFns ...func(*s3.Options))) *MockS3Manager_PutObject_Call
func (*MockS3Manager_PutObject_Call) RunAndReturn ¶
func (_c *MockS3Manager_PutObject_Call) RunAndReturn(run func(ctx context.Context, params *s3.PutObjectInput, optFns ...func(*s3.Options)) (*s3.PutObjectOutput, error)) *MockS3Manager_PutObject_Call
type MockS3Manager_PutPublicAccessBlock_Call ¶
MockS3Manager_PutPublicAccessBlock_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PutPublicAccessBlock'
func (*MockS3Manager_PutPublicAccessBlock_Call) Return ¶
func (_c *MockS3Manager_PutPublicAccessBlock_Call) Return(putPublicAccessBlockOutput *s3.PutPublicAccessBlockOutput, err error) *MockS3Manager_PutPublicAccessBlock_Call
func (*MockS3Manager_PutPublicAccessBlock_Call) Run ¶
func (_c *MockS3Manager_PutPublicAccessBlock_Call) Run(run func(ctx context.Context, params *s3.PutPublicAccessBlockInput, optFns ...func(*s3.Options))) *MockS3Manager_PutPublicAccessBlock_Call
func (*MockS3Manager_PutPublicAccessBlock_Call) RunAndReturn ¶
func (_c *MockS3Manager_PutPublicAccessBlock_Call) RunAndReturn(run func(ctx context.Context, params *s3.PutPublicAccessBlockInput, optFns ...func(*s3.Options)) (*s3.PutPublicAccessBlockOutput, error)) *MockS3Manager_PutPublicAccessBlock_Call
type MockS3Manager_RestoreObject_Call ¶
MockS3Manager_RestoreObject_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'RestoreObject'
func (*MockS3Manager_RestoreObject_Call) Return ¶
func (_c *MockS3Manager_RestoreObject_Call) Return(restoreObjectOutput *s3.RestoreObjectOutput, err error) *MockS3Manager_RestoreObject_Call
func (*MockS3Manager_RestoreObject_Call) Run ¶
func (_c *MockS3Manager_RestoreObject_Call) Run(run func(ctx context.Context, params *s3.RestoreObjectInput, optFns ...func(*s3.Options))) *MockS3Manager_RestoreObject_Call
func (*MockS3Manager_RestoreObject_Call) RunAndReturn ¶
func (_c *MockS3Manager_RestoreObject_Call) RunAndReturn(run func(ctx context.Context, params *s3.RestoreObjectInput, optFns ...func(*s3.Options)) (*s3.RestoreObjectOutput, error)) *MockS3Manager_RestoreObject_Call
type MockS3Manager_SelectObjectContent_Call ¶
MockS3Manager_SelectObjectContent_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SelectObjectContent'
func (*MockS3Manager_SelectObjectContent_Call) Return ¶
func (_c *MockS3Manager_SelectObjectContent_Call) Return(selectObjectContentOutput *s3.SelectObjectContentOutput, err error) *MockS3Manager_SelectObjectContent_Call
func (*MockS3Manager_SelectObjectContent_Call) Run ¶
func (_c *MockS3Manager_SelectObjectContent_Call) Run(run func(ctx context.Context, params *s3.SelectObjectContentInput, optFns ...func(*s3.Options))) *MockS3Manager_SelectObjectContent_Call
func (*MockS3Manager_SelectObjectContent_Call) RunAndReturn ¶
func (_c *MockS3Manager_SelectObjectContent_Call) RunAndReturn(run func(ctx context.Context, params *s3.SelectObjectContentInput, optFns ...func(*s3.Options)) (*s3.SelectObjectContentOutput, error)) *MockS3Manager_SelectObjectContent_Call
type MockS3Manager_UploadPartCopy_Call ¶
MockS3Manager_UploadPartCopy_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UploadPartCopy'
func (*MockS3Manager_UploadPartCopy_Call) Return ¶
func (_c *MockS3Manager_UploadPartCopy_Call) Return(uploadPartCopyOutput *s3.UploadPartCopyOutput, err error) *MockS3Manager_UploadPartCopy_Call
func (*MockS3Manager_UploadPartCopy_Call) Run ¶
func (_c *MockS3Manager_UploadPartCopy_Call) Run(run func(ctx context.Context, params *s3.UploadPartCopyInput, optFns ...func(*s3.Options))) *MockS3Manager_UploadPartCopy_Call
func (*MockS3Manager_UploadPartCopy_Call) RunAndReturn ¶
func (_c *MockS3Manager_UploadPartCopy_Call) RunAndReturn(run func(ctx context.Context, params *s3.UploadPartCopyInput, optFns ...func(*s3.Options)) (*s3.UploadPartCopyOutput, error)) *MockS3Manager_UploadPartCopy_Call
type MockS3Manager_UploadPart_Call ¶
MockS3Manager_UploadPart_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UploadPart'
func (*MockS3Manager_UploadPart_Call) Return ¶
func (_c *MockS3Manager_UploadPart_Call) Return(uploadPartOutput *s3.UploadPartOutput, err error) *MockS3Manager_UploadPart_Call
func (*MockS3Manager_UploadPart_Call) Run ¶
func (_c *MockS3Manager_UploadPart_Call) Run(run func(ctx context.Context, params *s3.UploadPartInput, optFns ...func(*s3.Options))) *MockS3Manager_UploadPart_Call
func (*MockS3Manager_UploadPart_Call) RunAndReturn ¶
func (_c *MockS3Manager_UploadPart_Call) RunAndReturn(run func(ctx context.Context, params *s3.UploadPartInput, optFns ...func(*s3.Options)) (*s3.UploadPartOutput, error)) *MockS3Manager_UploadPart_Call
type MockS3Manager_WriteGetObjectResponse_Call ¶
MockS3Manager_WriteGetObjectResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'WriteGetObjectResponse'
func (*MockS3Manager_WriteGetObjectResponse_Call) Return ¶
func (_c *MockS3Manager_WriteGetObjectResponse_Call) Return(writeGetObjectResponseOutput *s3.WriteGetObjectResponseOutput, err error) *MockS3Manager_WriteGetObjectResponse_Call
func (*MockS3Manager_WriteGetObjectResponse_Call) Run ¶
func (_c *MockS3Manager_WriteGetObjectResponse_Call) Run(run func(ctx context.Context, params *s3.WriteGetObjectResponseInput, optFns ...func(*s3.Options))) *MockS3Manager_WriteGetObjectResponse_Call
func (*MockS3Manager_WriteGetObjectResponse_Call) RunAndReturn ¶
func (_c *MockS3Manager_WriteGetObjectResponse_Call) RunAndReturn(run func(ctx context.Context, params *s3.WriteGetObjectResponseInput, optFns ...func(*s3.Options)) (*s3.WriteGetObjectResponseOutput, error)) *MockS3Manager_WriteGetObjectResponse_Call
type MockSelector ¶
MockSelector is an autogenerated mock type for the Selector type
func NewMockSelector ¶
func NewMockSelector(t interface {
mock.TestingT
Cleanup(func())
}) *MockSelector
NewMockSelector creates a new instance of MockSelector. 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 (*MockSelector) EXPECT ¶
func (_m *MockSelector) EXPECT() *MockSelector_Expecter
func (*MockSelector) SelectObjectContent ¶
func (_mock *MockSelector) SelectObjectContent(ctx context.Context, params *s3.SelectObjectContentInput, optFns ...func(*s3.Options)) (*s3.SelectObjectContentOutput, error)
SelectObjectContent provides a mock function for the type MockSelector
type MockSelector_Expecter ¶
type MockSelector_Expecter struct {
// contains filtered or unexported fields
}
func (*MockSelector_Expecter) SelectObjectContent ¶
func (_e *MockSelector_Expecter) SelectObjectContent(ctx interface{}, params interface{}, optFns ...interface{}) *MockSelector_SelectObjectContent_Call
SelectObjectContent is a helper method to define mock.On call
- ctx context.Context
- params *s3.SelectObjectContentInput
- optFns ...func(*s3.Options)
type MockSelector_SelectObjectContent_Call ¶
MockSelector_SelectObjectContent_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SelectObjectContent'
func (*MockSelector_SelectObjectContent_Call) Return ¶
func (_c *MockSelector_SelectObjectContent_Call) Return(selectObjectContentOutput *s3.SelectObjectContentOutput, err error) *MockSelector_SelectObjectContent_Call
func (*MockSelector_SelectObjectContent_Call) Run ¶
func (_c *MockSelector_SelectObjectContent_Call) Run(run func(ctx context.Context, params *s3.SelectObjectContentInput, optFns ...func(*s3.Options))) *MockSelector_SelectObjectContent_Call
func (*MockSelector_SelectObjectContent_Call) RunAndReturn ¶
func (_c *MockSelector_SelectObjectContent_Call) RunAndReturn(run func(ctx context.Context, params *s3.SelectObjectContentInput, optFns ...func(*s3.Options)) (*s3.SelectObjectContentOutput, error)) *MockSelector_SelectObjectContent_Call
type MockTagger ¶
MockTagger is an autogenerated mock type for the Tagger type
func NewMockTagger ¶
func NewMockTagger(t interface {
mock.TestingT
Cleanup(func())
}) *MockTagger
NewMockTagger creates a new instance of MockTagger. 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 (*MockTagger) DeleteBucketTagging ¶
func (_mock *MockTagger) DeleteBucketTagging(ctx context.Context, params *s3.DeleteBucketTaggingInput, optFns ...func(*s3.Options)) (*s3.DeleteBucketTaggingOutput, error)
DeleteBucketTagging provides a mock function for the type MockTagger
func (*MockTagger) DeleteObjectTagging ¶
func (_mock *MockTagger) DeleteObjectTagging(ctx context.Context, params *s3.DeleteObjectTaggingInput, optFns ...func(*s3.Options)) (*s3.DeleteObjectTaggingOutput, error)
DeleteObjectTagging provides a mock function for the type MockTagger
func (*MockTagger) EXPECT ¶
func (_m *MockTagger) EXPECT() *MockTagger_Expecter
func (*MockTagger) GetBucketTagging ¶
func (_mock *MockTagger) GetBucketTagging(ctx context.Context, params *s3.GetBucketTaggingInput, optFns ...func(*s3.Options)) (*s3.GetBucketTaggingOutput, error)
GetBucketTagging provides a mock function for the type MockTagger
func (*MockTagger) GetObjectTagging ¶
func (_mock *MockTagger) GetObjectTagging(ctx context.Context, params *s3.GetObjectTaggingInput, optFns ...func(*s3.Options)) (*s3.GetObjectTaggingOutput, error)
GetObjectTagging provides a mock function for the type MockTagger
func (*MockTagger) PutBucketTagging ¶
func (_mock *MockTagger) PutBucketTagging(ctx context.Context, params *s3.PutBucketTaggingInput, optFns ...func(*s3.Options)) (*s3.PutBucketTaggingOutput, error)
PutBucketTagging provides a mock function for the type MockTagger
func (*MockTagger) PutObjectTagging ¶
func (_mock *MockTagger) PutObjectTagging(ctx context.Context, params *s3.PutObjectTaggingInput, optFns ...func(*s3.Options)) (*s3.PutObjectTaggingOutput, error)
PutObjectTagging provides a mock function for the type MockTagger
type MockTagger_DeleteBucketTagging_Call ¶
MockTagger_DeleteBucketTagging_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteBucketTagging'
func (*MockTagger_DeleteBucketTagging_Call) Return ¶
func (_c *MockTagger_DeleteBucketTagging_Call) Return(deleteBucketTaggingOutput *s3.DeleteBucketTaggingOutput, err error) *MockTagger_DeleteBucketTagging_Call
func (*MockTagger_DeleteBucketTagging_Call) Run ¶
func (_c *MockTagger_DeleteBucketTagging_Call) Run(run func(ctx context.Context, params *s3.DeleteBucketTaggingInput, optFns ...func(*s3.Options))) *MockTagger_DeleteBucketTagging_Call
func (*MockTagger_DeleteBucketTagging_Call) RunAndReturn ¶
func (_c *MockTagger_DeleteBucketTagging_Call) RunAndReturn(run func(ctx context.Context, params *s3.DeleteBucketTaggingInput, optFns ...func(*s3.Options)) (*s3.DeleteBucketTaggingOutput, error)) *MockTagger_DeleteBucketTagging_Call
type MockTagger_DeleteObjectTagging_Call ¶
MockTagger_DeleteObjectTagging_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteObjectTagging'
func (*MockTagger_DeleteObjectTagging_Call) Return ¶
func (_c *MockTagger_DeleteObjectTagging_Call) Return(deleteObjectTaggingOutput *s3.DeleteObjectTaggingOutput, err error) *MockTagger_DeleteObjectTagging_Call
func (*MockTagger_DeleteObjectTagging_Call) Run ¶
func (_c *MockTagger_DeleteObjectTagging_Call) Run(run func(ctx context.Context, params *s3.DeleteObjectTaggingInput, optFns ...func(*s3.Options))) *MockTagger_DeleteObjectTagging_Call
func (*MockTagger_DeleteObjectTagging_Call) RunAndReturn ¶
func (_c *MockTagger_DeleteObjectTagging_Call) RunAndReturn(run func(ctx context.Context, params *s3.DeleteObjectTaggingInput, optFns ...func(*s3.Options)) (*s3.DeleteObjectTaggingOutput, error)) *MockTagger_DeleteObjectTagging_Call
type MockTagger_Expecter ¶
type MockTagger_Expecter struct {
// contains filtered or unexported fields
}
func (*MockTagger_Expecter) DeleteBucketTagging ¶
func (_e *MockTagger_Expecter) DeleteBucketTagging(ctx interface{}, params interface{}, optFns ...interface{}) *MockTagger_DeleteBucketTagging_Call
DeleteBucketTagging is a helper method to define mock.On call
- ctx context.Context
- params *s3.DeleteBucketTaggingInput
- optFns ...func(*s3.Options)
func (*MockTagger_Expecter) DeleteObjectTagging ¶
func (_e *MockTagger_Expecter) DeleteObjectTagging(ctx interface{}, params interface{}, optFns ...interface{}) *MockTagger_DeleteObjectTagging_Call
DeleteObjectTagging is a helper method to define mock.On call
- ctx context.Context
- params *s3.DeleteObjectTaggingInput
- optFns ...func(*s3.Options)
func (*MockTagger_Expecter) GetBucketTagging ¶
func (_e *MockTagger_Expecter) GetBucketTagging(ctx interface{}, params interface{}, optFns ...interface{}) *MockTagger_GetBucketTagging_Call
GetBucketTagging is a helper method to define mock.On call
- ctx context.Context
- params *s3.GetBucketTaggingInput
- optFns ...func(*s3.Options)
func (*MockTagger_Expecter) GetObjectTagging ¶
func (_e *MockTagger_Expecter) GetObjectTagging(ctx interface{}, params interface{}, optFns ...interface{}) *MockTagger_GetObjectTagging_Call
GetObjectTagging is a helper method to define mock.On call
- ctx context.Context
- params *s3.GetObjectTaggingInput
- optFns ...func(*s3.Options)
func (*MockTagger_Expecter) PutBucketTagging ¶
func (_e *MockTagger_Expecter) PutBucketTagging(ctx interface{}, params interface{}, optFns ...interface{}) *MockTagger_PutBucketTagging_Call
PutBucketTagging is a helper method to define mock.On call
- ctx context.Context
- params *s3.PutBucketTaggingInput
- optFns ...func(*s3.Options)
func (*MockTagger_Expecter) PutObjectTagging ¶
func (_e *MockTagger_Expecter) PutObjectTagging(ctx interface{}, params interface{}, optFns ...interface{}) *MockTagger_PutObjectTagging_Call
PutObjectTagging is a helper method to define mock.On call
- ctx context.Context
- params *s3.PutObjectTaggingInput
- optFns ...func(*s3.Options)
type MockTagger_GetBucketTagging_Call ¶
MockTagger_GetBucketTagging_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetBucketTagging'
func (*MockTagger_GetBucketTagging_Call) Return ¶
func (_c *MockTagger_GetBucketTagging_Call) Return(getBucketTaggingOutput *s3.GetBucketTaggingOutput, err error) *MockTagger_GetBucketTagging_Call
func (*MockTagger_GetBucketTagging_Call) Run ¶
func (_c *MockTagger_GetBucketTagging_Call) Run(run func(ctx context.Context, params *s3.GetBucketTaggingInput, optFns ...func(*s3.Options))) *MockTagger_GetBucketTagging_Call
func (*MockTagger_GetBucketTagging_Call) RunAndReturn ¶
func (_c *MockTagger_GetBucketTagging_Call) RunAndReturn(run func(ctx context.Context, params *s3.GetBucketTaggingInput, optFns ...func(*s3.Options)) (*s3.GetBucketTaggingOutput, error)) *MockTagger_GetBucketTagging_Call
type MockTagger_GetObjectTagging_Call ¶
MockTagger_GetObjectTagging_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetObjectTagging'
func (*MockTagger_GetObjectTagging_Call) Return ¶
func (_c *MockTagger_GetObjectTagging_Call) Return(getObjectTaggingOutput *s3.GetObjectTaggingOutput, err error) *MockTagger_GetObjectTagging_Call
func (*MockTagger_GetObjectTagging_Call) Run ¶
func (_c *MockTagger_GetObjectTagging_Call) Run(run func(ctx context.Context, params *s3.GetObjectTaggingInput, optFns ...func(*s3.Options))) *MockTagger_GetObjectTagging_Call
func (*MockTagger_GetObjectTagging_Call) RunAndReturn ¶
func (_c *MockTagger_GetObjectTagging_Call) RunAndReturn(run func(ctx context.Context, params *s3.GetObjectTaggingInput, optFns ...func(*s3.Options)) (*s3.GetObjectTaggingOutput, error)) *MockTagger_GetObjectTagging_Call
type MockTagger_PutBucketTagging_Call ¶
MockTagger_PutBucketTagging_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PutBucketTagging'
func (*MockTagger_PutBucketTagging_Call) Return ¶
func (_c *MockTagger_PutBucketTagging_Call) Return(putBucketTaggingOutput *s3.PutBucketTaggingOutput, err error) *MockTagger_PutBucketTagging_Call
func (*MockTagger_PutBucketTagging_Call) Run ¶
func (_c *MockTagger_PutBucketTagging_Call) Run(run func(ctx context.Context, params *s3.PutBucketTaggingInput, optFns ...func(*s3.Options))) *MockTagger_PutBucketTagging_Call
func (*MockTagger_PutBucketTagging_Call) RunAndReturn ¶
func (_c *MockTagger_PutBucketTagging_Call) RunAndReturn(run func(ctx context.Context, params *s3.PutBucketTaggingInput, optFns ...func(*s3.Options)) (*s3.PutBucketTaggingOutput, error)) *MockTagger_PutBucketTagging_Call
type MockTagger_PutObjectTagging_Call ¶
MockTagger_PutObjectTagging_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PutObjectTagging'
func (*MockTagger_PutObjectTagging_Call) Return ¶
func (_c *MockTagger_PutObjectTagging_Call) Return(putObjectTaggingOutput *s3.PutObjectTaggingOutput, err error) *MockTagger_PutObjectTagging_Call
func (*MockTagger_PutObjectTagging_Call) Run ¶
func (_c *MockTagger_PutObjectTagging_Call) Run(run func(ctx context.Context, params *s3.PutObjectTaggingInput, optFns ...func(*s3.Options))) *MockTagger_PutObjectTagging_Call
func (*MockTagger_PutObjectTagging_Call) RunAndReturn ¶
func (_c *MockTagger_PutObjectTagging_Call) RunAndReturn(run func(ctx context.Context, params *s3.PutObjectTaggingInput, optFns ...func(*s3.Options)) (*s3.PutObjectTaggingOutput, error)) *MockTagger_PutObjectTagging_Call
type MockTorrentGetter ¶
MockTorrentGetter is an autogenerated mock type for the TorrentGetter type
func NewMockTorrentGetter ¶
func NewMockTorrentGetter(t interface {
mock.TestingT
Cleanup(func())
}) *MockTorrentGetter
NewMockTorrentGetter creates a new instance of MockTorrentGetter. 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 (*MockTorrentGetter) EXPECT ¶
func (_m *MockTorrentGetter) EXPECT() *MockTorrentGetter_Expecter
func (*MockTorrentGetter) GetObjectTorrent ¶
func (_mock *MockTorrentGetter) GetObjectTorrent(ctx context.Context, params *s3.GetObjectTorrentInput, optFns ...func(*s3.Options)) (*s3.GetObjectTorrentOutput, error)
GetObjectTorrent provides a mock function for the type MockTorrentGetter
type MockTorrentGetter_Expecter ¶
type MockTorrentGetter_Expecter struct {
// contains filtered or unexported fields
}
func (*MockTorrentGetter_Expecter) GetObjectTorrent ¶
func (_e *MockTorrentGetter_Expecter) GetObjectTorrent(ctx interface{}, params interface{}, optFns ...interface{}) *MockTorrentGetter_GetObjectTorrent_Call
GetObjectTorrent is a helper method to define mock.On call
- ctx context.Context
- params *s3.GetObjectTorrentInput
- optFns ...func(*s3.Options)
type MockTorrentGetter_GetObjectTorrent_Call ¶
MockTorrentGetter_GetObjectTorrent_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetObjectTorrent'
func (*MockTorrentGetter_GetObjectTorrent_Call) Return ¶
func (_c *MockTorrentGetter_GetObjectTorrent_Call) Return(getObjectTorrentOutput *s3.GetObjectTorrentOutput, err error) *MockTorrentGetter_GetObjectTorrent_Call
func (*MockTorrentGetter_GetObjectTorrent_Call) Run ¶
func (_c *MockTorrentGetter_GetObjectTorrent_Call) Run(run func(ctx context.Context, params *s3.GetObjectTorrentInput, optFns ...func(*s3.Options))) *MockTorrentGetter_GetObjectTorrent_Call
func (*MockTorrentGetter_GetObjectTorrent_Call) RunAndReturn ¶
func (_c *MockTorrentGetter_GetObjectTorrent_Call) RunAndReturn(run func(ctx context.Context, params *s3.GetObjectTorrentInput, optFns ...func(*s3.Options)) (*s3.GetObjectTorrentOutput, error)) *MockTorrentGetter_GetObjectTorrent_Call
type MockUploader ¶
MockUploader is an autogenerated mock type for the Uploader type
func NewMockUploader ¶
func NewMockUploader(t interface {
mock.TestingT
Cleanup(func())
}) *MockUploader
NewMockUploader creates a new instance of MockUploader. 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 (*MockUploader) EXPECT ¶
func (_m *MockUploader) EXPECT() *MockUploader_Expecter
func (*MockUploader) PutObject ¶
func (_mock *MockUploader) PutObject(ctx context.Context, params *s3.PutObjectInput, optFns ...func(*s3.Options)) (*s3.PutObjectOutput, error)
PutObject provides a mock function for the type MockUploader
type MockUploader_Expecter ¶
type MockUploader_Expecter struct {
// contains filtered or unexported fields
}
func (*MockUploader_Expecter) PutObject ¶
func (_e *MockUploader_Expecter) PutObject(ctx interface{}, params interface{}, optFns ...interface{}) *MockUploader_PutObject_Call
PutObject is a helper method to define mock.On call
- ctx context.Context
- params *s3.PutObjectInput
- optFns ...func(*s3.Options)
type MockUploader_PutObject_Call ¶
MockUploader_PutObject_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PutObject'
func (*MockUploader_PutObject_Call) Return ¶
func (_c *MockUploader_PutObject_Call) Return(putObjectOutput *s3.PutObjectOutput, err error) *MockUploader_PutObject_Call
func (*MockUploader_PutObject_Call) Run ¶
func (_c *MockUploader_PutObject_Call) Run(run func(ctx context.Context, params *s3.PutObjectInput, optFns ...func(*s3.Options))) *MockUploader_PutObject_Call
func (*MockUploader_PutObject_Call) RunAndReturn ¶
func (_c *MockUploader_PutObject_Call) RunAndReturn(run func(ctx context.Context, params *s3.PutObjectInput, optFns ...func(*s3.Options)) (*s3.PutObjectOutput, error)) *MockUploader_PutObject_Call
type MockVersioner ¶
MockVersioner is an autogenerated mock type for the Versioner type
func NewMockVersioner ¶
func NewMockVersioner(t interface {
mock.TestingT
Cleanup(func())
}) *MockVersioner
NewMockVersioner creates a new instance of MockVersioner. 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 (*MockVersioner) EXPECT ¶
func (_m *MockVersioner) EXPECT() *MockVersioner_Expecter
func (*MockVersioner) GetBucketVersioning ¶
func (_mock *MockVersioner) GetBucketVersioning(ctx context.Context, params *s3.GetBucketVersioningInput, optFns ...func(*s3.Options)) (*s3.GetBucketVersioningOutput, error)
GetBucketVersioning provides a mock function for the type MockVersioner
func (*MockVersioner) ListObjectVersions ¶
func (_mock *MockVersioner) ListObjectVersions(ctx context.Context, params *s3.ListObjectVersionsInput, optFns ...func(*s3.Options)) (*s3.ListObjectVersionsOutput, error)
ListObjectVersions provides a mock function for the type MockVersioner
func (*MockVersioner) PutBucketVersioning ¶
func (_mock *MockVersioner) PutBucketVersioning(ctx context.Context, params *s3.PutBucketVersioningInput, optFns ...func(*s3.Options)) (*s3.PutBucketVersioningOutput, error)
PutBucketVersioning provides a mock function for the type MockVersioner
type MockVersioner_Expecter ¶
type MockVersioner_Expecter struct {
// contains filtered or unexported fields
}
func (*MockVersioner_Expecter) GetBucketVersioning ¶
func (_e *MockVersioner_Expecter) GetBucketVersioning(ctx interface{}, params interface{}, optFns ...interface{}) *MockVersioner_GetBucketVersioning_Call
GetBucketVersioning is a helper method to define mock.On call
- ctx context.Context
- params *s3.GetBucketVersioningInput
- optFns ...func(*s3.Options)
func (*MockVersioner_Expecter) ListObjectVersions ¶
func (_e *MockVersioner_Expecter) ListObjectVersions(ctx interface{}, params interface{}, optFns ...interface{}) *MockVersioner_ListObjectVersions_Call
ListObjectVersions is a helper method to define mock.On call
- ctx context.Context
- params *s3.ListObjectVersionsInput
- optFns ...func(*s3.Options)
func (*MockVersioner_Expecter) PutBucketVersioning ¶
func (_e *MockVersioner_Expecter) PutBucketVersioning(ctx interface{}, params interface{}, optFns ...interface{}) *MockVersioner_PutBucketVersioning_Call
PutBucketVersioning is a helper method to define mock.On call
- ctx context.Context
- params *s3.PutBucketVersioningInput
- optFns ...func(*s3.Options)
type MockVersioner_GetBucketVersioning_Call ¶
MockVersioner_GetBucketVersioning_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetBucketVersioning'
func (*MockVersioner_GetBucketVersioning_Call) Return ¶
func (_c *MockVersioner_GetBucketVersioning_Call) Return(getBucketVersioningOutput *s3.GetBucketVersioningOutput, err error) *MockVersioner_GetBucketVersioning_Call
func (*MockVersioner_GetBucketVersioning_Call) Run ¶
func (_c *MockVersioner_GetBucketVersioning_Call) Run(run func(ctx context.Context, params *s3.GetBucketVersioningInput, optFns ...func(*s3.Options))) *MockVersioner_GetBucketVersioning_Call
func (*MockVersioner_GetBucketVersioning_Call) RunAndReturn ¶
func (_c *MockVersioner_GetBucketVersioning_Call) RunAndReturn(run func(ctx context.Context, params *s3.GetBucketVersioningInput, optFns ...func(*s3.Options)) (*s3.GetBucketVersioningOutput, error)) *MockVersioner_GetBucketVersioning_Call
type MockVersioner_ListObjectVersions_Call ¶
MockVersioner_ListObjectVersions_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListObjectVersions'
func (*MockVersioner_ListObjectVersions_Call) Return ¶
func (_c *MockVersioner_ListObjectVersions_Call) Return(listObjectVersionsOutput *s3.ListObjectVersionsOutput, err error) *MockVersioner_ListObjectVersions_Call
func (*MockVersioner_ListObjectVersions_Call) Run ¶
func (_c *MockVersioner_ListObjectVersions_Call) Run(run func(ctx context.Context, params *s3.ListObjectVersionsInput, optFns ...func(*s3.Options))) *MockVersioner_ListObjectVersions_Call
func (*MockVersioner_ListObjectVersions_Call) RunAndReturn ¶
func (_c *MockVersioner_ListObjectVersions_Call) RunAndReturn(run func(ctx context.Context, params *s3.ListObjectVersionsInput, optFns ...func(*s3.Options)) (*s3.ListObjectVersionsOutput, error)) *MockVersioner_ListObjectVersions_Call
type MockVersioner_PutBucketVersioning_Call ¶
MockVersioner_PutBucketVersioning_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PutBucketVersioning'
func (*MockVersioner_PutBucketVersioning_Call) Return ¶
func (_c *MockVersioner_PutBucketVersioning_Call) Return(putBucketVersioningOutput *s3.PutBucketVersioningOutput, err error) *MockVersioner_PutBucketVersioning_Call
func (*MockVersioner_PutBucketVersioning_Call) Run ¶
func (_c *MockVersioner_PutBucketVersioning_Call) Run(run func(ctx context.Context, params *s3.PutBucketVersioningInput, optFns ...func(*s3.Options))) *MockVersioner_PutBucketVersioning_Call
func (*MockVersioner_PutBucketVersioning_Call) RunAndReturn ¶
func (_c *MockVersioner_PutBucketVersioning_Call) RunAndReturn(run func(ctx context.Context, params *s3.PutBucketVersioningInput, optFns ...func(*s3.Options)) (*s3.PutBucketVersioningOutput, error)) *MockVersioner_PutBucketVersioning_Call
type MockWebsiteManager ¶
MockWebsiteManager is an autogenerated mock type for the WebsiteManager type
func NewMockWebsiteManager ¶
func NewMockWebsiteManager(t interface {
mock.TestingT
Cleanup(func())
}) *MockWebsiteManager
NewMockWebsiteManager creates a new instance of MockWebsiteManager. 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 (*MockWebsiteManager) DeleteBucketWebsite ¶
func (_mock *MockWebsiteManager) DeleteBucketWebsite(ctx context.Context, params *s3.DeleteBucketWebsiteInput, optFns ...func(*s3.Options)) (*s3.DeleteBucketWebsiteOutput, error)
DeleteBucketWebsite provides a mock function for the type MockWebsiteManager
func (*MockWebsiteManager) EXPECT ¶
func (_m *MockWebsiteManager) EXPECT() *MockWebsiteManager_Expecter
func (*MockWebsiteManager) GetBucketWebsite ¶
func (_mock *MockWebsiteManager) GetBucketWebsite(ctx context.Context, params *s3.GetBucketWebsiteInput, optFns ...func(*s3.Options)) (*s3.GetBucketWebsiteOutput, error)
GetBucketWebsite provides a mock function for the type MockWebsiteManager
func (*MockWebsiteManager) PutBucketWebsite ¶
func (_mock *MockWebsiteManager) PutBucketWebsite(ctx context.Context, params *s3.PutBucketWebsiteInput, optFns ...func(*s3.Options)) (*s3.PutBucketWebsiteOutput, error)
PutBucketWebsite provides a mock function for the type MockWebsiteManager
type MockWebsiteManager_DeleteBucketWebsite_Call ¶
MockWebsiteManager_DeleteBucketWebsite_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteBucketWebsite'
func (*MockWebsiteManager_DeleteBucketWebsite_Call) Return ¶
func (_c *MockWebsiteManager_DeleteBucketWebsite_Call) Return(deleteBucketWebsiteOutput *s3.DeleteBucketWebsiteOutput, err error) *MockWebsiteManager_DeleteBucketWebsite_Call
func (*MockWebsiteManager_DeleteBucketWebsite_Call) Run ¶
func (_c *MockWebsiteManager_DeleteBucketWebsite_Call) Run(run func(ctx context.Context, params *s3.DeleteBucketWebsiteInput, optFns ...func(*s3.Options))) *MockWebsiteManager_DeleteBucketWebsite_Call
func (*MockWebsiteManager_DeleteBucketWebsite_Call) RunAndReturn ¶
func (_c *MockWebsiteManager_DeleteBucketWebsite_Call) RunAndReturn(run func(ctx context.Context, params *s3.DeleteBucketWebsiteInput, optFns ...func(*s3.Options)) (*s3.DeleteBucketWebsiteOutput, error)) *MockWebsiteManager_DeleteBucketWebsite_Call
type MockWebsiteManager_Expecter ¶
type MockWebsiteManager_Expecter struct {
// contains filtered or unexported fields
}
func (*MockWebsiteManager_Expecter) DeleteBucketWebsite ¶
func (_e *MockWebsiteManager_Expecter) DeleteBucketWebsite(ctx interface{}, params interface{}, optFns ...interface{}) *MockWebsiteManager_DeleteBucketWebsite_Call
DeleteBucketWebsite is a helper method to define mock.On call
- ctx context.Context
- params *s3.DeleteBucketWebsiteInput
- optFns ...func(*s3.Options)
func (*MockWebsiteManager_Expecter) GetBucketWebsite ¶
func (_e *MockWebsiteManager_Expecter) GetBucketWebsite(ctx interface{}, params interface{}, optFns ...interface{}) *MockWebsiteManager_GetBucketWebsite_Call
GetBucketWebsite is a helper method to define mock.On call
- ctx context.Context
- params *s3.GetBucketWebsiteInput
- optFns ...func(*s3.Options)
func (*MockWebsiteManager_Expecter) PutBucketWebsite ¶
func (_e *MockWebsiteManager_Expecter) PutBucketWebsite(ctx interface{}, params interface{}, optFns ...interface{}) *MockWebsiteManager_PutBucketWebsite_Call
PutBucketWebsite is a helper method to define mock.On call
- ctx context.Context
- params *s3.PutBucketWebsiteInput
- optFns ...func(*s3.Options)
type MockWebsiteManager_GetBucketWebsite_Call ¶
MockWebsiteManager_GetBucketWebsite_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetBucketWebsite'
func (*MockWebsiteManager_GetBucketWebsite_Call) Return ¶
func (_c *MockWebsiteManager_GetBucketWebsite_Call) Return(getBucketWebsiteOutput *s3.GetBucketWebsiteOutput, err error) *MockWebsiteManager_GetBucketWebsite_Call
func (*MockWebsiteManager_GetBucketWebsite_Call) Run ¶
func (_c *MockWebsiteManager_GetBucketWebsite_Call) Run(run func(ctx context.Context, params *s3.GetBucketWebsiteInput, optFns ...func(*s3.Options))) *MockWebsiteManager_GetBucketWebsite_Call
func (*MockWebsiteManager_GetBucketWebsite_Call) RunAndReturn ¶
func (_c *MockWebsiteManager_GetBucketWebsite_Call) RunAndReturn(run func(ctx context.Context, params *s3.GetBucketWebsiteInput, optFns ...func(*s3.Options)) (*s3.GetBucketWebsiteOutput, error)) *MockWebsiteManager_GetBucketWebsite_Call
type MockWebsiteManager_PutBucketWebsite_Call ¶
MockWebsiteManager_PutBucketWebsite_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PutBucketWebsite'
func (*MockWebsiteManager_PutBucketWebsite_Call) Return ¶
func (_c *MockWebsiteManager_PutBucketWebsite_Call) Return(putBucketWebsiteOutput *s3.PutBucketWebsiteOutput, err error) *MockWebsiteManager_PutBucketWebsite_Call
func (*MockWebsiteManager_PutBucketWebsite_Call) Run ¶
func (_c *MockWebsiteManager_PutBucketWebsite_Call) Run(run func(ctx context.Context, params *s3.PutBucketWebsiteInput, optFns ...func(*s3.Options))) *MockWebsiteManager_PutBucketWebsite_Call
func (*MockWebsiteManager_PutBucketWebsite_Call) RunAndReturn ¶
func (_c *MockWebsiteManager_PutBucketWebsite_Call) RunAndReturn(run func(ctx context.Context, params *s3.PutBucketWebsiteInput, optFns ...func(*s3.Options)) (*s3.PutBucketWebsiteOutput, error)) *MockWebsiteManager_PutBucketWebsite_Call
type MultipartLister ¶
type MultipartLister interface {
ListMultipartUploads(ctx context.Context, params *s3.ListMultipartUploadsInput, optFns ...func(*s3.Options)) (*s3.ListMultipartUploadsOutput, error)
ListParts(ctx context.Context, params *s3.ListPartsInput, optFns ...func(*s3.Options)) (*s3.ListPartsOutput, error)
UploadPartCopy(ctx context.Context, params *s3.UploadPartCopyInput, optFns ...func(*s3.Options)) (*s3.UploadPartCopyOutput, error)
}
type MultipartUploader ¶
type MultipartUploader interface {
CreateMultipartUpload(ctx context.Context, params *s3.CreateMultipartUploadInput, optFns ...func(*s3.Options)) (*s3.CreateMultipartUploadOutput, error)
UploadPart(ctx context.Context, params *s3.UploadPartInput, optFns ...func(*s3.Options)) (*s3.UploadPartOutput, error)
CompleteMultipartUpload(ctx context.Context, params *s3.CompleteMultipartUploadInput, optFns ...func(*s3.Options)) (*s3.CompleteMultipartUploadOutput, error)
AbortMultipartUpload(ctx context.Context, params *s3.AbortMultipartUploadInput, optFns ...func(*s3.Options)) (*s3.AbortMultipartUploadOutput, error)
}
type NotificationManager ¶
type NotificationManager interface {
GetBucketNotificationConfiguration(ctx context.Context, params *s3.GetBucketNotificationConfigurationInput, optFns ...func(*s3.Options)) (*s3.GetBucketNotificationConfigurationOutput, error)
PutBucketNotificationConfiguration(ctx context.Context, params *s3.PutBucketNotificationConfigurationInput, optFns ...func(*s3.Options)) (*s3.PutBucketNotificationConfigurationOutput, error)
}
type ObjectAttributesGetter ¶
type ObjectAttributesGetter interface {
GetObjectAttributes(ctx context.Context, params *s3.GetObjectAttributesInput, optFns ...func(*s3.Options)) (*s3.GetObjectAttributesOutput, error)
}
type ObjectLambdaWriter ¶
type ObjectLambdaWriter interface {
WriteGetObjectResponse(ctx context.Context, params *s3.WriteGetObjectResponseInput, optFns ...func(*s3.Options)) (*s3.WriteGetObjectResponseOutput, error)
}
type ObjectLockManager ¶
type ObjectLockManager interface {
GetObjectLockConfiguration(ctx context.Context, params *s3.GetObjectLockConfigurationInput, optFns ...func(*s3.Options)) (*s3.GetObjectLockConfigurationOutput, error)
PutObjectLockConfiguration(ctx context.Context, params *s3.PutObjectLockConfigurationInput, optFns ...func(*s3.Options)) (*s3.PutObjectLockConfigurationOutput, error)
}
type ObjectManager ¶
type ObjectManager interface {
Uploader
Downloader
MetadataGetter
Deleter
BatchDeleter
Copier
}
type Option ¶
type Option func(*clientOptions)
func WithPathStyle ¶
func WithPresignOption ¶
func WithPresignOption(opt func(*s3.PresignOptions)) Option
func WithS3Option ¶
type OwnershipManager ¶
type OwnershipManager interface {
GetBucketOwnershipControls(ctx context.Context, params *s3.GetBucketOwnershipControlsInput, optFns ...func(*s3.Options)) (*s3.GetBucketOwnershipControlsOutput, error)
PutBucketOwnershipControls(ctx context.Context, params *s3.PutBucketOwnershipControlsInput, optFns ...func(*s3.Options)) (*s3.PutBucketOwnershipControlsOutput, error)
DeleteBucketOwnershipControls(ctx context.Context, params *s3.DeleteBucketOwnershipControlsInput, optFns ...func(*s3.Options)) (*s3.DeleteBucketOwnershipControlsOutput, error)
}
type PolicyManager ¶
type PolicyManager interface {
GetBucketPolicy(ctx context.Context, params *s3.GetBucketPolicyInput, optFns ...func(*s3.Options)) (*s3.GetBucketPolicyOutput, error)
PutBucketPolicy(ctx context.Context, params *s3.PutBucketPolicyInput, optFns ...func(*s3.Options)) (*s3.PutBucketPolicyOutput, error)
DeleteBucketPolicy(ctx context.Context, params *s3.DeleteBucketPolicyInput, optFns ...func(*s3.Options)) (*s3.DeleteBucketPolicyOutput, error)
GetBucketPolicyStatus(ctx context.Context, params *s3.GetBucketPolicyStatusInput, optFns ...func(*s3.Options)) (*s3.GetBucketPolicyStatusOutput, error)
}
type Presigner ¶
type Presigner interface {
PresignGetObject(ctx context.Context, params *s3.GetObjectInput, optFns ...func(*s3.PresignOptions)) (*v4.PresignedHTTPRequest, error)
PresignPutObject(ctx context.Context, params *s3.PutObjectInput, optFns ...func(*s3.PresignOptions)) (*v4.PresignedHTTPRequest, error)
PresignHeadObject(ctx context.Context, params *s3.HeadObjectInput, optFns ...func(*s3.PresignOptions)) (*v4.PresignedHTTPRequest, error)
}
type PublicAccessBlocker ¶
type PublicAccessBlocker interface {
GetPublicAccessBlock(ctx context.Context, params *s3.GetPublicAccessBlockInput, optFns ...func(*s3.Options)) (*s3.GetPublicAccessBlockOutput, error)
PutPublicAccessBlock(ctx context.Context, params *s3.PutPublicAccessBlockInput, optFns ...func(*s3.Options)) (*s3.PutPublicAccessBlockOutput, error)
DeletePublicAccessBlock(ctx context.Context, params *s3.DeletePublicAccessBlockInput, optFns ...func(*s3.Options)) (*s3.DeletePublicAccessBlockOutput, error)
}
type PutInputOption ¶
type PutInputOption func(*s3.PutObjectInput)
func WithPutACL ¶
func WithPutACL(acl string) PutInputOption
func WithPutContentType ¶
func WithPutContentType(contentType string) PutInputOption
type ReplicationManager ¶
type ReplicationManager interface {
GetBucketReplication(ctx context.Context, params *s3.GetBucketReplicationInput, optFns ...func(*s3.Options)) (*s3.GetBucketReplicationOutput, error)
PutBucketReplication(ctx context.Context, params *s3.PutBucketReplicationInput, optFns ...func(*s3.Options)) (*s3.PutBucketReplicationOutput, error)
DeleteBucketReplication(ctx context.Context, params *s3.DeleteBucketReplicationInput, optFns ...func(*s3.Options)) (*s3.DeleteBucketReplicationOutput, error)
}
type RequestPaymentManager ¶
type RequestPaymentManager interface {
GetBucketRequestPayment(ctx context.Context, params *s3.GetBucketRequestPaymentInput, optFns ...func(*s3.Options)) (*s3.GetBucketRequestPaymentOutput, error)
PutBucketRequestPayment(ctx context.Context, params *s3.PutBucketRequestPaymentInput, optFns ...func(*s3.Options)) (*s3.PutBucketRequestPaymentOutput, error)
}
type Restorer ¶
type Restorer interface {
RestoreObject(ctx context.Context, params *s3.RestoreObjectInput, optFns ...func(*s3.Options)) (*s3.RestoreObjectOutput, error)
}
type RetentionManager ¶
type RetentionManager interface {
GetObjectRetention(ctx context.Context, params *s3.GetObjectRetentionInput, optFns ...func(*s3.Options)) (*s3.GetObjectRetentionOutput, error)
PutObjectRetention(ctx context.Context, params *s3.PutObjectRetentionInput, optFns ...func(*s3.Options)) (*s3.PutObjectRetentionOutput, error)
}
type S3Manager ¶
type S3Manager interface {
ObjectManager
ListingManager
MultipartUploader
MultipartLister
BucketManager
AccessController
Tagger
PolicyManager
PublicAccessBlocker
Encryptor
LifecycleManager
Versioner
WebsiteManager
LoggingManager
NotificationManager
ReplicationManager
CORSManager
Accelerator
MetricsManager
AnalyticsManager
InventoryManager
IntelligentTieringManager
OwnershipManager
RequestPaymentManager
Locator
ObjectLockManager
LegalHoldManager
RetentionManager
Restorer
Selector
ObjectAttributesGetter
TorrentGetter
ObjectLambdaWriter
}
type Selector ¶
type Selector interface {
SelectObjectContent(ctx context.Context, params *s3.SelectObjectContentInput, optFns ...func(*s3.Options)) (*s3.SelectObjectContentOutput, error)
}
type Tagger ¶
type Tagger interface {
GetBucketTagging(ctx context.Context, params *s3.GetBucketTaggingInput, optFns ...func(*s3.Options)) (*s3.GetBucketTaggingOutput, error)
PutBucketTagging(ctx context.Context, params *s3.PutBucketTaggingInput, optFns ...func(*s3.Options)) (*s3.PutBucketTaggingOutput, error)
DeleteBucketTagging(ctx context.Context, params *s3.DeleteBucketTaggingInput, optFns ...func(*s3.Options)) (*s3.DeleteBucketTaggingOutput, error)
GetObjectTagging(ctx context.Context, params *s3.GetObjectTaggingInput, optFns ...func(*s3.Options)) (*s3.GetObjectTaggingOutput, error)
PutObjectTagging(ctx context.Context, params *s3.PutObjectTaggingInput, optFns ...func(*s3.Options)) (*s3.PutObjectTaggingOutput, error)
DeleteObjectTagging(ctx context.Context, params *s3.DeleteObjectTaggingInput, optFns ...func(*s3.Options)) (*s3.DeleteObjectTaggingOutput, error)
}
type TorrentGetter ¶
type TorrentGetter interface {
GetObjectTorrent(ctx context.Context, params *s3.GetObjectTorrentInput, optFns ...func(*s3.Options)) (*s3.GetObjectTorrentOutput, error)
}
type Uploader ¶
type Uploader interface {
PutObject(ctx context.Context, params *s3.PutObjectInput, optFns ...func(*s3.Options)) (*s3.PutObjectOutput, error)
}
type Versioner ¶
type Versioner interface {
GetBucketVersioning(ctx context.Context, params *s3.GetBucketVersioningInput, optFns ...func(*s3.Options)) (*s3.GetBucketVersioningOutput, error)
PutBucketVersioning(ctx context.Context, params *s3.PutBucketVersioningInput, optFns ...func(*s3.Options)) (*s3.PutBucketVersioningOutput, error)
ListObjectVersions(ctx context.Context, params *s3.ListObjectVersionsInput, optFns ...func(*s3.Options)) (*s3.ListObjectVersionsOutput, error)
}
type WebsiteManager ¶
type WebsiteManager interface {
GetBucketWebsite(ctx context.Context, params *s3.GetBucketWebsiteInput, optFns ...func(*s3.Options)) (*s3.GetBucketWebsiteOutput, error)
PutBucketWebsite(ctx context.Context, params *s3.PutBucketWebsiteInput, optFns ...func(*s3.Options)) (*s3.PutBucketWebsiteOutput, error)
DeleteBucketWebsite(ctx context.Context, params *s3.DeleteBucketWebsiteInput, optFns ...func(*s3.Options)) (*s3.DeleteBucketWebsiteOutput, error)
}