Documentation ¶
Overview ¶
Package s3wrapper is a generated GoMock package.
Package s3wrapper is a generated GoMock package.
Index ¶
- func FixEndpointURL(endpoint string) (string, error)
- type API
- type Config
- type FSClient
- func (f *FSClient) CreateBucket() error
- func (f *FSClient) DeleteObject(ctx context.Context, objectName string) error
- func (f *FSClient) DoesObjectExist(ctx context.Context, objectName string) (bool, error)
- func (f *FSClient) Download(ctx context.Context, objectName string) (io.ReadCloser, int64, error)
- func (f *FSClient) ExpireObjects(ctx context.Context, prefix string, deleteTime time.Duration, ...)
- func (f *FSClient) GeneratePresignedDownloadURL(ctx context.Context, objectName string, duration time.Duration) (string, error)
- func (f *FSClient) GetObjectSizeBytes(ctx context.Context, objectName string) (int64, error)
- func (c *FSClient) IsAwsS3() bool
- func (f *FSClient) ListObjectsByPrefix(ctx context.Context, prefix string) ([]string, error)
- func (f *FSClient) UpdateObjectTimestamp(ctx context.Context, objectName string) (bool, error)
- func (f *FSClient) Upload(ctx context.Context, data []byte, objectName string) error
- func (f *FSClient) UploadFile(ctx context.Context, filePath, objectName string) error
- func (f *FSClient) UploadStream(ctx context.Context, reader io.Reader, objectName string) error
- type MockAPI
- func (m *MockAPI) CreateBucket() error
- func (m *MockAPI) DeleteObject(ctx context.Context, objectName string) error
- func (m *MockAPI) DoesObjectExist(ctx context.Context, objectName string) (bool, error)
- func (m *MockAPI) Download(ctx context.Context, objectName string) (io.ReadCloser, int64, error)
- func (m *MockAPI) EXPECT() *MockAPIMockRecorder
- func (m *MockAPI) ExpireObjects(ctx context.Context, prefix string, deleteTime time.Duration, ...)
- func (m *MockAPI) GeneratePresignedDownloadURL(ctx context.Context, objectName string, duration time.Duration) (string, error)
- func (m *MockAPI) GetObjectSizeBytes(ctx context.Context, objectName string) (int64, error)
- func (m *MockAPI) IsAwsS3() bool
- func (m *MockAPI) ListObjectsByPrefix(ctx context.Context, prefix string) ([]string, error)
- func (m *MockAPI) UpdateObjectTimestamp(ctx context.Context, objectName string) (bool, error)
- func (m *MockAPI) Upload(ctx context.Context, data []byte, objectName string) error
- func (m *MockAPI) UploadFile(ctx context.Context, filePath, objectName string) error
- func (m *MockAPI) UploadStream(ctx context.Context, reader io.Reader, objectName string) error
- type MockAPIMockRecorder
- func (mr *MockAPIMockRecorder) CreateBucket() *gomock.Call
- func (mr *MockAPIMockRecorder) DeleteObject(ctx, objectName interface{}) *gomock.Call
- func (mr *MockAPIMockRecorder) DoesObjectExist(ctx, objectName interface{}) *gomock.Call
- func (mr *MockAPIMockRecorder) Download(ctx, objectName interface{}) *gomock.Call
- func (mr *MockAPIMockRecorder) ExpireObjects(ctx, prefix, deleteTime, callback interface{}) *gomock.Call
- func (mr *MockAPIMockRecorder) GeneratePresignedDownloadURL(ctx, objectName, duration interface{}) *gomock.Call
- func (mr *MockAPIMockRecorder) GetObjectSizeBytes(ctx, objectName interface{}) *gomock.Call
- func (mr *MockAPIMockRecorder) IsAwsS3() *gomock.Call
- func (mr *MockAPIMockRecorder) ListObjectsByPrefix(ctx, prefix interface{}) *gomock.Call
- func (mr *MockAPIMockRecorder) UpdateObjectTimestamp(ctx, objectName interface{}) *gomock.Call
- func (mr *MockAPIMockRecorder) Upload(ctx, data, objectName interface{}) *gomock.Call
- func (mr *MockAPIMockRecorder) UploadFile(ctx, filePath, objectName interface{}) *gomock.Call
- func (mr *MockAPIMockRecorder) UploadStream(ctx, reader, objectName interface{}) *gomock.Call
- type MockS3API
- func (m *MockS3API) AbortMultipartUpload(arg0 *s3.AbortMultipartUploadInput) (*s3.AbortMultipartUploadOutput, error)
- func (m *MockS3API) AbortMultipartUploadRequest(arg0 *s3.AbortMultipartUploadInput) (*request.Request, *s3.AbortMultipartUploadOutput)
- func (m *MockS3API) AbortMultipartUploadWithContext(arg0 context.Context, arg1 *s3.AbortMultipartUploadInput, ...) (*s3.AbortMultipartUploadOutput, error)
- func (m *MockS3API) CompleteMultipartUpload(arg0 *s3.CompleteMultipartUploadInput) (*s3.CompleteMultipartUploadOutput, error)
- func (m *MockS3API) CompleteMultipartUploadRequest(arg0 *s3.CompleteMultipartUploadInput) (*request.Request, *s3.CompleteMultipartUploadOutput)
- func (m *MockS3API) CompleteMultipartUploadWithContext(arg0 context.Context, arg1 *s3.CompleteMultipartUploadInput, ...) (*s3.CompleteMultipartUploadOutput, error)
- func (m *MockS3API) CopyObject(arg0 *s3.CopyObjectInput) (*s3.CopyObjectOutput, error)
- func (m *MockS3API) CopyObjectRequest(arg0 *s3.CopyObjectInput) (*request.Request, *s3.CopyObjectOutput)
- func (m *MockS3API) CopyObjectWithContext(arg0 context.Context, arg1 *s3.CopyObjectInput, arg2 ...request.Option) (*s3.CopyObjectOutput, error)
- func (m *MockS3API) CreateBucket(arg0 *s3.CreateBucketInput) (*s3.CreateBucketOutput, error)
- func (m *MockS3API) CreateBucketRequest(arg0 *s3.CreateBucketInput) (*request.Request, *s3.CreateBucketOutput)
- func (m *MockS3API) CreateBucketWithContext(arg0 context.Context, arg1 *s3.CreateBucketInput, arg2 ...request.Option) (*s3.CreateBucketOutput, error)
- func (m *MockS3API) CreateMultipartUpload(arg0 *s3.CreateMultipartUploadInput) (*s3.CreateMultipartUploadOutput, error)
- func (m *MockS3API) CreateMultipartUploadRequest(arg0 *s3.CreateMultipartUploadInput) (*request.Request, *s3.CreateMultipartUploadOutput)
- func (m *MockS3API) CreateMultipartUploadWithContext(arg0 context.Context, arg1 *s3.CreateMultipartUploadInput, ...) (*s3.CreateMultipartUploadOutput, error)
- func (m *MockS3API) DeleteBucket(arg0 *s3.DeleteBucketInput) (*s3.DeleteBucketOutput, error)
- func (m *MockS3API) DeleteBucketAnalyticsConfiguration(arg0 *s3.DeleteBucketAnalyticsConfigurationInput) (*s3.DeleteBucketAnalyticsConfigurationOutput, error)
- func (m *MockS3API) DeleteBucketAnalyticsConfigurationRequest(arg0 *s3.DeleteBucketAnalyticsConfigurationInput) (*request.Request, *s3.DeleteBucketAnalyticsConfigurationOutput)
- func (m *MockS3API) DeleteBucketAnalyticsConfigurationWithContext(arg0 context.Context, arg1 *s3.DeleteBucketAnalyticsConfigurationInput, ...) (*s3.DeleteBucketAnalyticsConfigurationOutput, error)
- func (m *MockS3API) DeleteBucketCors(arg0 *s3.DeleteBucketCorsInput) (*s3.DeleteBucketCorsOutput, error)
- func (m *MockS3API) DeleteBucketCorsRequest(arg0 *s3.DeleteBucketCorsInput) (*request.Request, *s3.DeleteBucketCorsOutput)
- func (m *MockS3API) DeleteBucketCorsWithContext(arg0 context.Context, arg1 *s3.DeleteBucketCorsInput, arg2 ...request.Option) (*s3.DeleteBucketCorsOutput, error)
- func (m *MockS3API) DeleteBucketEncryption(arg0 *s3.DeleteBucketEncryptionInput) (*s3.DeleteBucketEncryptionOutput, error)
- func (m *MockS3API) DeleteBucketEncryptionRequest(arg0 *s3.DeleteBucketEncryptionInput) (*request.Request, *s3.DeleteBucketEncryptionOutput)
- func (m *MockS3API) DeleteBucketEncryptionWithContext(arg0 context.Context, arg1 *s3.DeleteBucketEncryptionInput, ...) (*s3.DeleteBucketEncryptionOutput, error)
- func (m *MockS3API) DeleteBucketInventoryConfiguration(arg0 *s3.DeleteBucketInventoryConfigurationInput) (*s3.DeleteBucketInventoryConfigurationOutput, error)
- func (m *MockS3API) DeleteBucketInventoryConfigurationRequest(arg0 *s3.DeleteBucketInventoryConfigurationInput) (*request.Request, *s3.DeleteBucketInventoryConfigurationOutput)
- func (m *MockS3API) DeleteBucketInventoryConfigurationWithContext(arg0 context.Context, arg1 *s3.DeleteBucketInventoryConfigurationInput, ...) (*s3.DeleteBucketInventoryConfigurationOutput, error)
- func (m *MockS3API) DeleteBucketLifecycle(arg0 *s3.DeleteBucketLifecycleInput) (*s3.DeleteBucketLifecycleOutput, error)
- func (m *MockS3API) DeleteBucketLifecycleRequest(arg0 *s3.DeleteBucketLifecycleInput) (*request.Request, *s3.DeleteBucketLifecycleOutput)
- func (m *MockS3API) DeleteBucketLifecycleWithContext(arg0 context.Context, arg1 *s3.DeleteBucketLifecycleInput, ...) (*s3.DeleteBucketLifecycleOutput, error)
- func (m *MockS3API) DeleteBucketMetricsConfiguration(arg0 *s3.DeleteBucketMetricsConfigurationInput) (*s3.DeleteBucketMetricsConfigurationOutput, error)
- func (m *MockS3API) DeleteBucketMetricsConfigurationRequest(arg0 *s3.DeleteBucketMetricsConfigurationInput) (*request.Request, *s3.DeleteBucketMetricsConfigurationOutput)
- func (m *MockS3API) DeleteBucketMetricsConfigurationWithContext(arg0 context.Context, arg1 *s3.DeleteBucketMetricsConfigurationInput, ...) (*s3.DeleteBucketMetricsConfigurationOutput, error)
- func (m *MockS3API) DeleteBucketPolicy(arg0 *s3.DeleteBucketPolicyInput) (*s3.DeleteBucketPolicyOutput, error)
- func (m *MockS3API) DeleteBucketPolicyRequest(arg0 *s3.DeleteBucketPolicyInput) (*request.Request, *s3.DeleteBucketPolicyOutput)
- func (m *MockS3API) DeleteBucketPolicyWithContext(arg0 context.Context, arg1 *s3.DeleteBucketPolicyInput, arg2 ...request.Option) (*s3.DeleteBucketPolicyOutput, error)
- func (m *MockS3API) DeleteBucketReplication(arg0 *s3.DeleteBucketReplicationInput) (*s3.DeleteBucketReplicationOutput, error)
- func (m *MockS3API) DeleteBucketReplicationRequest(arg0 *s3.DeleteBucketReplicationInput) (*request.Request, *s3.DeleteBucketReplicationOutput)
- func (m *MockS3API) DeleteBucketReplicationWithContext(arg0 context.Context, arg1 *s3.DeleteBucketReplicationInput, ...) (*s3.DeleteBucketReplicationOutput, error)
- func (m *MockS3API) DeleteBucketRequest(arg0 *s3.DeleteBucketInput) (*request.Request, *s3.DeleteBucketOutput)
- func (m *MockS3API) DeleteBucketTagging(arg0 *s3.DeleteBucketTaggingInput) (*s3.DeleteBucketTaggingOutput, error)
- func (m *MockS3API) DeleteBucketTaggingRequest(arg0 *s3.DeleteBucketTaggingInput) (*request.Request, *s3.DeleteBucketTaggingOutput)
- func (m *MockS3API) DeleteBucketTaggingWithContext(arg0 context.Context, arg1 *s3.DeleteBucketTaggingInput, ...) (*s3.DeleteBucketTaggingOutput, error)
- func (m *MockS3API) DeleteBucketWebsite(arg0 *s3.DeleteBucketWebsiteInput) (*s3.DeleteBucketWebsiteOutput, error)
- func (m *MockS3API) DeleteBucketWebsiteRequest(arg0 *s3.DeleteBucketWebsiteInput) (*request.Request, *s3.DeleteBucketWebsiteOutput)
- func (m *MockS3API) DeleteBucketWebsiteWithContext(arg0 context.Context, arg1 *s3.DeleteBucketWebsiteInput, ...) (*s3.DeleteBucketWebsiteOutput, error)
- func (m *MockS3API) DeleteBucketWithContext(arg0 context.Context, arg1 *s3.DeleteBucketInput, arg2 ...request.Option) (*s3.DeleteBucketOutput, error)
- func (m *MockS3API) DeleteObject(arg0 *s3.DeleteObjectInput) (*s3.DeleteObjectOutput, error)
- func (m *MockS3API) DeleteObjectRequest(arg0 *s3.DeleteObjectInput) (*request.Request, *s3.DeleteObjectOutput)
- func (m *MockS3API) DeleteObjectTagging(arg0 *s3.DeleteObjectTaggingInput) (*s3.DeleteObjectTaggingOutput, error)
- func (m *MockS3API) DeleteObjectTaggingRequest(arg0 *s3.DeleteObjectTaggingInput) (*request.Request, *s3.DeleteObjectTaggingOutput)
- func (m *MockS3API) DeleteObjectTaggingWithContext(arg0 context.Context, arg1 *s3.DeleteObjectTaggingInput, ...) (*s3.DeleteObjectTaggingOutput, error)
- func (m *MockS3API) DeleteObjectWithContext(arg0 context.Context, arg1 *s3.DeleteObjectInput, arg2 ...request.Option) (*s3.DeleteObjectOutput, error)
- func (m *MockS3API) DeleteObjects(arg0 *s3.DeleteObjectsInput) (*s3.DeleteObjectsOutput, error)
- func (m *MockS3API) DeleteObjectsRequest(arg0 *s3.DeleteObjectsInput) (*request.Request, *s3.DeleteObjectsOutput)
- func (m *MockS3API) DeleteObjectsWithContext(arg0 context.Context, arg1 *s3.DeleteObjectsInput, arg2 ...request.Option) (*s3.DeleteObjectsOutput, error)
- func (m *MockS3API) DeletePublicAccessBlock(arg0 *s3.DeletePublicAccessBlockInput) (*s3.DeletePublicAccessBlockOutput, error)
- func (m *MockS3API) DeletePublicAccessBlockRequest(arg0 *s3.DeletePublicAccessBlockInput) (*request.Request, *s3.DeletePublicAccessBlockOutput)
- func (m *MockS3API) DeletePublicAccessBlockWithContext(arg0 context.Context, arg1 *s3.DeletePublicAccessBlockInput, ...) (*s3.DeletePublicAccessBlockOutput, error)
- func (m *MockS3API) EXPECT() *MockS3APIMockRecorder
- func (m *MockS3API) GetBucketAccelerateConfiguration(arg0 *s3.GetBucketAccelerateConfigurationInput) (*s3.GetBucketAccelerateConfigurationOutput, error)
- func (m *MockS3API) GetBucketAccelerateConfigurationRequest(arg0 *s3.GetBucketAccelerateConfigurationInput) (*request.Request, *s3.GetBucketAccelerateConfigurationOutput)
- func (m *MockS3API) GetBucketAccelerateConfigurationWithContext(arg0 context.Context, arg1 *s3.GetBucketAccelerateConfigurationInput, ...) (*s3.GetBucketAccelerateConfigurationOutput, error)
- func (m *MockS3API) GetBucketAcl(arg0 *s3.GetBucketAclInput) (*s3.GetBucketAclOutput, error)
- func (m *MockS3API) GetBucketAclRequest(arg0 *s3.GetBucketAclInput) (*request.Request, *s3.GetBucketAclOutput)
- func (m *MockS3API) GetBucketAclWithContext(arg0 context.Context, arg1 *s3.GetBucketAclInput, arg2 ...request.Option) (*s3.GetBucketAclOutput, error)
- func (m *MockS3API) GetBucketAnalyticsConfiguration(arg0 *s3.GetBucketAnalyticsConfigurationInput) (*s3.GetBucketAnalyticsConfigurationOutput, error)
- func (m *MockS3API) GetBucketAnalyticsConfigurationRequest(arg0 *s3.GetBucketAnalyticsConfigurationInput) (*request.Request, *s3.GetBucketAnalyticsConfigurationOutput)
- func (m *MockS3API) GetBucketAnalyticsConfigurationWithContext(arg0 context.Context, arg1 *s3.GetBucketAnalyticsConfigurationInput, ...) (*s3.GetBucketAnalyticsConfigurationOutput, error)
- func (m *MockS3API) GetBucketCors(arg0 *s3.GetBucketCorsInput) (*s3.GetBucketCorsOutput, error)
- func (m *MockS3API) GetBucketCorsRequest(arg0 *s3.GetBucketCorsInput) (*request.Request, *s3.GetBucketCorsOutput)
- func (m *MockS3API) GetBucketCorsWithContext(arg0 context.Context, arg1 *s3.GetBucketCorsInput, arg2 ...request.Option) (*s3.GetBucketCorsOutput, error)
- func (m *MockS3API) GetBucketEncryption(arg0 *s3.GetBucketEncryptionInput) (*s3.GetBucketEncryptionOutput, error)
- func (m *MockS3API) GetBucketEncryptionRequest(arg0 *s3.GetBucketEncryptionInput) (*request.Request, *s3.GetBucketEncryptionOutput)
- func (m *MockS3API) GetBucketEncryptionWithContext(arg0 context.Context, arg1 *s3.GetBucketEncryptionInput, ...) (*s3.GetBucketEncryptionOutput, error)
- func (m *MockS3API) GetBucketInventoryConfiguration(arg0 *s3.GetBucketInventoryConfigurationInput) (*s3.GetBucketInventoryConfigurationOutput, error)
- func (m *MockS3API) GetBucketInventoryConfigurationRequest(arg0 *s3.GetBucketInventoryConfigurationInput) (*request.Request, *s3.GetBucketInventoryConfigurationOutput)
- func (m *MockS3API) GetBucketInventoryConfigurationWithContext(arg0 context.Context, arg1 *s3.GetBucketInventoryConfigurationInput, ...) (*s3.GetBucketInventoryConfigurationOutput, error)
- func (m *MockS3API) GetBucketLifecycle(arg0 *s3.GetBucketLifecycleInput) (*s3.GetBucketLifecycleOutput, error)
- func (m *MockS3API) GetBucketLifecycleConfiguration(arg0 *s3.GetBucketLifecycleConfigurationInput) (*s3.GetBucketLifecycleConfigurationOutput, error)
- func (m *MockS3API) GetBucketLifecycleConfigurationRequest(arg0 *s3.GetBucketLifecycleConfigurationInput) (*request.Request, *s3.GetBucketLifecycleConfigurationOutput)
- func (m *MockS3API) GetBucketLifecycleConfigurationWithContext(arg0 context.Context, arg1 *s3.GetBucketLifecycleConfigurationInput, ...) (*s3.GetBucketLifecycleConfigurationOutput, error)
- func (m *MockS3API) GetBucketLifecycleRequest(arg0 *s3.GetBucketLifecycleInput) (*request.Request, *s3.GetBucketLifecycleOutput)
- func (m *MockS3API) GetBucketLifecycleWithContext(arg0 context.Context, arg1 *s3.GetBucketLifecycleInput, arg2 ...request.Option) (*s3.GetBucketLifecycleOutput, error)
- func (m *MockS3API) GetBucketLocation(arg0 *s3.GetBucketLocationInput) (*s3.GetBucketLocationOutput, error)
- func (m *MockS3API) GetBucketLocationRequest(arg0 *s3.GetBucketLocationInput) (*request.Request, *s3.GetBucketLocationOutput)
- func (m *MockS3API) GetBucketLocationWithContext(arg0 context.Context, arg1 *s3.GetBucketLocationInput, arg2 ...request.Option) (*s3.GetBucketLocationOutput, error)
- func (m *MockS3API) GetBucketLogging(arg0 *s3.GetBucketLoggingInput) (*s3.GetBucketLoggingOutput, error)
- func (m *MockS3API) GetBucketLoggingRequest(arg0 *s3.GetBucketLoggingInput) (*request.Request, *s3.GetBucketLoggingOutput)
- func (m *MockS3API) GetBucketLoggingWithContext(arg0 context.Context, arg1 *s3.GetBucketLoggingInput, arg2 ...request.Option) (*s3.GetBucketLoggingOutput, error)
- func (m *MockS3API) GetBucketMetricsConfiguration(arg0 *s3.GetBucketMetricsConfigurationInput) (*s3.GetBucketMetricsConfigurationOutput, error)
- func (m *MockS3API) GetBucketMetricsConfigurationRequest(arg0 *s3.GetBucketMetricsConfigurationInput) (*request.Request, *s3.GetBucketMetricsConfigurationOutput)
- func (m *MockS3API) GetBucketMetricsConfigurationWithContext(arg0 context.Context, arg1 *s3.GetBucketMetricsConfigurationInput, ...) (*s3.GetBucketMetricsConfigurationOutput, error)
- func (m *MockS3API) GetBucketNotification(arg0 *s3.GetBucketNotificationConfigurationRequest) (*s3.NotificationConfigurationDeprecated, error)
- func (m *MockS3API) GetBucketNotificationConfiguration(arg0 *s3.GetBucketNotificationConfigurationRequest) (*s3.NotificationConfiguration, error)
- func (m *MockS3API) GetBucketNotificationConfigurationRequest(arg0 *s3.GetBucketNotificationConfigurationRequest) (*request.Request, *s3.NotificationConfiguration)
- func (m *MockS3API) GetBucketNotificationConfigurationWithContext(arg0 context.Context, arg1 *s3.GetBucketNotificationConfigurationRequest, ...) (*s3.NotificationConfiguration, error)
- func (m *MockS3API) GetBucketNotificationRequest(arg0 *s3.GetBucketNotificationConfigurationRequest) (*request.Request, *s3.NotificationConfigurationDeprecated)
- func (m *MockS3API) GetBucketNotificationWithContext(arg0 context.Context, arg1 *s3.GetBucketNotificationConfigurationRequest, ...) (*s3.NotificationConfigurationDeprecated, error)
- func (m *MockS3API) GetBucketPolicy(arg0 *s3.GetBucketPolicyInput) (*s3.GetBucketPolicyOutput, error)
- func (m *MockS3API) GetBucketPolicyRequest(arg0 *s3.GetBucketPolicyInput) (*request.Request, *s3.GetBucketPolicyOutput)
- func (m *MockS3API) GetBucketPolicyStatus(arg0 *s3.GetBucketPolicyStatusInput) (*s3.GetBucketPolicyStatusOutput, error)
- func (m *MockS3API) GetBucketPolicyStatusRequest(arg0 *s3.GetBucketPolicyStatusInput) (*request.Request, *s3.GetBucketPolicyStatusOutput)
- func (m *MockS3API) GetBucketPolicyStatusWithContext(arg0 context.Context, arg1 *s3.GetBucketPolicyStatusInput, ...) (*s3.GetBucketPolicyStatusOutput, error)
- func (m *MockS3API) GetBucketPolicyWithContext(arg0 context.Context, arg1 *s3.GetBucketPolicyInput, arg2 ...request.Option) (*s3.GetBucketPolicyOutput, error)
- func (m *MockS3API) GetBucketReplication(arg0 *s3.GetBucketReplicationInput) (*s3.GetBucketReplicationOutput, error)
- func (m *MockS3API) GetBucketReplicationRequest(arg0 *s3.GetBucketReplicationInput) (*request.Request, *s3.GetBucketReplicationOutput)
- func (m *MockS3API) GetBucketReplicationWithContext(arg0 context.Context, arg1 *s3.GetBucketReplicationInput, ...) (*s3.GetBucketReplicationOutput, error)
- func (m *MockS3API) GetBucketRequestPayment(arg0 *s3.GetBucketRequestPaymentInput) (*s3.GetBucketRequestPaymentOutput, error)
- func (m *MockS3API) GetBucketRequestPaymentRequest(arg0 *s3.GetBucketRequestPaymentInput) (*request.Request, *s3.GetBucketRequestPaymentOutput)
- func (m *MockS3API) GetBucketRequestPaymentWithContext(arg0 context.Context, arg1 *s3.GetBucketRequestPaymentInput, ...) (*s3.GetBucketRequestPaymentOutput, error)
- func (m *MockS3API) GetBucketTagging(arg0 *s3.GetBucketTaggingInput) (*s3.GetBucketTaggingOutput, error)
- func (m *MockS3API) GetBucketTaggingRequest(arg0 *s3.GetBucketTaggingInput) (*request.Request, *s3.GetBucketTaggingOutput)
- func (m *MockS3API) GetBucketTaggingWithContext(arg0 context.Context, arg1 *s3.GetBucketTaggingInput, arg2 ...request.Option) (*s3.GetBucketTaggingOutput, error)
- func (m *MockS3API) GetBucketVersioning(arg0 *s3.GetBucketVersioningInput) (*s3.GetBucketVersioningOutput, error)
- func (m *MockS3API) GetBucketVersioningRequest(arg0 *s3.GetBucketVersioningInput) (*request.Request, *s3.GetBucketVersioningOutput)
- func (m *MockS3API) GetBucketVersioningWithContext(arg0 context.Context, arg1 *s3.GetBucketVersioningInput, ...) (*s3.GetBucketVersioningOutput, error)
- func (m *MockS3API) GetBucketWebsite(arg0 *s3.GetBucketWebsiteInput) (*s3.GetBucketWebsiteOutput, error)
- func (m *MockS3API) GetBucketWebsiteRequest(arg0 *s3.GetBucketWebsiteInput) (*request.Request, *s3.GetBucketWebsiteOutput)
- func (m *MockS3API) GetBucketWebsiteWithContext(arg0 context.Context, arg1 *s3.GetBucketWebsiteInput, arg2 ...request.Option) (*s3.GetBucketWebsiteOutput, error)
- func (m *MockS3API) GetObject(arg0 *s3.GetObjectInput) (*s3.GetObjectOutput, error)
- func (m *MockS3API) GetObjectAcl(arg0 *s3.GetObjectAclInput) (*s3.GetObjectAclOutput, error)
- func (m *MockS3API) GetObjectAclRequest(arg0 *s3.GetObjectAclInput) (*request.Request, *s3.GetObjectAclOutput)
- func (m *MockS3API) GetObjectAclWithContext(arg0 context.Context, arg1 *s3.GetObjectAclInput, arg2 ...request.Option) (*s3.GetObjectAclOutput, error)
- func (m *MockS3API) GetObjectLegalHold(arg0 *s3.GetObjectLegalHoldInput) (*s3.GetObjectLegalHoldOutput, error)
- func (m *MockS3API) GetObjectLegalHoldRequest(arg0 *s3.GetObjectLegalHoldInput) (*request.Request, *s3.GetObjectLegalHoldOutput)
- func (m *MockS3API) GetObjectLegalHoldWithContext(arg0 context.Context, arg1 *s3.GetObjectLegalHoldInput, arg2 ...request.Option) (*s3.GetObjectLegalHoldOutput, error)
- func (m *MockS3API) GetObjectLockConfiguration(arg0 *s3.GetObjectLockConfigurationInput) (*s3.GetObjectLockConfigurationOutput, error)
- func (m *MockS3API) GetObjectLockConfigurationRequest(arg0 *s3.GetObjectLockConfigurationInput) (*request.Request, *s3.GetObjectLockConfigurationOutput)
- func (m *MockS3API) GetObjectLockConfigurationWithContext(arg0 context.Context, arg1 *s3.GetObjectLockConfigurationInput, ...) (*s3.GetObjectLockConfigurationOutput, error)
- func (m *MockS3API) GetObjectRequest(arg0 *s3.GetObjectInput) (*request.Request, *s3.GetObjectOutput)
- func (m *MockS3API) GetObjectRetention(arg0 *s3.GetObjectRetentionInput) (*s3.GetObjectRetentionOutput, error)
- func (m *MockS3API) GetObjectRetentionRequest(arg0 *s3.GetObjectRetentionInput) (*request.Request, *s3.GetObjectRetentionOutput)
- func (m *MockS3API) GetObjectRetentionWithContext(arg0 context.Context, arg1 *s3.GetObjectRetentionInput, arg2 ...request.Option) (*s3.GetObjectRetentionOutput, error)
- func (m *MockS3API) GetObjectTagging(arg0 *s3.GetObjectTaggingInput) (*s3.GetObjectTaggingOutput, error)
- func (m *MockS3API) GetObjectTaggingRequest(arg0 *s3.GetObjectTaggingInput) (*request.Request, *s3.GetObjectTaggingOutput)
- func (m *MockS3API) GetObjectTaggingWithContext(arg0 context.Context, arg1 *s3.GetObjectTaggingInput, arg2 ...request.Option) (*s3.GetObjectTaggingOutput, error)
- func (m *MockS3API) GetObjectTorrent(arg0 *s3.GetObjectTorrentInput) (*s3.GetObjectTorrentOutput, error)
- func (m *MockS3API) GetObjectTorrentRequest(arg0 *s3.GetObjectTorrentInput) (*request.Request, *s3.GetObjectTorrentOutput)
- func (m *MockS3API) GetObjectTorrentWithContext(arg0 context.Context, arg1 *s3.GetObjectTorrentInput, arg2 ...request.Option) (*s3.GetObjectTorrentOutput, error)
- func (m *MockS3API) GetObjectWithContext(arg0 context.Context, arg1 *s3.GetObjectInput, arg2 ...request.Option) (*s3.GetObjectOutput, error)
- func (m *MockS3API) GetPublicAccessBlock(arg0 *s3.GetPublicAccessBlockInput) (*s3.GetPublicAccessBlockOutput, error)
- func (m *MockS3API) GetPublicAccessBlockRequest(arg0 *s3.GetPublicAccessBlockInput) (*request.Request, *s3.GetPublicAccessBlockOutput)
- func (m *MockS3API) GetPublicAccessBlockWithContext(arg0 context.Context, arg1 *s3.GetPublicAccessBlockInput, ...) (*s3.GetPublicAccessBlockOutput, error)
- func (m *MockS3API) HeadBucket(arg0 *s3.HeadBucketInput) (*s3.HeadBucketOutput, error)
- func (m *MockS3API) HeadBucketRequest(arg0 *s3.HeadBucketInput) (*request.Request, *s3.HeadBucketOutput)
- func (m *MockS3API) HeadBucketWithContext(arg0 context.Context, arg1 *s3.HeadBucketInput, arg2 ...request.Option) (*s3.HeadBucketOutput, error)
- func (m *MockS3API) HeadObject(arg0 *s3.HeadObjectInput) (*s3.HeadObjectOutput, error)
- func (m *MockS3API) HeadObjectRequest(arg0 *s3.HeadObjectInput) (*request.Request, *s3.HeadObjectOutput)
- func (m *MockS3API) HeadObjectWithContext(arg0 context.Context, arg1 *s3.HeadObjectInput, arg2 ...request.Option) (*s3.HeadObjectOutput, error)
- func (m *MockS3API) ListBucketAnalyticsConfigurations(arg0 *s3.ListBucketAnalyticsConfigurationsInput) (*s3.ListBucketAnalyticsConfigurationsOutput, error)
- func (m *MockS3API) ListBucketAnalyticsConfigurationsRequest(arg0 *s3.ListBucketAnalyticsConfigurationsInput) (*request.Request, *s3.ListBucketAnalyticsConfigurationsOutput)
- func (m *MockS3API) ListBucketAnalyticsConfigurationsWithContext(arg0 context.Context, arg1 *s3.ListBucketAnalyticsConfigurationsInput, ...) (*s3.ListBucketAnalyticsConfigurationsOutput, error)
- func (m *MockS3API) ListBucketInventoryConfigurations(arg0 *s3.ListBucketInventoryConfigurationsInput) (*s3.ListBucketInventoryConfigurationsOutput, error)
- func (m *MockS3API) ListBucketInventoryConfigurationsRequest(arg0 *s3.ListBucketInventoryConfigurationsInput) (*request.Request, *s3.ListBucketInventoryConfigurationsOutput)
- func (m *MockS3API) ListBucketInventoryConfigurationsWithContext(arg0 context.Context, arg1 *s3.ListBucketInventoryConfigurationsInput, ...) (*s3.ListBucketInventoryConfigurationsOutput, error)
- func (m *MockS3API) ListBucketMetricsConfigurations(arg0 *s3.ListBucketMetricsConfigurationsInput) (*s3.ListBucketMetricsConfigurationsOutput, error)
- func (m *MockS3API) ListBucketMetricsConfigurationsRequest(arg0 *s3.ListBucketMetricsConfigurationsInput) (*request.Request, *s3.ListBucketMetricsConfigurationsOutput)
- func (m *MockS3API) ListBucketMetricsConfigurationsWithContext(arg0 context.Context, arg1 *s3.ListBucketMetricsConfigurationsInput, ...) (*s3.ListBucketMetricsConfigurationsOutput, error)
- func (m *MockS3API) ListBuckets(arg0 *s3.ListBucketsInput) (*s3.ListBucketsOutput, error)
- func (m *MockS3API) ListBucketsRequest(arg0 *s3.ListBucketsInput) (*request.Request, *s3.ListBucketsOutput)
- func (m *MockS3API) ListBucketsWithContext(arg0 context.Context, arg1 *s3.ListBucketsInput, arg2 ...request.Option) (*s3.ListBucketsOutput, error)
- func (m *MockS3API) ListMultipartUploads(arg0 *s3.ListMultipartUploadsInput) (*s3.ListMultipartUploadsOutput, error)
- func (m *MockS3API) ListMultipartUploadsPages(arg0 *s3.ListMultipartUploadsInput, ...) error
- func (m *MockS3API) ListMultipartUploadsPagesWithContext(arg0 context.Context, arg1 *s3.ListMultipartUploadsInput, ...) error
- func (m *MockS3API) ListMultipartUploadsRequest(arg0 *s3.ListMultipartUploadsInput) (*request.Request, *s3.ListMultipartUploadsOutput)
- func (m *MockS3API) ListMultipartUploadsWithContext(arg0 context.Context, arg1 *s3.ListMultipartUploadsInput, ...) (*s3.ListMultipartUploadsOutput, error)
- func (m *MockS3API) ListObjectVersions(arg0 *s3.ListObjectVersionsInput) (*s3.ListObjectVersionsOutput, error)
- func (m *MockS3API) ListObjectVersionsPages(arg0 *s3.ListObjectVersionsInput, ...) error
- func (m *MockS3API) ListObjectVersionsPagesWithContext(arg0 context.Context, arg1 *s3.ListObjectVersionsInput, ...) error
- func (m *MockS3API) ListObjectVersionsRequest(arg0 *s3.ListObjectVersionsInput) (*request.Request, *s3.ListObjectVersionsOutput)
- func (m *MockS3API) ListObjectVersionsWithContext(arg0 context.Context, arg1 *s3.ListObjectVersionsInput, arg2 ...request.Option) (*s3.ListObjectVersionsOutput, error)
- func (m *MockS3API) ListObjects(arg0 *s3.ListObjectsInput) (*s3.ListObjectsOutput, error)
- func (m *MockS3API) ListObjectsPages(arg0 *s3.ListObjectsInput, arg1 func(*s3.ListObjectsOutput, bool) bool) error
- func (m *MockS3API) ListObjectsPagesWithContext(arg0 context.Context, arg1 *s3.ListObjectsInput, ...) error
- func (m *MockS3API) ListObjectsRequest(arg0 *s3.ListObjectsInput) (*request.Request, *s3.ListObjectsOutput)
- func (m *MockS3API) ListObjectsV2(arg0 *s3.ListObjectsV2Input) (*s3.ListObjectsV2Output, error)
- func (m *MockS3API) ListObjectsV2Pages(arg0 *s3.ListObjectsV2Input, arg1 func(*s3.ListObjectsV2Output, bool) bool) error
- func (m *MockS3API) ListObjectsV2PagesWithContext(arg0 context.Context, arg1 *s3.ListObjectsV2Input, ...) error
- func (m *MockS3API) ListObjectsV2Request(arg0 *s3.ListObjectsV2Input) (*request.Request, *s3.ListObjectsV2Output)
- func (m *MockS3API) ListObjectsV2WithContext(arg0 context.Context, arg1 *s3.ListObjectsV2Input, arg2 ...request.Option) (*s3.ListObjectsV2Output, error)
- func (m *MockS3API) ListObjectsWithContext(arg0 context.Context, arg1 *s3.ListObjectsInput, arg2 ...request.Option) (*s3.ListObjectsOutput, error)
- func (m *MockS3API) ListParts(arg0 *s3.ListPartsInput) (*s3.ListPartsOutput, error)
- func (m *MockS3API) ListPartsPages(arg0 *s3.ListPartsInput, arg1 func(*s3.ListPartsOutput, bool) bool) error
- func (m *MockS3API) ListPartsPagesWithContext(arg0 context.Context, arg1 *s3.ListPartsInput, ...) error
- func (m *MockS3API) ListPartsRequest(arg0 *s3.ListPartsInput) (*request.Request, *s3.ListPartsOutput)
- func (m *MockS3API) ListPartsWithContext(arg0 context.Context, arg1 *s3.ListPartsInput, arg2 ...request.Option) (*s3.ListPartsOutput, error)
- func (m *MockS3API) PutBucketAccelerateConfiguration(arg0 *s3.PutBucketAccelerateConfigurationInput) (*s3.PutBucketAccelerateConfigurationOutput, error)
- func (m *MockS3API) PutBucketAccelerateConfigurationRequest(arg0 *s3.PutBucketAccelerateConfigurationInput) (*request.Request, *s3.PutBucketAccelerateConfigurationOutput)
- func (m *MockS3API) PutBucketAccelerateConfigurationWithContext(arg0 context.Context, arg1 *s3.PutBucketAccelerateConfigurationInput, ...) (*s3.PutBucketAccelerateConfigurationOutput, error)
- func (m *MockS3API) PutBucketAcl(arg0 *s3.PutBucketAclInput) (*s3.PutBucketAclOutput, error)
- func (m *MockS3API) PutBucketAclRequest(arg0 *s3.PutBucketAclInput) (*request.Request, *s3.PutBucketAclOutput)
- func (m *MockS3API) PutBucketAclWithContext(arg0 context.Context, arg1 *s3.PutBucketAclInput, arg2 ...request.Option) (*s3.PutBucketAclOutput, error)
- func (m *MockS3API) PutBucketAnalyticsConfiguration(arg0 *s3.PutBucketAnalyticsConfigurationInput) (*s3.PutBucketAnalyticsConfigurationOutput, error)
- func (m *MockS3API) PutBucketAnalyticsConfigurationRequest(arg0 *s3.PutBucketAnalyticsConfigurationInput) (*request.Request, *s3.PutBucketAnalyticsConfigurationOutput)
- func (m *MockS3API) PutBucketAnalyticsConfigurationWithContext(arg0 context.Context, arg1 *s3.PutBucketAnalyticsConfigurationInput, ...) (*s3.PutBucketAnalyticsConfigurationOutput, error)
- func (m *MockS3API) PutBucketCors(arg0 *s3.PutBucketCorsInput) (*s3.PutBucketCorsOutput, error)
- func (m *MockS3API) PutBucketCorsRequest(arg0 *s3.PutBucketCorsInput) (*request.Request, *s3.PutBucketCorsOutput)
- func (m *MockS3API) PutBucketCorsWithContext(arg0 context.Context, arg1 *s3.PutBucketCorsInput, arg2 ...request.Option) (*s3.PutBucketCorsOutput, error)
- func (m *MockS3API) PutBucketEncryption(arg0 *s3.PutBucketEncryptionInput) (*s3.PutBucketEncryptionOutput, error)
- func (m *MockS3API) PutBucketEncryptionRequest(arg0 *s3.PutBucketEncryptionInput) (*request.Request, *s3.PutBucketEncryptionOutput)
- func (m *MockS3API) PutBucketEncryptionWithContext(arg0 context.Context, arg1 *s3.PutBucketEncryptionInput, ...) (*s3.PutBucketEncryptionOutput, error)
- func (m *MockS3API) PutBucketInventoryConfiguration(arg0 *s3.PutBucketInventoryConfigurationInput) (*s3.PutBucketInventoryConfigurationOutput, error)
- func (m *MockS3API) PutBucketInventoryConfigurationRequest(arg0 *s3.PutBucketInventoryConfigurationInput) (*request.Request, *s3.PutBucketInventoryConfigurationOutput)
- func (m *MockS3API) PutBucketInventoryConfigurationWithContext(arg0 context.Context, arg1 *s3.PutBucketInventoryConfigurationInput, ...) (*s3.PutBucketInventoryConfigurationOutput, error)
- func (m *MockS3API) PutBucketLifecycle(arg0 *s3.PutBucketLifecycleInput) (*s3.PutBucketLifecycleOutput, error)
- func (m *MockS3API) PutBucketLifecycleConfiguration(arg0 *s3.PutBucketLifecycleConfigurationInput) (*s3.PutBucketLifecycleConfigurationOutput, error)
- func (m *MockS3API) PutBucketLifecycleConfigurationRequest(arg0 *s3.PutBucketLifecycleConfigurationInput) (*request.Request, *s3.PutBucketLifecycleConfigurationOutput)
- func (m *MockS3API) PutBucketLifecycleConfigurationWithContext(arg0 context.Context, arg1 *s3.PutBucketLifecycleConfigurationInput, ...) (*s3.PutBucketLifecycleConfigurationOutput, error)
- func (m *MockS3API) PutBucketLifecycleRequest(arg0 *s3.PutBucketLifecycleInput) (*request.Request, *s3.PutBucketLifecycleOutput)
- func (m *MockS3API) PutBucketLifecycleWithContext(arg0 context.Context, arg1 *s3.PutBucketLifecycleInput, arg2 ...request.Option) (*s3.PutBucketLifecycleOutput, error)
- func (m *MockS3API) PutBucketLogging(arg0 *s3.PutBucketLoggingInput) (*s3.PutBucketLoggingOutput, error)
- func (m *MockS3API) PutBucketLoggingRequest(arg0 *s3.PutBucketLoggingInput) (*request.Request, *s3.PutBucketLoggingOutput)
- func (m *MockS3API) PutBucketLoggingWithContext(arg0 context.Context, arg1 *s3.PutBucketLoggingInput, arg2 ...request.Option) (*s3.PutBucketLoggingOutput, error)
- func (m *MockS3API) PutBucketMetricsConfiguration(arg0 *s3.PutBucketMetricsConfigurationInput) (*s3.PutBucketMetricsConfigurationOutput, error)
- func (m *MockS3API) PutBucketMetricsConfigurationRequest(arg0 *s3.PutBucketMetricsConfigurationInput) (*request.Request, *s3.PutBucketMetricsConfigurationOutput)
- func (m *MockS3API) PutBucketMetricsConfigurationWithContext(arg0 context.Context, arg1 *s3.PutBucketMetricsConfigurationInput, ...) (*s3.PutBucketMetricsConfigurationOutput, error)
- func (m *MockS3API) PutBucketNotification(arg0 *s3.PutBucketNotificationInput) (*s3.PutBucketNotificationOutput, error)
- func (m *MockS3API) PutBucketNotificationConfiguration(arg0 *s3.PutBucketNotificationConfigurationInput) (*s3.PutBucketNotificationConfigurationOutput, error)
- func (m *MockS3API) PutBucketNotificationConfigurationRequest(arg0 *s3.PutBucketNotificationConfigurationInput) (*request.Request, *s3.PutBucketNotificationConfigurationOutput)
- func (m *MockS3API) PutBucketNotificationConfigurationWithContext(arg0 context.Context, arg1 *s3.PutBucketNotificationConfigurationInput, ...) (*s3.PutBucketNotificationConfigurationOutput, error)
- func (m *MockS3API) PutBucketNotificationRequest(arg0 *s3.PutBucketNotificationInput) (*request.Request, *s3.PutBucketNotificationOutput)
- func (m *MockS3API) PutBucketNotificationWithContext(arg0 context.Context, arg1 *s3.PutBucketNotificationInput, ...) (*s3.PutBucketNotificationOutput, error)
- func (m *MockS3API) PutBucketPolicy(arg0 *s3.PutBucketPolicyInput) (*s3.PutBucketPolicyOutput, error)
- func (m *MockS3API) PutBucketPolicyRequest(arg0 *s3.PutBucketPolicyInput) (*request.Request, *s3.PutBucketPolicyOutput)
- func (m *MockS3API) PutBucketPolicyWithContext(arg0 context.Context, arg1 *s3.PutBucketPolicyInput, arg2 ...request.Option) (*s3.PutBucketPolicyOutput, error)
- func (m *MockS3API) PutBucketReplication(arg0 *s3.PutBucketReplicationInput) (*s3.PutBucketReplicationOutput, error)
- func (m *MockS3API) PutBucketReplicationRequest(arg0 *s3.PutBucketReplicationInput) (*request.Request, *s3.PutBucketReplicationOutput)
- func (m *MockS3API) PutBucketReplicationWithContext(arg0 context.Context, arg1 *s3.PutBucketReplicationInput, ...) (*s3.PutBucketReplicationOutput, error)
- func (m *MockS3API) PutBucketRequestPayment(arg0 *s3.PutBucketRequestPaymentInput) (*s3.PutBucketRequestPaymentOutput, error)
- func (m *MockS3API) PutBucketRequestPaymentRequest(arg0 *s3.PutBucketRequestPaymentInput) (*request.Request, *s3.PutBucketRequestPaymentOutput)
- func (m *MockS3API) PutBucketRequestPaymentWithContext(arg0 context.Context, arg1 *s3.PutBucketRequestPaymentInput, ...) (*s3.PutBucketRequestPaymentOutput, error)
- func (m *MockS3API) PutBucketTagging(arg0 *s3.PutBucketTaggingInput) (*s3.PutBucketTaggingOutput, error)
- func (m *MockS3API) PutBucketTaggingRequest(arg0 *s3.PutBucketTaggingInput) (*request.Request, *s3.PutBucketTaggingOutput)
- func (m *MockS3API) PutBucketTaggingWithContext(arg0 context.Context, arg1 *s3.PutBucketTaggingInput, arg2 ...request.Option) (*s3.PutBucketTaggingOutput, error)
- func (m *MockS3API) PutBucketVersioning(arg0 *s3.PutBucketVersioningInput) (*s3.PutBucketVersioningOutput, error)
- func (m *MockS3API) PutBucketVersioningRequest(arg0 *s3.PutBucketVersioningInput) (*request.Request, *s3.PutBucketVersioningOutput)
- func (m *MockS3API) PutBucketVersioningWithContext(arg0 context.Context, arg1 *s3.PutBucketVersioningInput, ...) (*s3.PutBucketVersioningOutput, error)
- func (m *MockS3API) PutBucketWebsite(arg0 *s3.PutBucketWebsiteInput) (*s3.PutBucketWebsiteOutput, error)
- func (m *MockS3API) PutBucketWebsiteRequest(arg0 *s3.PutBucketWebsiteInput) (*request.Request, *s3.PutBucketWebsiteOutput)
- func (m *MockS3API) PutBucketWebsiteWithContext(arg0 context.Context, arg1 *s3.PutBucketWebsiteInput, arg2 ...request.Option) (*s3.PutBucketWebsiteOutput, error)
- func (m *MockS3API) PutObject(arg0 *s3.PutObjectInput) (*s3.PutObjectOutput, error)
- func (m *MockS3API) PutObjectAcl(arg0 *s3.PutObjectAclInput) (*s3.PutObjectAclOutput, error)
- func (m *MockS3API) PutObjectAclRequest(arg0 *s3.PutObjectAclInput) (*request.Request, *s3.PutObjectAclOutput)
- func (m *MockS3API) PutObjectAclWithContext(arg0 context.Context, arg1 *s3.PutObjectAclInput, arg2 ...request.Option) (*s3.PutObjectAclOutput, error)
- func (m *MockS3API) PutObjectLegalHold(arg0 *s3.PutObjectLegalHoldInput) (*s3.PutObjectLegalHoldOutput, error)
- func (m *MockS3API) PutObjectLegalHoldRequest(arg0 *s3.PutObjectLegalHoldInput) (*request.Request, *s3.PutObjectLegalHoldOutput)
- func (m *MockS3API) PutObjectLegalHoldWithContext(arg0 context.Context, arg1 *s3.PutObjectLegalHoldInput, arg2 ...request.Option) (*s3.PutObjectLegalHoldOutput, error)
- func (m *MockS3API) PutObjectLockConfiguration(arg0 *s3.PutObjectLockConfigurationInput) (*s3.PutObjectLockConfigurationOutput, error)
- func (m *MockS3API) PutObjectLockConfigurationRequest(arg0 *s3.PutObjectLockConfigurationInput) (*request.Request, *s3.PutObjectLockConfigurationOutput)
- func (m *MockS3API) PutObjectLockConfigurationWithContext(arg0 context.Context, arg1 *s3.PutObjectLockConfigurationInput, ...) (*s3.PutObjectLockConfigurationOutput, error)
- func (m *MockS3API) PutObjectRequest(arg0 *s3.PutObjectInput) (*request.Request, *s3.PutObjectOutput)
- func (m *MockS3API) PutObjectRetention(arg0 *s3.PutObjectRetentionInput) (*s3.PutObjectRetentionOutput, error)
- func (m *MockS3API) PutObjectRetentionRequest(arg0 *s3.PutObjectRetentionInput) (*request.Request, *s3.PutObjectRetentionOutput)
- func (m *MockS3API) PutObjectRetentionWithContext(arg0 context.Context, arg1 *s3.PutObjectRetentionInput, arg2 ...request.Option) (*s3.PutObjectRetentionOutput, error)
- func (m *MockS3API) PutObjectTagging(arg0 *s3.PutObjectTaggingInput) (*s3.PutObjectTaggingOutput, error)
- func (m *MockS3API) PutObjectTaggingRequest(arg0 *s3.PutObjectTaggingInput) (*request.Request, *s3.PutObjectTaggingOutput)
- func (m *MockS3API) PutObjectTaggingWithContext(arg0 context.Context, arg1 *s3.PutObjectTaggingInput, arg2 ...request.Option) (*s3.PutObjectTaggingOutput, error)
- func (m *MockS3API) PutObjectWithContext(arg0 context.Context, arg1 *s3.PutObjectInput, arg2 ...request.Option) (*s3.PutObjectOutput, error)
- func (m *MockS3API) PutPublicAccessBlock(arg0 *s3.PutPublicAccessBlockInput) (*s3.PutPublicAccessBlockOutput, error)
- func (m *MockS3API) PutPublicAccessBlockRequest(arg0 *s3.PutPublicAccessBlockInput) (*request.Request, *s3.PutPublicAccessBlockOutput)
- func (m *MockS3API) PutPublicAccessBlockWithContext(arg0 context.Context, arg1 *s3.PutPublicAccessBlockInput, ...) (*s3.PutPublicAccessBlockOutput, error)
- func (m *MockS3API) RestoreObject(arg0 *s3.RestoreObjectInput) (*s3.RestoreObjectOutput, error)
- func (m *MockS3API) RestoreObjectRequest(arg0 *s3.RestoreObjectInput) (*request.Request, *s3.RestoreObjectOutput)
- func (m *MockS3API) RestoreObjectWithContext(arg0 context.Context, arg1 *s3.RestoreObjectInput, arg2 ...request.Option) (*s3.RestoreObjectOutput, error)
- func (m *MockS3API) SelectObjectContent(arg0 *s3.SelectObjectContentInput) (*s3.SelectObjectContentOutput, error)
- func (m *MockS3API) SelectObjectContentRequest(arg0 *s3.SelectObjectContentInput) (*request.Request, *s3.SelectObjectContentOutput)
- func (m *MockS3API) SelectObjectContentWithContext(arg0 context.Context, arg1 *s3.SelectObjectContentInput, ...) (*s3.SelectObjectContentOutput, error)
- func (m *MockS3API) UploadPart(arg0 *s3.UploadPartInput) (*s3.UploadPartOutput, error)
- func (m *MockS3API) UploadPartCopy(arg0 *s3.UploadPartCopyInput) (*s3.UploadPartCopyOutput, error)
- func (m *MockS3API) UploadPartCopyRequest(arg0 *s3.UploadPartCopyInput) (*request.Request, *s3.UploadPartCopyOutput)
- func (m *MockS3API) UploadPartCopyWithContext(arg0 context.Context, arg1 *s3.UploadPartCopyInput, arg2 ...request.Option) (*s3.UploadPartCopyOutput, error)
- func (m *MockS3API) UploadPartRequest(arg0 *s3.UploadPartInput) (*request.Request, *s3.UploadPartOutput)
- func (m *MockS3API) UploadPartWithContext(arg0 context.Context, arg1 *s3.UploadPartInput, arg2 ...request.Option) (*s3.UploadPartOutput, error)
- func (m *MockS3API) WaitUntilBucketExists(arg0 *s3.HeadBucketInput) error
- func (m *MockS3API) WaitUntilBucketExistsWithContext(arg0 context.Context, arg1 *s3.HeadBucketInput, arg2 ...request.WaiterOption) error
- func (m *MockS3API) WaitUntilBucketNotExists(arg0 *s3.HeadBucketInput) error
- func (m *MockS3API) WaitUntilBucketNotExistsWithContext(arg0 context.Context, arg1 *s3.HeadBucketInput, arg2 ...request.WaiterOption) error
- func (m *MockS3API) WaitUntilObjectExists(arg0 *s3.HeadObjectInput) error
- func (m *MockS3API) WaitUntilObjectExistsWithContext(arg0 context.Context, arg1 *s3.HeadObjectInput, arg2 ...request.WaiterOption) error
- func (m *MockS3API) WaitUntilObjectNotExists(arg0 *s3.HeadObjectInput) error
- func (m *MockS3API) WaitUntilObjectNotExistsWithContext(arg0 context.Context, arg1 *s3.HeadObjectInput, arg2 ...request.WaiterOption) error
- type MockS3APIMockRecorder
- func (mr *MockS3APIMockRecorder) AbortMultipartUpload(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) AbortMultipartUploadRequest(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) AbortMultipartUploadWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) CompleteMultipartUpload(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) CompleteMultipartUploadRequest(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) CompleteMultipartUploadWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) CopyObject(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) CopyObjectRequest(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) CopyObjectWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) CreateBucket(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) CreateBucketRequest(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) CreateBucketWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) CreateMultipartUpload(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) CreateMultipartUploadRequest(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) CreateMultipartUploadWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) DeleteBucket(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) DeleteBucketAnalyticsConfiguration(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) DeleteBucketAnalyticsConfigurationRequest(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) DeleteBucketAnalyticsConfigurationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) DeleteBucketCors(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) DeleteBucketCorsRequest(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) DeleteBucketCorsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) DeleteBucketEncryption(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) DeleteBucketEncryptionRequest(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) DeleteBucketEncryptionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) DeleteBucketInventoryConfiguration(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) DeleteBucketInventoryConfigurationRequest(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) DeleteBucketInventoryConfigurationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) DeleteBucketLifecycle(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) DeleteBucketLifecycleRequest(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) DeleteBucketLifecycleWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) DeleteBucketMetricsConfiguration(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) DeleteBucketMetricsConfigurationRequest(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) DeleteBucketMetricsConfigurationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) DeleteBucketPolicy(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) DeleteBucketPolicyRequest(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) DeleteBucketPolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) DeleteBucketReplication(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) DeleteBucketReplicationRequest(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) DeleteBucketReplicationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) DeleteBucketRequest(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) DeleteBucketTagging(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) DeleteBucketTaggingRequest(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) DeleteBucketTaggingWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) DeleteBucketWebsite(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) DeleteBucketWebsiteRequest(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) DeleteBucketWebsiteWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) DeleteBucketWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) DeleteObject(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) DeleteObjectRequest(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) DeleteObjectTagging(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) DeleteObjectTaggingRequest(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) DeleteObjectTaggingWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) DeleteObjectWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) DeleteObjects(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) DeleteObjectsRequest(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) DeleteObjectsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) DeletePublicAccessBlock(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) DeletePublicAccessBlockRequest(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) DeletePublicAccessBlockWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) GetBucketAccelerateConfiguration(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) GetBucketAccelerateConfigurationRequest(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) GetBucketAccelerateConfigurationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) GetBucketAcl(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) GetBucketAclRequest(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) GetBucketAclWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) GetBucketAnalyticsConfiguration(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) GetBucketAnalyticsConfigurationRequest(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) GetBucketAnalyticsConfigurationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) GetBucketCors(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) GetBucketCorsRequest(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) GetBucketCorsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) GetBucketEncryption(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) GetBucketEncryptionRequest(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) GetBucketEncryptionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) GetBucketInventoryConfiguration(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) GetBucketInventoryConfigurationRequest(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) GetBucketInventoryConfigurationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) GetBucketLifecycle(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) GetBucketLifecycleConfiguration(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) GetBucketLifecycleConfigurationRequest(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) GetBucketLifecycleConfigurationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) GetBucketLifecycleRequest(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) GetBucketLifecycleWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) GetBucketLocation(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) GetBucketLocationRequest(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) GetBucketLocationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) GetBucketLogging(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) GetBucketLoggingRequest(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) GetBucketLoggingWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) GetBucketMetricsConfiguration(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) GetBucketMetricsConfigurationRequest(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) GetBucketMetricsConfigurationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) GetBucketNotification(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) GetBucketNotificationConfiguration(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) GetBucketNotificationConfigurationRequest(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) GetBucketNotificationConfigurationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) GetBucketNotificationRequest(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) GetBucketNotificationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) GetBucketPolicy(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) GetBucketPolicyRequest(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) GetBucketPolicyStatus(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) GetBucketPolicyStatusRequest(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) GetBucketPolicyStatusWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) GetBucketPolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) GetBucketReplication(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) GetBucketReplicationRequest(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) GetBucketReplicationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) GetBucketRequestPayment(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) GetBucketRequestPaymentRequest(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) GetBucketRequestPaymentWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) GetBucketTagging(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) GetBucketTaggingRequest(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) GetBucketTaggingWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) GetBucketVersioning(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) GetBucketVersioningRequest(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) GetBucketVersioningWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) GetBucketWebsite(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) GetBucketWebsiteRequest(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) GetBucketWebsiteWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) GetObject(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) GetObjectAcl(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) GetObjectAclRequest(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) GetObjectAclWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) GetObjectLegalHold(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) GetObjectLegalHoldRequest(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) GetObjectLegalHoldWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) GetObjectLockConfiguration(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) GetObjectLockConfigurationRequest(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) GetObjectLockConfigurationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) GetObjectRequest(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) GetObjectRetention(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) GetObjectRetentionRequest(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) GetObjectRetentionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) GetObjectTagging(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) GetObjectTaggingRequest(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) GetObjectTaggingWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) GetObjectTorrent(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) GetObjectTorrentRequest(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) GetObjectTorrentWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) GetObjectWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) GetPublicAccessBlock(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) GetPublicAccessBlockRequest(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) GetPublicAccessBlockWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) HeadBucket(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) HeadBucketRequest(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) HeadBucketWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) HeadObject(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) HeadObjectRequest(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) HeadObjectWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) ListBucketAnalyticsConfigurations(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) ListBucketAnalyticsConfigurationsRequest(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) ListBucketAnalyticsConfigurationsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) ListBucketInventoryConfigurations(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) ListBucketInventoryConfigurationsRequest(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) ListBucketInventoryConfigurationsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) ListBucketMetricsConfigurations(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) ListBucketMetricsConfigurationsRequest(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) ListBucketMetricsConfigurationsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) ListBuckets(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) ListBucketsRequest(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) ListBucketsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) ListMultipartUploads(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) ListMultipartUploadsPages(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) ListMultipartUploadsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) ListMultipartUploadsRequest(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) ListMultipartUploadsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) ListObjectVersions(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) ListObjectVersionsPages(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) ListObjectVersionsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) ListObjectVersionsRequest(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) ListObjectVersionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) ListObjects(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) ListObjectsPages(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) ListObjectsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) ListObjectsRequest(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) ListObjectsV2(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) ListObjectsV2Pages(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) ListObjectsV2PagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) ListObjectsV2Request(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) ListObjectsV2WithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) ListObjectsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) ListParts(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) ListPartsPages(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) ListPartsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) ListPartsRequest(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) ListPartsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) PutBucketAccelerateConfiguration(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) PutBucketAccelerateConfigurationRequest(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) PutBucketAccelerateConfigurationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) PutBucketAcl(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) PutBucketAclRequest(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) PutBucketAclWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) PutBucketAnalyticsConfiguration(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) PutBucketAnalyticsConfigurationRequest(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) PutBucketAnalyticsConfigurationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) PutBucketCors(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) PutBucketCorsRequest(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) PutBucketCorsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) PutBucketEncryption(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) PutBucketEncryptionRequest(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) PutBucketEncryptionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) PutBucketInventoryConfiguration(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) PutBucketInventoryConfigurationRequest(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) PutBucketInventoryConfigurationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) PutBucketLifecycle(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) PutBucketLifecycleConfiguration(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) PutBucketLifecycleConfigurationRequest(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) PutBucketLifecycleConfigurationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) PutBucketLifecycleRequest(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) PutBucketLifecycleWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) PutBucketLogging(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) PutBucketLoggingRequest(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) PutBucketLoggingWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) PutBucketMetricsConfiguration(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) PutBucketMetricsConfigurationRequest(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) PutBucketMetricsConfigurationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) PutBucketNotification(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) PutBucketNotificationConfiguration(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) PutBucketNotificationConfigurationRequest(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) PutBucketNotificationConfigurationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) PutBucketNotificationRequest(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) PutBucketNotificationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) PutBucketPolicy(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) PutBucketPolicyRequest(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) PutBucketPolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) PutBucketReplication(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) PutBucketReplicationRequest(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) PutBucketReplicationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) PutBucketRequestPayment(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) PutBucketRequestPaymentRequest(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) PutBucketRequestPaymentWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) PutBucketTagging(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) PutBucketTaggingRequest(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) PutBucketTaggingWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) PutBucketVersioning(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) PutBucketVersioningRequest(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) PutBucketVersioningWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) PutBucketWebsite(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) PutBucketWebsiteRequest(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) PutBucketWebsiteWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) PutObject(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) PutObjectAcl(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) PutObjectAclRequest(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) PutObjectAclWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) PutObjectLegalHold(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) PutObjectLegalHoldRequest(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) PutObjectLegalHoldWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) PutObjectLockConfiguration(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) PutObjectLockConfigurationRequest(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) PutObjectLockConfigurationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) PutObjectRequest(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) PutObjectRetention(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) PutObjectRetentionRequest(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) PutObjectRetentionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) PutObjectTagging(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) PutObjectTaggingRequest(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) PutObjectTaggingWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) PutObjectWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) PutPublicAccessBlock(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) PutPublicAccessBlockRequest(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) PutPublicAccessBlockWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) RestoreObject(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) RestoreObjectRequest(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) RestoreObjectWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) SelectObjectContent(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) SelectObjectContentRequest(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) SelectObjectContentWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) UploadPart(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) UploadPartCopy(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) UploadPartCopyRequest(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) UploadPartCopyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) UploadPartRequest(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) UploadPartWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) WaitUntilBucketExists(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) WaitUntilBucketExistsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) WaitUntilBucketNotExists(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) WaitUntilBucketNotExistsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) WaitUntilObjectExists(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) WaitUntilObjectExistsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) WaitUntilObjectNotExists(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) WaitUntilObjectNotExistsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- type NotFound
- type S3Client
- func (c *S3Client) CreateBucket() error
- func (c *S3Client) DeleteObject(ctx context.Context, objectName string) error
- func (c *S3Client) DoesObjectExist(ctx context.Context, objectName string) (bool, error)
- func (c *S3Client) Download(ctx context.Context, objectName string) (io.ReadCloser, int64, error)
- func (c *S3Client) ExpireObjects(ctx context.Context, prefix string, deleteTime time.Duration, ...)
- func (c *S3Client) GeneratePresignedDownloadURL(ctx context.Context, objectName string, duration time.Duration) (string, error)
- func (c *S3Client) GetObjectSizeBytes(ctx context.Context, objectName string) (int64, error)
- func (c *S3Client) IsAwsS3() bool
- func (c *S3Client) ListObjectsByPrefix(ctx context.Context, prefix string) ([]string, error)
- func (c *S3Client) UpdateObjectTimestamp(ctx context.Context, objectName string) (bool, error)
- func (c *S3Client) Upload(ctx context.Context, data []byte, objectName string) error
- func (c *S3Client) UploadFile(ctx context.Context, filePath, objectName string) error
- func (c *S3Client) UploadStream(ctx context.Context, reader io.Reader, objectName string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FixEndpointURL ¶
Types ¶
type API ¶
type API interface { IsAwsS3() bool CreateBucket() error Upload(ctx context.Context, data []byte, objectName string) error UploadStream(ctx context.Context, reader io.Reader, objectName string) error UploadFile(ctx context.Context, filePath, objectName string) error Download(ctx context.Context, objectName string) (io.ReadCloser, int64, error) DoesObjectExist(ctx context.Context, objectName string) (bool, error) DeleteObject(ctx context.Context, objectName string) error GetObjectSizeBytes(ctx context.Context, objectName string) (int64, error) GeneratePresignedDownloadURL(ctx context.Context, objectName string, duration time.Duration) (string, error) UpdateObjectTimestamp(ctx context.Context, objectName string) (bool, error) ExpireObjects(ctx context.Context, prefix string, deleteTime time.Duration, callback func(ctx context.Context, log logrus.FieldLogger, objectName string)) ListObjectsByPrefix(ctx context.Context, prefix string) ([]string, error) }
type FSClient ¶
type FSClient struct {
// contains filtered or unexported fields
}
func (*FSClient) CreateBucket ¶
func (*FSClient) DeleteObject ¶
func (*FSClient) DoesObjectExist ¶
func (*FSClient) ExpireObjects ¶
func (*FSClient) GeneratePresignedDownloadURL ¶
func (*FSClient) GetObjectSizeBytes ¶
func (*FSClient) ListObjectsByPrefix ¶
func (*FSClient) UpdateObjectTimestamp ¶
func (*FSClient) UploadFile ¶
type MockAPI ¶
type MockAPI struct {
// contains filtered or unexported fields
}
MockAPI is a mock of API interface
func NewMockAPI ¶
func NewMockAPI(ctrl *gomock.Controller) *MockAPI
NewMockAPI creates a new mock instance
func (*MockAPI) CreateBucket ¶
CreateBucket mocks base method
func (*MockAPI) DeleteObject ¶
DeleteObject mocks base method
func (*MockAPI) DoesObjectExist ¶
DoesObjectExist mocks base method
func (*MockAPI) EXPECT ¶
func (m *MockAPI) EXPECT() *MockAPIMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockAPI) ExpireObjects ¶
func (m *MockAPI) ExpireObjects(ctx context.Context, prefix string, deleteTime time.Duration, callback func(context.Context, logrus.FieldLogger, string))
ExpireObjects mocks base method
func (*MockAPI) GeneratePresignedDownloadURL ¶
func (m *MockAPI) GeneratePresignedDownloadURL(ctx context.Context, objectName string, duration time.Duration) (string, error)
GeneratePresignedDownloadURL mocks base method
func (*MockAPI) GetObjectSizeBytes ¶
GetObjectSizeBytes mocks base method
func (*MockAPI) ListObjectsByPrefix ¶
ListObjectsByPrefix mocks base method
func (*MockAPI) UpdateObjectTimestamp ¶
UpdateObjectTimestamp mocks base method
func (*MockAPI) UploadFile ¶
UploadFile mocks base method
type MockAPIMockRecorder ¶
type MockAPIMockRecorder struct {
// contains filtered or unexported fields
}
MockAPIMockRecorder is the mock recorder for MockAPI
func (*MockAPIMockRecorder) CreateBucket ¶
func (mr *MockAPIMockRecorder) CreateBucket() *gomock.Call
CreateBucket indicates an expected call of CreateBucket
func (*MockAPIMockRecorder) DeleteObject ¶
func (mr *MockAPIMockRecorder) DeleteObject(ctx, objectName interface{}) *gomock.Call
DeleteObject indicates an expected call of DeleteObject
func (*MockAPIMockRecorder) DoesObjectExist ¶
func (mr *MockAPIMockRecorder) DoesObjectExist(ctx, objectName interface{}) *gomock.Call
DoesObjectExist indicates an expected call of DoesObjectExist
func (*MockAPIMockRecorder) Download ¶
func (mr *MockAPIMockRecorder) Download(ctx, objectName interface{}) *gomock.Call
Download indicates an expected call of Download
func (*MockAPIMockRecorder) ExpireObjects ¶
func (mr *MockAPIMockRecorder) ExpireObjects(ctx, prefix, deleteTime, callback interface{}) *gomock.Call
ExpireObjects indicates an expected call of ExpireObjects
func (*MockAPIMockRecorder) GeneratePresignedDownloadURL ¶
func (mr *MockAPIMockRecorder) GeneratePresignedDownloadURL(ctx, objectName, duration interface{}) *gomock.Call
GeneratePresignedDownloadURL indicates an expected call of GeneratePresignedDownloadURL
func (*MockAPIMockRecorder) GetObjectSizeBytes ¶
func (mr *MockAPIMockRecorder) GetObjectSizeBytes(ctx, objectName interface{}) *gomock.Call
GetObjectSizeBytes indicates an expected call of GetObjectSizeBytes
func (*MockAPIMockRecorder) IsAwsS3 ¶
func (mr *MockAPIMockRecorder) IsAwsS3() *gomock.Call
IsAwsS3 indicates an expected call of IsAwsS3
func (*MockAPIMockRecorder) ListObjectsByPrefix ¶
func (mr *MockAPIMockRecorder) ListObjectsByPrefix(ctx, prefix interface{}) *gomock.Call
ListObjectsByPrefix indicates an expected call of ListObjectsByPrefix
func (*MockAPIMockRecorder) UpdateObjectTimestamp ¶
func (mr *MockAPIMockRecorder) UpdateObjectTimestamp(ctx, objectName interface{}) *gomock.Call
UpdateObjectTimestamp indicates an expected call of UpdateObjectTimestamp
func (*MockAPIMockRecorder) Upload ¶
func (mr *MockAPIMockRecorder) Upload(ctx, data, objectName interface{}) *gomock.Call
Upload indicates an expected call of Upload
func (*MockAPIMockRecorder) UploadFile ¶
func (mr *MockAPIMockRecorder) UploadFile(ctx, filePath, objectName interface{}) *gomock.Call
UploadFile indicates an expected call of UploadFile
func (*MockAPIMockRecorder) UploadStream ¶
func (mr *MockAPIMockRecorder) UploadStream(ctx, reader, objectName interface{}) *gomock.Call
UploadStream indicates an expected call of UploadStream
type MockS3API ¶
type MockS3API struct {
// contains filtered or unexported fields
}
MockS3API is a mock of S3API interface
func NewMockS3API ¶
func NewMockS3API(ctrl *gomock.Controller) *MockS3API
NewMockS3API creates a new mock instance
func (*MockS3API) AbortMultipartUpload ¶
func (m *MockS3API) AbortMultipartUpload(arg0 *s3.AbortMultipartUploadInput) (*s3.AbortMultipartUploadOutput, error)
AbortMultipartUpload mocks base method
func (*MockS3API) AbortMultipartUploadRequest ¶
func (m *MockS3API) AbortMultipartUploadRequest(arg0 *s3.AbortMultipartUploadInput) (*request.Request, *s3.AbortMultipartUploadOutput)
AbortMultipartUploadRequest mocks base method
func (*MockS3API) AbortMultipartUploadWithContext ¶
func (m *MockS3API) AbortMultipartUploadWithContext(arg0 context.Context, arg1 *s3.AbortMultipartUploadInput, arg2 ...request.Option) (*s3.AbortMultipartUploadOutput, error)
AbortMultipartUploadWithContext mocks base method
func (*MockS3API) CompleteMultipartUpload ¶
func (m *MockS3API) CompleteMultipartUpload(arg0 *s3.CompleteMultipartUploadInput) (*s3.CompleteMultipartUploadOutput, error)
CompleteMultipartUpload mocks base method
func (*MockS3API) CompleteMultipartUploadRequest ¶
func (m *MockS3API) CompleteMultipartUploadRequest(arg0 *s3.CompleteMultipartUploadInput) (*request.Request, *s3.CompleteMultipartUploadOutput)
CompleteMultipartUploadRequest mocks base method
func (*MockS3API) CompleteMultipartUploadWithContext ¶
func (m *MockS3API) CompleteMultipartUploadWithContext(arg0 context.Context, arg1 *s3.CompleteMultipartUploadInput, arg2 ...request.Option) (*s3.CompleteMultipartUploadOutput, error)
CompleteMultipartUploadWithContext mocks base method
func (*MockS3API) CopyObject ¶
func (m *MockS3API) CopyObject(arg0 *s3.CopyObjectInput) (*s3.CopyObjectOutput, error)
CopyObject mocks base method
func (*MockS3API) CopyObjectRequest ¶
func (m *MockS3API) CopyObjectRequest(arg0 *s3.CopyObjectInput) (*request.Request, *s3.CopyObjectOutput)
CopyObjectRequest mocks base method
func (*MockS3API) CopyObjectWithContext ¶
func (m *MockS3API) CopyObjectWithContext(arg0 context.Context, arg1 *s3.CopyObjectInput, arg2 ...request.Option) (*s3.CopyObjectOutput, error)
CopyObjectWithContext mocks base method
func (*MockS3API) CreateBucket ¶
func (m *MockS3API) CreateBucket(arg0 *s3.CreateBucketInput) (*s3.CreateBucketOutput, error)
CreateBucket mocks base method
func (*MockS3API) CreateBucketRequest ¶
func (m *MockS3API) CreateBucketRequest(arg0 *s3.CreateBucketInput) (*request.Request, *s3.CreateBucketOutput)
CreateBucketRequest mocks base method
func (*MockS3API) CreateBucketWithContext ¶
func (m *MockS3API) CreateBucketWithContext(arg0 context.Context, arg1 *s3.CreateBucketInput, arg2 ...request.Option) (*s3.CreateBucketOutput, error)
CreateBucketWithContext mocks base method
func (*MockS3API) CreateMultipartUpload ¶
func (m *MockS3API) CreateMultipartUpload(arg0 *s3.CreateMultipartUploadInput) (*s3.CreateMultipartUploadOutput, error)
CreateMultipartUpload mocks base method
func (*MockS3API) CreateMultipartUploadRequest ¶
func (m *MockS3API) CreateMultipartUploadRequest(arg0 *s3.CreateMultipartUploadInput) (*request.Request, *s3.CreateMultipartUploadOutput)
CreateMultipartUploadRequest mocks base method
func (*MockS3API) CreateMultipartUploadWithContext ¶
func (m *MockS3API) CreateMultipartUploadWithContext(arg0 context.Context, arg1 *s3.CreateMultipartUploadInput, arg2 ...request.Option) (*s3.CreateMultipartUploadOutput, error)
CreateMultipartUploadWithContext mocks base method
func (*MockS3API) DeleteBucket ¶
func (m *MockS3API) DeleteBucket(arg0 *s3.DeleteBucketInput) (*s3.DeleteBucketOutput, error)
DeleteBucket mocks base method
func (*MockS3API) DeleteBucketAnalyticsConfiguration ¶
func (m *MockS3API) DeleteBucketAnalyticsConfiguration(arg0 *s3.DeleteBucketAnalyticsConfigurationInput) (*s3.DeleteBucketAnalyticsConfigurationOutput, error)
DeleteBucketAnalyticsConfiguration mocks base method
func (*MockS3API) DeleteBucketAnalyticsConfigurationRequest ¶
func (m *MockS3API) DeleteBucketAnalyticsConfigurationRequest(arg0 *s3.DeleteBucketAnalyticsConfigurationInput) (*request.Request, *s3.DeleteBucketAnalyticsConfigurationOutput)
DeleteBucketAnalyticsConfigurationRequest mocks base method
func (*MockS3API) DeleteBucketAnalyticsConfigurationWithContext ¶
func (m *MockS3API) DeleteBucketAnalyticsConfigurationWithContext(arg0 context.Context, arg1 *s3.DeleteBucketAnalyticsConfigurationInput, arg2 ...request.Option) (*s3.DeleteBucketAnalyticsConfigurationOutput, error)
DeleteBucketAnalyticsConfigurationWithContext mocks base method
func (*MockS3API) DeleteBucketCors ¶
func (m *MockS3API) DeleteBucketCors(arg0 *s3.DeleteBucketCorsInput) (*s3.DeleteBucketCorsOutput, error)
DeleteBucketCors mocks base method
func (*MockS3API) DeleteBucketCorsRequest ¶
func (m *MockS3API) DeleteBucketCorsRequest(arg0 *s3.DeleteBucketCorsInput) (*request.Request, *s3.DeleteBucketCorsOutput)
DeleteBucketCorsRequest mocks base method
func (*MockS3API) DeleteBucketCorsWithContext ¶
func (m *MockS3API) DeleteBucketCorsWithContext(arg0 context.Context, arg1 *s3.DeleteBucketCorsInput, arg2 ...request.Option) (*s3.DeleteBucketCorsOutput, error)
DeleteBucketCorsWithContext mocks base method
func (*MockS3API) DeleteBucketEncryption ¶
func (m *MockS3API) DeleteBucketEncryption(arg0 *s3.DeleteBucketEncryptionInput) (*s3.DeleteBucketEncryptionOutput, error)
DeleteBucketEncryption mocks base method
func (*MockS3API) DeleteBucketEncryptionRequest ¶
func (m *MockS3API) DeleteBucketEncryptionRequest(arg0 *s3.DeleteBucketEncryptionInput) (*request.Request, *s3.DeleteBucketEncryptionOutput)
DeleteBucketEncryptionRequest mocks base method
func (*MockS3API) DeleteBucketEncryptionWithContext ¶
func (m *MockS3API) DeleteBucketEncryptionWithContext(arg0 context.Context, arg1 *s3.DeleteBucketEncryptionInput, arg2 ...request.Option) (*s3.DeleteBucketEncryptionOutput, error)
DeleteBucketEncryptionWithContext mocks base method
func (*MockS3API) DeleteBucketInventoryConfiguration ¶
func (m *MockS3API) DeleteBucketInventoryConfiguration(arg0 *s3.DeleteBucketInventoryConfigurationInput) (*s3.DeleteBucketInventoryConfigurationOutput, error)
DeleteBucketInventoryConfiguration mocks base method
func (*MockS3API) DeleteBucketInventoryConfigurationRequest ¶
func (m *MockS3API) DeleteBucketInventoryConfigurationRequest(arg0 *s3.DeleteBucketInventoryConfigurationInput) (*request.Request, *s3.DeleteBucketInventoryConfigurationOutput)
DeleteBucketInventoryConfigurationRequest mocks base method
func (*MockS3API) DeleteBucketInventoryConfigurationWithContext ¶
func (m *MockS3API) DeleteBucketInventoryConfigurationWithContext(arg0 context.Context, arg1 *s3.DeleteBucketInventoryConfigurationInput, arg2 ...request.Option) (*s3.DeleteBucketInventoryConfigurationOutput, error)
DeleteBucketInventoryConfigurationWithContext mocks base method
func (*MockS3API) DeleteBucketLifecycle ¶
func (m *MockS3API) DeleteBucketLifecycle(arg0 *s3.DeleteBucketLifecycleInput) (*s3.DeleteBucketLifecycleOutput, error)
DeleteBucketLifecycle mocks base method
func (*MockS3API) DeleteBucketLifecycleRequest ¶
func (m *MockS3API) DeleteBucketLifecycleRequest(arg0 *s3.DeleteBucketLifecycleInput) (*request.Request, *s3.DeleteBucketLifecycleOutput)
DeleteBucketLifecycleRequest mocks base method
func (*MockS3API) DeleteBucketLifecycleWithContext ¶
func (m *MockS3API) DeleteBucketLifecycleWithContext(arg0 context.Context, arg1 *s3.DeleteBucketLifecycleInput, arg2 ...request.Option) (*s3.DeleteBucketLifecycleOutput, error)
DeleteBucketLifecycleWithContext mocks base method
func (*MockS3API) DeleteBucketMetricsConfiguration ¶
func (m *MockS3API) DeleteBucketMetricsConfiguration(arg0 *s3.DeleteBucketMetricsConfigurationInput) (*s3.DeleteBucketMetricsConfigurationOutput, error)
DeleteBucketMetricsConfiguration mocks base method
func (*MockS3API) DeleteBucketMetricsConfigurationRequest ¶
func (m *MockS3API) DeleteBucketMetricsConfigurationRequest(arg0 *s3.DeleteBucketMetricsConfigurationInput) (*request.Request, *s3.DeleteBucketMetricsConfigurationOutput)
DeleteBucketMetricsConfigurationRequest mocks base method
func (*MockS3API) DeleteBucketMetricsConfigurationWithContext ¶
func (m *MockS3API) DeleteBucketMetricsConfigurationWithContext(arg0 context.Context, arg1 *s3.DeleteBucketMetricsConfigurationInput, arg2 ...request.Option) (*s3.DeleteBucketMetricsConfigurationOutput, error)
DeleteBucketMetricsConfigurationWithContext mocks base method
func (*MockS3API) DeleteBucketPolicy ¶
func (m *MockS3API) DeleteBucketPolicy(arg0 *s3.DeleteBucketPolicyInput) (*s3.DeleteBucketPolicyOutput, error)
DeleteBucketPolicy mocks base method
func (*MockS3API) DeleteBucketPolicyRequest ¶
func (m *MockS3API) DeleteBucketPolicyRequest(arg0 *s3.DeleteBucketPolicyInput) (*request.Request, *s3.DeleteBucketPolicyOutput)
DeleteBucketPolicyRequest mocks base method
func (*MockS3API) DeleteBucketPolicyWithContext ¶
func (m *MockS3API) DeleteBucketPolicyWithContext(arg0 context.Context, arg1 *s3.DeleteBucketPolicyInput, arg2 ...request.Option) (*s3.DeleteBucketPolicyOutput, error)
DeleteBucketPolicyWithContext mocks base method
func (*MockS3API) DeleteBucketReplication ¶
func (m *MockS3API) DeleteBucketReplication(arg0 *s3.DeleteBucketReplicationInput) (*s3.DeleteBucketReplicationOutput, error)
DeleteBucketReplication mocks base method
func (*MockS3API) DeleteBucketReplicationRequest ¶
func (m *MockS3API) DeleteBucketReplicationRequest(arg0 *s3.DeleteBucketReplicationInput) (*request.Request, *s3.DeleteBucketReplicationOutput)
DeleteBucketReplicationRequest mocks base method
func (*MockS3API) DeleteBucketReplicationWithContext ¶
func (m *MockS3API) DeleteBucketReplicationWithContext(arg0 context.Context, arg1 *s3.DeleteBucketReplicationInput, arg2 ...request.Option) (*s3.DeleteBucketReplicationOutput, error)
DeleteBucketReplicationWithContext mocks base method
func (*MockS3API) DeleteBucketRequest ¶
func (m *MockS3API) DeleteBucketRequest(arg0 *s3.DeleteBucketInput) (*request.Request, *s3.DeleteBucketOutput)
DeleteBucketRequest mocks base method
func (*MockS3API) DeleteBucketTagging ¶
func (m *MockS3API) DeleteBucketTagging(arg0 *s3.DeleteBucketTaggingInput) (*s3.DeleteBucketTaggingOutput, error)
DeleteBucketTagging mocks base method
func (*MockS3API) DeleteBucketTaggingRequest ¶
func (m *MockS3API) DeleteBucketTaggingRequest(arg0 *s3.DeleteBucketTaggingInput) (*request.Request, *s3.DeleteBucketTaggingOutput)
DeleteBucketTaggingRequest mocks base method
func (*MockS3API) DeleteBucketTaggingWithContext ¶
func (m *MockS3API) DeleteBucketTaggingWithContext(arg0 context.Context, arg1 *s3.DeleteBucketTaggingInput, arg2 ...request.Option) (*s3.DeleteBucketTaggingOutput, error)
DeleteBucketTaggingWithContext mocks base method
func (*MockS3API) DeleteBucketWebsite ¶
func (m *MockS3API) DeleteBucketWebsite(arg0 *s3.DeleteBucketWebsiteInput) (*s3.DeleteBucketWebsiteOutput, error)
DeleteBucketWebsite mocks base method
func (*MockS3API) DeleteBucketWebsiteRequest ¶
func (m *MockS3API) DeleteBucketWebsiteRequest(arg0 *s3.DeleteBucketWebsiteInput) (*request.Request, *s3.DeleteBucketWebsiteOutput)
DeleteBucketWebsiteRequest mocks base method
func (*MockS3API) DeleteBucketWebsiteWithContext ¶
func (m *MockS3API) DeleteBucketWebsiteWithContext(arg0 context.Context, arg1 *s3.DeleteBucketWebsiteInput, arg2 ...request.Option) (*s3.DeleteBucketWebsiteOutput, error)
DeleteBucketWebsiteWithContext mocks base method
func (*MockS3API) DeleteBucketWithContext ¶
func (m *MockS3API) DeleteBucketWithContext(arg0 context.Context, arg1 *s3.DeleteBucketInput, arg2 ...request.Option) (*s3.DeleteBucketOutput, error)
DeleteBucketWithContext mocks base method
func (*MockS3API) DeleteObject ¶
func (m *MockS3API) DeleteObject(arg0 *s3.DeleteObjectInput) (*s3.DeleteObjectOutput, error)
DeleteObject mocks base method
func (*MockS3API) DeleteObjectRequest ¶
func (m *MockS3API) DeleteObjectRequest(arg0 *s3.DeleteObjectInput) (*request.Request, *s3.DeleteObjectOutput)
DeleteObjectRequest mocks base method
func (*MockS3API) DeleteObjectTagging ¶
func (m *MockS3API) DeleteObjectTagging(arg0 *s3.DeleteObjectTaggingInput) (*s3.DeleteObjectTaggingOutput, error)
DeleteObjectTagging mocks base method
func (*MockS3API) DeleteObjectTaggingRequest ¶
func (m *MockS3API) DeleteObjectTaggingRequest(arg0 *s3.DeleteObjectTaggingInput) (*request.Request, *s3.DeleteObjectTaggingOutput)
DeleteObjectTaggingRequest mocks base method
func (*MockS3API) DeleteObjectTaggingWithContext ¶
func (m *MockS3API) DeleteObjectTaggingWithContext(arg0 context.Context, arg1 *s3.DeleteObjectTaggingInput, arg2 ...request.Option) (*s3.DeleteObjectTaggingOutput, error)
DeleteObjectTaggingWithContext mocks base method
func (*MockS3API) DeleteObjectWithContext ¶
func (m *MockS3API) DeleteObjectWithContext(arg0 context.Context, arg1 *s3.DeleteObjectInput, arg2 ...request.Option) (*s3.DeleteObjectOutput, error)
DeleteObjectWithContext mocks base method
func (*MockS3API) DeleteObjects ¶
func (m *MockS3API) DeleteObjects(arg0 *s3.DeleteObjectsInput) (*s3.DeleteObjectsOutput, error)
DeleteObjects mocks base method
func (*MockS3API) DeleteObjectsRequest ¶
func (m *MockS3API) DeleteObjectsRequest(arg0 *s3.DeleteObjectsInput) (*request.Request, *s3.DeleteObjectsOutput)
DeleteObjectsRequest mocks base method
func (*MockS3API) DeleteObjectsWithContext ¶
func (m *MockS3API) DeleteObjectsWithContext(arg0 context.Context, arg1 *s3.DeleteObjectsInput, arg2 ...request.Option) (*s3.DeleteObjectsOutput, error)
DeleteObjectsWithContext mocks base method
func (*MockS3API) DeletePublicAccessBlock ¶
func (m *MockS3API) DeletePublicAccessBlock(arg0 *s3.DeletePublicAccessBlockInput) (*s3.DeletePublicAccessBlockOutput, error)
DeletePublicAccessBlock mocks base method
func (*MockS3API) DeletePublicAccessBlockRequest ¶
func (m *MockS3API) DeletePublicAccessBlockRequest(arg0 *s3.DeletePublicAccessBlockInput) (*request.Request, *s3.DeletePublicAccessBlockOutput)
DeletePublicAccessBlockRequest mocks base method
func (*MockS3API) DeletePublicAccessBlockWithContext ¶
func (m *MockS3API) DeletePublicAccessBlockWithContext(arg0 context.Context, arg1 *s3.DeletePublicAccessBlockInput, arg2 ...request.Option) (*s3.DeletePublicAccessBlockOutput, error)
DeletePublicAccessBlockWithContext mocks base method
func (*MockS3API) EXPECT ¶
func (m *MockS3API) EXPECT() *MockS3APIMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockS3API) GetBucketAccelerateConfiguration ¶
func (m *MockS3API) GetBucketAccelerateConfiguration(arg0 *s3.GetBucketAccelerateConfigurationInput) (*s3.GetBucketAccelerateConfigurationOutput, error)
GetBucketAccelerateConfiguration mocks base method
func (*MockS3API) GetBucketAccelerateConfigurationRequest ¶
func (m *MockS3API) GetBucketAccelerateConfigurationRequest(arg0 *s3.GetBucketAccelerateConfigurationInput) (*request.Request, *s3.GetBucketAccelerateConfigurationOutput)
GetBucketAccelerateConfigurationRequest mocks base method
func (*MockS3API) GetBucketAccelerateConfigurationWithContext ¶
func (m *MockS3API) GetBucketAccelerateConfigurationWithContext(arg0 context.Context, arg1 *s3.GetBucketAccelerateConfigurationInput, arg2 ...request.Option) (*s3.GetBucketAccelerateConfigurationOutput, error)
GetBucketAccelerateConfigurationWithContext mocks base method
func (*MockS3API) GetBucketAcl ¶
func (m *MockS3API) GetBucketAcl(arg0 *s3.GetBucketAclInput) (*s3.GetBucketAclOutput, error)
GetBucketAcl mocks base method
func (*MockS3API) GetBucketAclRequest ¶
func (m *MockS3API) GetBucketAclRequest(arg0 *s3.GetBucketAclInput) (*request.Request, *s3.GetBucketAclOutput)
GetBucketAclRequest mocks base method
func (*MockS3API) GetBucketAclWithContext ¶
func (m *MockS3API) GetBucketAclWithContext(arg0 context.Context, arg1 *s3.GetBucketAclInput, arg2 ...request.Option) (*s3.GetBucketAclOutput, error)
GetBucketAclWithContext mocks base method
func (*MockS3API) GetBucketAnalyticsConfiguration ¶
func (m *MockS3API) GetBucketAnalyticsConfiguration(arg0 *s3.GetBucketAnalyticsConfigurationInput) (*s3.GetBucketAnalyticsConfigurationOutput, error)
GetBucketAnalyticsConfiguration mocks base method
func (*MockS3API) GetBucketAnalyticsConfigurationRequest ¶
func (m *MockS3API) GetBucketAnalyticsConfigurationRequest(arg0 *s3.GetBucketAnalyticsConfigurationInput) (*request.Request, *s3.GetBucketAnalyticsConfigurationOutput)
GetBucketAnalyticsConfigurationRequest mocks base method
func (*MockS3API) GetBucketAnalyticsConfigurationWithContext ¶
func (m *MockS3API) GetBucketAnalyticsConfigurationWithContext(arg0 context.Context, arg1 *s3.GetBucketAnalyticsConfigurationInput, arg2 ...request.Option) (*s3.GetBucketAnalyticsConfigurationOutput, error)
GetBucketAnalyticsConfigurationWithContext mocks base method
func (*MockS3API) GetBucketCors ¶
func (m *MockS3API) GetBucketCors(arg0 *s3.GetBucketCorsInput) (*s3.GetBucketCorsOutput, error)
GetBucketCors mocks base method
func (*MockS3API) GetBucketCorsRequest ¶
func (m *MockS3API) GetBucketCorsRequest(arg0 *s3.GetBucketCorsInput) (*request.Request, *s3.GetBucketCorsOutput)
GetBucketCorsRequest mocks base method
func (*MockS3API) GetBucketCorsWithContext ¶
func (m *MockS3API) GetBucketCorsWithContext(arg0 context.Context, arg1 *s3.GetBucketCorsInput, arg2 ...request.Option) (*s3.GetBucketCorsOutput, error)
GetBucketCorsWithContext mocks base method
func (*MockS3API) GetBucketEncryption ¶
func (m *MockS3API) GetBucketEncryption(arg0 *s3.GetBucketEncryptionInput) (*s3.GetBucketEncryptionOutput, error)
GetBucketEncryption mocks base method
func (*MockS3API) GetBucketEncryptionRequest ¶
func (m *MockS3API) GetBucketEncryptionRequest(arg0 *s3.GetBucketEncryptionInput) (*request.Request, *s3.GetBucketEncryptionOutput)
GetBucketEncryptionRequest mocks base method
func (*MockS3API) GetBucketEncryptionWithContext ¶
func (m *MockS3API) GetBucketEncryptionWithContext(arg0 context.Context, arg1 *s3.GetBucketEncryptionInput, arg2 ...request.Option) (*s3.GetBucketEncryptionOutput, error)
GetBucketEncryptionWithContext mocks base method
func (*MockS3API) GetBucketInventoryConfiguration ¶
func (m *MockS3API) GetBucketInventoryConfiguration(arg0 *s3.GetBucketInventoryConfigurationInput) (*s3.GetBucketInventoryConfigurationOutput, error)
GetBucketInventoryConfiguration mocks base method
func (*MockS3API) GetBucketInventoryConfigurationRequest ¶
func (m *MockS3API) GetBucketInventoryConfigurationRequest(arg0 *s3.GetBucketInventoryConfigurationInput) (*request.Request, *s3.GetBucketInventoryConfigurationOutput)
GetBucketInventoryConfigurationRequest mocks base method
func (*MockS3API) GetBucketInventoryConfigurationWithContext ¶
func (m *MockS3API) GetBucketInventoryConfigurationWithContext(arg0 context.Context, arg1 *s3.GetBucketInventoryConfigurationInput, arg2 ...request.Option) (*s3.GetBucketInventoryConfigurationOutput, error)
GetBucketInventoryConfigurationWithContext mocks base method
func (*MockS3API) GetBucketLifecycle ¶
func (m *MockS3API) GetBucketLifecycle(arg0 *s3.GetBucketLifecycleInput) (*s3.GetBucketLifecycleOutput, error)
GetBucketLifecycle mocks base method
func (*MockS3API) GetBucketLifecycleConfiguration ¶
func (m *MockS3API) GetBucketLifecycleConfiguration(arg0 *s3.GetBucketLifecycleConfigurationInput) (*s3.GetBucketLifecycleConfigurationOutput, error)
GetBucketLifecycleConfiguration mocks base method
func (*MockS3API) GetBucketLifecycleConfigurationRequest ¶
func (m *MockS3API) GetBucketLifecycleConfigurationRequest(arg0 *s3.GetBucketLifecycleConfigurationInput) (*request.Request, *s3.GetBucketLifecycleConfigurationOutput)
GetBucketLifecycleConfigurationRequest mocks base method
func (*MockS3API) GetBucketLifecycleConfigurationWithContext ¶
func (m *MockS3API) GetBucketLifecycleConfigurationWithContext(arg0 context.Context, arg1 *s3.GetBucketLifecycleConfigurationInput, arg2 ...request.Option) (*s3.GetBucketLifecycleConfigurationOutput, error)
GetBucketLifecycleConfigurationWithContext mocks base method
func (*MockS3API) GetBucketLifecycleRequest ¶
func (m *MockS3API) GetBucketLifecycleRequest(arg0 *s3.GetBucketLifecycleInput) (*request.Request, *s3.GetBucketLifecycleOutput)
GetBucketLifecycleRequest mocks base method
func (*MockS3API) GetBucketLifecycleWithContext ¶
func (m *MockS3API) GetBucketLifecycleWithContext(arg0 context.Context, arg1 *s3.GetBucketLifecycleInput, arg2 ...request.Option) (*s3.GetBucketLifecycleOutput, error)
GetBucketLifecycleWithContext mocks base method
func (*MockS3API) GetBucketLocation ¶
func (m *MockS3API) GetBucketLocation(arg0 *s3.GetBucketLocationInput) (*s3.GetBucketLocationOutput, error)
GetBucketLocation mocks base method
func (*MockS3API) GetBucketLocationRequest ¶
func (m *MockS3API) GetBucketLocationRequest(arg0 *s3.GetBucketLocationInput) (*request.Request, *s3.GetBucketLocationOutput)
GetBucketLocationRequest mocks base method
func (*MockS3API) GetBucketLocationWithContext ¶
func (m *MockS3API) GetBucketLocationWithContext(arg0 context.Context, arg1 *s3.GetBucketLocationInput, arg2 ...request.Option) (*s3.GetBucketLocationOutput, error)
GetBucketLocationWithContext mocks base method
func (*MockS3API) GetBucketLogging ¶
func (m *MockS3API) GetBucketLogging(arg0 *s3.GetBucketLoggingInput) (*s3.GetBucketLoggingOutput, error)
GetBucketLogging mocks base method
func (*MockS3API) GetBucketLoggingRequest ¶
func (m *MockS3API) GetBucketLoggingRequest(arg0 *s3.GetBucketLoggingInput) (*request.Request, *s3.GetBucketLoggingOutput)
GetBucketLoggingRequest mocks base method
func (*MockS3API) GetBucketLoggingWithContext ¶
func (m *MockS3API) GetBucketLoggingWithContext(arg0 context.Context, arg1 *s3.GetBucketLoggingInput, arg2 ...request.Option) (*s3.GetBucketLoggingOutput, error)
GetBucketLoggingWithContext mocks base method
func (*MockS3API) GetBucketMetricsConfiguration ¶
func (m *MockS3API) GetBucketMetricsConfiguration(arg0 *s3.GetBucketMetricsConfigurationInput) (*s3.GetBucketMetricsConfigurationOutput, error)
GetBucketMetricsConfiguration mocks base method
func (*MockS3API) GetBucketMetricsConfigurationRequest ¶
func (m *MockS3API) GetBucketMetricsConfigurationRequest(arg0 *s3.GetBucketMetricsConfigurationInput) (*request.Request, *s3.GetBucketMetricsConfigurationOutput)
GetBucketMetricsConfigurationRequest mocks base method
func (*MockS3API) GetBucketMetricsConfigurationWithContext ¶
func (m *MockS3API) GetBucketMetricsConfigurationWithContext(arg0 context.Context, arg1 *s3.GetBucketMetricsConfigurationInput, arg2 ...request.Option) (*s3.GetBucketMetricsConfigurationOutput, error)
GetBucketMetricsConfigurationWithContext mocks base method
func (*MockS3API) GetBucketNotification ¶
func (m *MockS3API) GetBucketNotification(arg0 *s3.GetBucketNotificationConfigurationRequest) (*s3.NotificationConfigurationDeprecated, error)
GetBucketNotification mocks base method
func (*MockS3API) GetBucketNotificationConfiguration ¶
func (m *MockS3API) GetBucketNotificationConfiguration(arg0 *s3.GetBucketNotificationConfigurationRequest) (*s3.NotificationConfiguration, error)
GetBucketNotificationConfiguration mocks base method
func (*MockS3API) GetBucketNotificationConfigurationRequest ¶
func (m *MockS3API) GetBucketNotificationConfigurationRequest(arg0 *s3.GetBucketNotificationConfigurationRequest) (*request.Request, *s3.NotificationConfiguration)
GetBucketNotificationConfigurationRequest mocks base method
func (*MockS3API) GetBucketNotificationConfigurationWithContext ¶
func (m *MockS3API) GetBucketNotificationConfigurationWithContext(arg0 context.Context, arg1 *s3.GetBucketNotificationConfigurationRequest, arg2 ...request.Option) (*s3.NotificationConfiguration, error)
GetBucketNotificationConfigurationWithContext mocks base method
func (*MockS3API) GetBucketNotificationRequest ¶
func (m *MockS3API) GetBucketNotificationRequest(arg0 *s3.GetBucketNotificationConfigurationRequest) (*request.Request, *s3.NotificationConfigurationDeprecated)
GetBucketNotificationRequest mocks base method
func (*MockS3API) GetBucketNotificationWithContext ¶
func (m *MockS3API) GetBucketNotificationWithContext(arg0 context.Context, arg1 *s3.GetBucketNotificationConfigurationRequest, arg2 ...request.Option) (*s3.NotificationConfigurationDeprecated, error)
GetBucketNotificationWithContext mocks base method
func (*MockS3API) GetBucketPolicy ¶
func (m *MockS3API) GetBucketPolicy(arg0 *s3.GetBucketPolicyInput) (*s3.GetBucketPolicyOutput, error)
GetBucketPolicy mocks base method
func (*MockS3API) GetBucketPolicyRequest ¶
func (m *MockS3API) GetBucketPolicyRequest(arg0 *s3.GetBucketPolicyInput) (*request.Request, *s3.GetBucketPolicyOutput)
GetBucketPolicyRequest mocks base method
func (*MockS3API) GetBucketPolicyStatus ¶
func (m *MockS3API) GetBucketPolicyStatus(arg0 *s3.GetBucketPolicyStatusInput) (*s3.GetBucketPolicyStatusOutput, error)
GetBucketPolicyStatus mocks base method
func (*MockS3API) GetBucketPolicyStatusRequest ¶
func (m *MockS3API) GetBucketPolicyStatusRequest(arg0 *s3.GetBucketPolicyStatusInput) (*request.Request, *s3.GetBucketPolicyStatusOutput)
GetBucketPolicyStatusRequest mocks base method
func (*MockS3API) GetBucketPolicyStatusWithContext ¶
func (m *MockS3API) GetBucketPolicyStatusWithContext(arg0 context.Context, arg1 *s3.GetBucketPolicyStatusInput, arg2 ...request.Option) (*s3.GetBucketPolicyStatusOutput, error)
GetBucketPolicyStatusWithContext mocks base method
func (*MockS3API) GetBucketPolicyWithContext ¶
func (m *MockS3API) GetBucketPolicyWithContext(arg0 context.Context, arg1 *s3.GetBucketPolicyInput, arg2 ...request.Option) (*s3.GetBucketPolicyOutput, error)
GetBucketPolicyWithContext mocks base method
func (*MockS3API) GetBucketReplication ¶
func (m *MockS3API) GetBucketReplication(arg0 *s3.GetBucketReplicationInput) (*s3.GetBucketReplicationOutput, error)
GetBucketReplication mocks base method
func (*MockS3API) GetBucketReplicationRequest ¶
func (m *MockS3API) GetBucketReplicationRequest(arg0 *s3.GetBucketReplicationInput) (*request.Request, *s3.GetBucketReplicationOutput)
GetBucketReplicationRequest mocks base method
func (*MockS3API) GetBucketReplicationWithContext ¶
func (m *MockS3API) GetBucketReplicationWithContext(arg0 context.Context, arg1 *s3.GetBucketReplicationInput, arg2 ...request.Option) (*s3.GetBucketReplicationOutput, error)
GetBucketReplicationWithContext mocks base method
func (*MockS3API) GetBucketRequestPayment ¶
func (m *MockS3API) GetBucketRequestPayment(arg0 *s3.GetBucketRequestPaymentInput) (*s3.GetBucketRequestPaymentOutput, error)
GetBucketRequestPayment mocks base method
func (*MockS3API) GetBucketRequestPaymentRequest ¶
func (m *MockS3API) GetBucketRequestPaymentRequest(arg0 *s3.GetBucketRequestPaymentInput) (*request.Request, *s3.GetBucketRequestPaymentOutput)
GetBucketRequestPaymentRequest mocks base method
func (*MockS3API) GetBucketRequestPaymentWithContext ¶
func (m *MockS3API) GetBucketRequestPaymentWithContext(arg0 context.Context, arg1 *s3.GetBucketRequestPaymentInput, arg2 ...request.Option) (*s3.GetBucketRequestPaymentOutput, error)
GetBucketRequestPaymentWithContext mocks base method
func (*MockS3API) GetBucketTagging ¶
func (m *MockS3API) GetBucketTagging(arg0 *s3.GetBucketTaggingInput) (*s3.GetBucketTaggingOutput, error)
GetBucketTagging mocks base method
func (*MockS3API) GetBucketTaggingRequest ¶
func (m *MockS3API) GetBucketTaggingRequest(arg0 *s3.GetBucketTaggingInput) (*request.Request, *s3.GetBucketTaggingOutput)
GetBucketTaggingRequest mocks base method
func (*MockS3API) GetBucketTaggingWithContext ¶
func (m *MockS3API) GetBucketTaggingWithContext(arg0 context.Context, arg1 *s3.GetBucketTaggingInput, arg2 ...request.Option) (*s3.GetBucketTaggingOutput, error)
GetBucketTaggingWithContext mocks base method
func (*MockS3API) GetBucketVersioning ¶
func (m *MockS3API) GetBucketVersioning(arg0 *s3.GetBucketVersioningInput) (*s3.GetBucketVersioningOutput, error)
GetBucketVersioning mocks base method
func (*MockS3API) GetBucketVersioningRequest ¶
func (m *MockS3API) GetBucketVersioningRequest(arg0 *s3.GetBucketVersioningInput) (*request.Request, *s3.GetBucketVersioningOutput)
GetBucketVersioningRequest mocks base method
func (*MockS3API) GetBucketVersioningWithContext ¶
func (m *MockS3API) GetBucketVersioningWithContext(arg0 context.Context, arg1 *s3.GetBucketVersioningInput, arg2 ...request.Option) (*s3.GetBucketVersioningOutput, error)
GetBucketVersioningWithContext mocks base method
func (*MockS3API) GetBucketWebsite ¶
func (m *MockS3API) GetBucketWebsite(arg0 *s3.GetBucketWebsiteInput) (*s3.GetBucketWebsiteOutput, error)
GetBucketWebsite mocks base method
func (*MockS3API) GetBucketWebsiteRequest ¶
func (m *MockS3API) GetBucketWebsiteRequest(arg0 *s3.GetBucketWebsiteInput) (*request.Request, *s3.GetBucketWebsiteOutput)
GetBucketWebsiteRequest mocks base method
func (*MockS3API) GetBucketWebsiteWithContext ¶
func (m *MockS3API) GetBucketWebsiteWithContext(arg0 context.Context, arg1 *s3.GetBucketWebsiteInput, arg2 ...request.Option) (*s3.GetBucketWebsiteOutput, error)
GetBucketWebsiteWithContext mocks base method
func (*MockS3API) GetObject ¶
func (m *MockS3API) GetObject(arg0 *s3.GetObjectInput) (*s3.GetObjectOutput, error)
GetObject mocks base method
func (*MockS3API) GetObjectAcl ¶
func (m *MockS3API) GetObjectAcl(arg0 *s3.GetObjectAclInput) (*s3.GetObjectAclOutput, error)
GetObjectAcl mocks base method
func (*MockS3API) GetObjectAclRequest ¶
func (m *MockS3API) GetObjectAclRequest(arg0 *s3.GetObjectAclInput) (*request.Request, *s3.GetObjectAclOutput)
GetObjectAclRequest mocks base method
func (*MockS3API) GetObjectAclWithContext ¶
func (m *MockS3API) GetObjectAclWithContext(arg0 context.Context, arg1 *s3.GetObjectAclInput, arg2 ...request.Option) (*s3.GetObjectAclOutput, error)
GetObjectAclWithContext mocks base method
func (*MockS3API) GetObjectLegalHold ¶
func (m *MockS3API) GetObjectLegalHold(arg0 *s3.GetObjectLegalHoldInput) (*s3.GetObjectLegalHoldOutput, error)
GetObjectLegalHold mocks base method
func (*MockS3API) GetObjectLegalHoldRequest ¶
func (m *MockS3API) GetObjectLegalHoldRequest(arg0 *s3.GetObjectLegalHoldInput) (*request.Request, *s3.GetObjectLegalHoldOutput)
GetObjectLegalHoldRequest mocks base method
func (*MockS3API) GetObjectLegalHoldWithContext ¶
func (m *MockS3API) GetObjectLegalHoldWithContext(arg0 context.Context, arg1 *s3.GetObjectLegalHoldInput, arg2 ...request.Option) (*s3.GetObjectLegalHoldOutput, error)
GetObjectLegalHoldWithContext mocks base method
func (*MockS3API) GetObjectLockConfiguration ¶
func (m *MockS3API) GetObjectLockConfiguration(arg0 *s3.GetObjectLockConfigurationInput) (*s3.GetObjectLockConfigurationOutput, error)
GetObjectLockConfiguration mocks base method
func (*MockS3API) GetObjectLockConfigurationRequest ¶
func (m *MockS3API) GetObjectLockConfigurationRequest(arg0 *s3.GetObjectLockConfigurationInput) (*request.Request, *s3.GetObjectLockConfigurationOutput)
GetObjectLockConfigurationRequest mocks base method
func (*MockS3API) GetObjectLockConfigurationWithContext ¶
func (m *MockS3API) GetObjectLockConfigurationWithContext(arg0 context.Context, arg1 *s3.GetObjectLockConfigurationInput, arg2 ...request.Option) (*s3.GetObjectLockConfigurationOutput, error)
GetObjectLockConfigurationWithContext mocks base method
func (*MockS3API) GetObjectRequest ¶
func (m *MockS3API) GetObjectRequest(arg0 *s3.GetObjectInput) (*request.Request, *s3.GetObjectOutput)
GetObjectRequest mocks base method
func (*MockS3API) GetObjectRetention ¶
func (m *MockS3API) GetObjectRetention(arg0 *s3.GetObjectRetentionInput) (*s3.GetObjectRetentionOutput, error)
GetObjectRetention mocks base method
func (*MockS3API) GetObjectRetentionRequest ¶
func (m *MockS3API) GetObjectRetentionRequest(arg0 *s3.GetObjectRetentionInput) (*request.Request, *s3.GetObjectRetentionOutput)
GetObjectRetentionRequest mocks base method
func (*MockS3API) GetObjectRetentionWithContext ¶
func (m *MockS3API) GetObjectRetentionWithContext(arg0 context.Context, arg1 *s3.GetObjectRetentionInput, arg2 ...request.Option) (*s3.GetObjectRetentionOutput, error)
GetObjectRetentionWithContext mocks base method
func (*MockS3API) GetObjectTagging ¶
func (m *MockS3API) GetObjectTagging(arg0 *s3.GetObjectTaggingInput) (*s3.GetObjectTaggingOutput, error)
GetObjectTagging mocks base method
func (*MockS3API) GetObjectTaggingRequest ¶
func (m *MockS3API) GetObjectTaggingRequest(arg0 *s3.GetObjectTaggingInput) (*request.Request, *s3.GetObjectTaggingOutput)
GetObjectTaggingRequest mocks base method
func (*MockS3API) GetObjectTaggingWithContext ¶
func (m *MockS3API) GetObjectTaggingWithContext(arg0 context.Context, arg1 *s3.GetObjectTaggingInput, arg2 ...request.Option) (*s3.GetObjectTaggingOutput, error)
GetObjectTaggingWithContext mocks base method
func (*MockS3API) GetObjectTorrent ¶
func (m *MockS3API) GetObjectTorrent(arg0 *s3.GetObjectTorrentInput) (*s3.GetObjectTorrentOutput, error)
GetObjectTorrent mocks base method
func (*MockS3API) GetObjectTorrentRequest ¶
func (m *MockS3API) GetObjectTorrentRequest(arg0 *s3.GetObjectTorrentInput) (*request.Request, *s3.GetObjectTorrentOutput)
GetObjectTorrentRequest mocks base method
func (*MockS3API) GetObjectTorrentWithContext ¶
func (m *MockS3API) GetObjectTorrentWithContext(arg0 context.Context, arg1 *s3.GetObjectTorrentInput, arg2 ...request.Option) (*s3.GetObjectTorrentOutput, error)
GetObjectTorrentWithContext mocks base method
func (*MockS3API) GetObjectWithContext ¶
func (m *MockS3API) GetObjectWithContext(arg0 context.Context, arg1 *s3.GetObjectInput, arg2 ...request.Option) (*s3.GetObjectOutput, error)
GetObjectWithContext mocks base method
func (*MockS3API) GetPublicAccessBlock ¶
func (m *MockS3API) GetPublicAccessBlock(arg0 *s3.GetPublicAccessBlockInput) (*s3.GetPublicAccessBlockOutput, error)
GetPublicAccessBlock mocks base method
func (*MockS3API) GetPublicAccessBlockRequest ¶
func (m *MockS3API) GetPublicAccessBlockRequest(arg0 *s3.GetPublicAccessBlockInput) (*request.Request, *s3.GetPublicAccessBlockOutput)
GetPublicAccessBlockRequest mocks base method
func (*MockS3API) GetPublicAccessBlockWithContext ¶
func (m *MockS3API) GetPublicAccessBlockWithContext(arg0 context.Context, arg1 *s3.GetPublicAccessBlockInput, arg2 ...request.Option) (*s3.GetPublicAccessBlockOutput, error)
GetPublicAccessBlockWithContext mocks base method
func (*MockS3API) HeadBucket ¶
func (m *MockS3API) HeadBucket(arg0 *s3.HeadBucketInput) (*s3.HeadBucketOutput, error)
HeadBucket mocks base method
func (*MockS3API) HeadBucketRequest ¶
func (m *MockS3API) HeadBucketRequest(arg0 *s3.HeadBucketInput) (*request.Request, *s3.HeadBucketOutput)
HeadBucketRequest mocks base method
func (*MockS3API) HeadBucketWithContext ¶
func (m *MockS3API) HeadBucketWithContext(arg0 context.Context, arg1 *s3.HeadBucketInput, arg2 ...request.Option) (*s3.HeadBucketOutput, error)
HeadBucketWithContext mocks base method
func (*MockS3API) HeadObject ¶
func (m *MockS3API) HeadObject(arg0 *s3.HeadObjectInput) (*s3.HeadObjectOutput, error)
HeadObject mocks base method
func (*MockS3API) HeadObjectRequest ¶
func (m *MockS3API) HeadObjectRequest(arg0 *s3.HeadObjectInput) (*request.Request, *s3.HeadObjectOutput)
HeadObjectRequest mocks base method
func (*MockS3API) HeadObjectWithContext ¶
func (m *MockS3API) HeadObjectWithContext(arg0 context.Context, arg1 *s3.HeadObjectInput, arg2 ...request.Option) (*s3.HeadObjectOutput, error)
HeadObjectWithContext mocks base method
func (*MockS3API) ListBucketAnalyticsConfigurations ¶
func (m *MockS3API) ListBucketAnalyticsConfigurations(arg0 *s3.ListBucketAnalyticsConfigurationsInput) (*s3.ListBucketAnalyticsConfigurationsOutput, error)
ListBucketAnalyticsConfigurations mocks base method
func (*MockS3API) ListBucketAnalyticsConfigurationsRequest ¶
func (m *MockS3API) ListBucketAnalyticsConfigurationsRequest(arg0 *s3.ListBucketAnalyticsConfigurationsInput) (*request.Request, *s3.ListBucketAnalyticsConfigurationsOutput)
ListBucketAnalyticsConfigurationsRequest mocks base method
func (*MockS3API) ListBucketAnalyticsConfigurationsWithContext ¶
func (m *MockS3API) ListBucketAnalyticsConfigurationsWithContext(arg0 context.Context, arg1 *s3.ListBucketAnalyticsConfigurationsInput, arg2 ...request.Option) (*s3.ListBucketAnalyticsConfigurationsOutput, error)
ListBucketAnalyticsConfigurationsWithContext mocks base method
func (*MockS3API) ListBucketInventoryConfigurations ¶
func (m *MockS3API) ListBucketInventoryConfigurations(arg0 *s3.ListBucketInventoryConfigurationsInput) (*s3.ListBucketInventoryConfigurationsOutput, error)
ListBucketInventoryConfigurations mocks base method
func (*MockS3API) ListBucketInventoryConfigurationsRequest ¶
func (m *MockS3API) ListBucketInventoryConfigurationsRequest(arg0 *s3.ListBucketInventoryConfigurationsInput) (*request.Request, *s3.ListBucketInventoryConfigurationsOutput)
ListBucketInventoryConfigurationsRequest mocks base method
func (*MockS3API) ListBucketInventoryConfigurationsWithContext ¶
func (m *MockS3API) ListBucketInventoryConfigurationsWithContext(arg0 context.Context, arg1 *s3.ListBucketInventoryConfigurationsInput, arg2 ...request.Option) (*s3.ListBucketInventoryConfigurationsOutput, error)
ListBucketInventoryConfigurationsWithContext mocks base method
func (*MockS3API) ListBucketMetricsConfigurations ¶
func (m *MockS3API) ListBucketMetricsConfigurations(arg0 *s3.ListBucketMetricsConfigurationsInput) (*s3.ListBucketMetricsConfigurationsOutput, error)
ListBucketMetricsConfigurations mocks base method
func (*MockS3API) ListBucketMetricsConfigurationsRequest ¶
func (m *MockS3API) ListBucketMetricsConfigurationsRequest(arg0 *s3.ListBucketMetricsConfigurationsInput) (*request.Request, *s3.ListBucketMetricsConfigurationsOutput)
ListBucketMetricsConfigurationsRequest mocks base method
func (*MockS3API) ListBucketMetricsConfigurationsWithContext ¶
func (m *MockS3API) ListBucketMetricsConfigurationsWithContext(arg0 context.Context, arg1 *s3.ListBucketMetricsConfigurationsInput, arg2 ...request.Option) (*s3.ListBucketMetricsConfigurationsOutput, error)
ListBucketMetricsConfigurationsWithContext mocks base method
func (*MockS3API) ListBuckets ¶
func (m *MockS3API) ListBuckets(arg0 *s3.ListBucketsInput) (*s3.ListBucketsOutput, error)
ListBuckets mocks base method
func (*MockS3API) ListBucketsRequest ¶
func (m *MockS3API) ListBucketsRequest(arg0 *s3.ListBucketsInput) (*request.Request, *s3.ListBucketsOutput)
ListBucketsRequest mocks base method
func (*MockS3API) ListBucketsWithContext ¶
func (m *MockS3API) ListBucketsWithContext(arg0 context.Context, arg1 *s3.ListBucketsInput, arg2 ...request.Option) (*s3.ListBucketsOutput, error)
ListBucketsWithContext mocks base method
func (*MockS3API) ListMultipartUploads ¶
func (m *MockS3API) ListMultipartUploads(arg0 *s3.ListMultipartUploadsInput) (*s3.ListMultipartUploadsOutput, error)
ListMultipartUploads mocks base method
func (*MockS3API) ListMultipartUploadsPages ¶
func (m *MockS3API) ListMultipartUploadsPages(arg0 *s3.ListMultipartUploadsInput, arg1 func(*s3.ListMultipartUploadsOutput, bool) bool) error
ListMultipartUploadsPages mocks base method
func (*MockS3API) ListMultipartUploadsPagesWithContext ¶
func (m *MockS3API) ListMultipartUploadsPagesWithContext(arg0 context.Context, arg1 *s3.ListMultipartUploadsInput, arg2 func(*s3.ListMultipartUploadsOutput, bool) bool, arg3 ...request.Option) error
ListMultipartUploadsPagesWithContext mocks base method
func (*MockS3API) ListMultipartUploadsRequest ¶
func (m *MockS3API) ListMultipartUploadsRequest(arg0 *s3.ListMultipartUploadsInput) (*request.Request, *s3.ListMultipartUploadsOutput)
ListMultipartUploadsRequest mocks base method
func (*MockS3API) ListMultipartUploadsWithContext ¶
func (m *MockS3API) ListMultipartUploadsWithContext(arg0 context.Context, arg1 *s3.ListMultipartUploadsInput, arg2 ...request.Option) (*s3.ListMultipartUploadsOutput, error)
ListMultipartUploadsWithContext mocks base method
func (*MockS3API) ListObjectVersions ¶
func (m *MockS3API) ListObjectVersions(arg0 *s3.ListObjectVersionsInput) (*s3.ListObjectVersionsOutput, error)
ListObjectVersions mocks base method
func (*MockS3API) ListObjectVersionsPages ¶
func (m *MockS3API) ListObjectVersionsPages(arg0 *s3.ListObjectVersionsInput, arg1 func(*s3.ListObjectVersionsOutput, bool) bool) error
ListObjectVersionsPages mocks base method
func (*MockS3API) ListObjectVersionsPagesWithContext ¶
func (m *MockS3API) ListObjectVersionsPagesWithContext(arg0 context.Context, arg1 *s3.ListObjectVersionsInput, arg2 func(*s3.ListObjectVersionsOutput, bool) bool, arg3 ...request.Option) error
ListObjectVersionsPagesWithContext mocks base method
func (*MockS3API) ListObjectVersionsRequest ¶
func (m *MockS3API) ListObjectVersionsRequest(arg0 *s3.ListObjectVersionsInput) (*request.Request, *s3.ListObjectVersionsOutput)
ListObjectVersionsRequest mocks base method
func (*MockS3API) ListObjectVersionsWithContext ¶
func (m *MockS3API) ListObjectVersionsWithContext(arg0 context.Context, arg1 *s3.ListObjectVersionsInput, arg2 ...request.Option) (*s3.ListObjectVersionsOutput, error)
ListObjectVersionsWithContext mocks base method
func (*MockS3API) ListObjects ¶
func (m *MockS3API) ListObjects(arg0 *s3.ListObjectsInput) (*s3.ListObjectsOutput, error)
ListObjects mocks base method
func (*MockS3API) ListObjectsPages ¶
func (m *MockS3API) ListObjectsPages(arg0 *s3.ListObjectsInput, arg1 func(*s3.ListObjectsOutput, bool) bool) error
ListObjectsPages mocks base method
func (*MockS3API) ListObjectsPagesWithContext ¶
func (m *MockS3API) ListObjectsPagesWithContext(arg0 context.Context, arg1 *s3.ListObjectsInput, arg2 func(*s3.ListObjectsOutput, bool) bool, arg3 ...request.Option) error
ListObjectsPagesWithContext mocks base method
func (*MockS3API) ListObjectsRequest ¶
func (m *MockS3API) ListObjectsRequest(arg0 *s3.ListObjectsInput) (*request.Request, *s3.ListObjectsOutput)
ListObjectsRequest mocks base method
func (*MockS3API) ListObjectsV2 ¶
func (m *MockS3API) ListObjectsV2(arg0 *s3.ListObjectsV2Input) (*s3.ListObjectsV2Output, error)
ListObjectsV2 mocks base method
func (*MockS3API) ListObjectsV2Pages ¶
func (m *MockS3API) ListObjectsV2Pages(arg0 *s3.ListObjectsV2Input, arg1 func(*s3.ListObjectsV2Output, bool) bool) error
ListObjectsV2Pages mocks base method
func (*MockS3API) ListObjectsV2PagesWithContext ¶
func (m *MockS3API) ListObjectsV2PagesWithContext(arg0 context.Context, arg1 *s3.ListObjectsV2Input, arg2 func(*s3.ListObjectsV2Output, bool) bool, arg3 ...request.Option) error
ListObjectsV2PagesWithContext mocks base method
func (*MockS3API) ListObjectsV2Request ¶
func (m *MockS3API) ListObjectsV2Request(arg0 *s3.ListObjectsV2Input) (*request.Request, *s3.ListObjectsV2Output)
ListObjectsV2Request mocks base method
func (*MockS3API) ListObjectsV2WithContext ¶
func (m *MockS3API) ListObjectsV2WithContext(arg0 context.Context, arg1 *s3.ListObjectsV2Input, arg2 ...request.Option) (*s3.ListObjectsV2Output, error)
ListObjectsV2WithContext mocks base method
func (*MockS3API) ListObjectsWithContext ¶
func (m *MockS3API) ListObjectsWithContext(arg0 context.Context, arg1 *s3.ListObjectsInput, arg2 ...request.Option) (*s3.ListObjectsOutput, error)
ListObjectsWithContext mocks base method
func (*MockS3API) ListParts ¶
func (m *MockS3API) ListParts(arg0 *s3.ListPartsInput) (*s3.ListPartsOutput, error)
ListParts mocks base method
func (*MockS3API) ListPartsPages ¶
func (m *MockS3API) ListPartsPages(arg0 *s3.ListPartsInput, arg1 func(*s3.ListPartsOutput, bool) bool) error
ListPartsPages mocks base method
func (*MockS3API) ListPartsPagesWithContext ¶
func (m *MockS3API) ListPartsPagesWithContext(arg0 context.Context, arg1 *s3.ListPartsInput, arg2 func(*s3.ListPartsOutput, bool) bool, arg3 ...request.Option) error
ListPartsPagesWithContext mocks base method
func (*MockS3API) ListPartsRequest ¶
func (m *MockS3API) ListPartsRequest(arg0 *s3.ListPartsInput) (*request.Request, *s3.ListPartsOutput)
ListPartsRequest mocks base method
func (*MockS3API) ListPartsWithContext ¶
func (m *MockS3API) ListPartsWithContext(arg0 context.Context, arg1 *s3.ListPartsInput, arg2 ...request.Option) (*s3.ListPartsOutput, error)
ListPartsWithContext mocks base method
func (*MockS3API) PutBucketAccelerateConfiguration ¶
func (m *MockS3API) PutBucketAccelerateConfiguration(arg0 *s3.PutBucketAccelerateConfigurationInput) (*s3.PutBucketAccelerateConfigurationOutput, error)
PutBucketAccelerateConfiguration mocks base method
func (*MockS3API) PutBucketAccelerateConfigurationRequest ¶
func (m *MockS3API) PutBucketAccelerateConfigurationRequest(arg0 *s3.PutBucketAccelerateConfigurationInput) (*request.Request, *s3.PutBucketAccelerateConfigurationOutput)
PutBucketAccelerateConfigurationRequest mocks base method
func (*MockS3API) PutBucketAccelerateConfigurationWithContext ¶
func (m *MockS3API) PutBucketAccelerateConfigurationWithContext(arg0 context.Context, arg1 *s3.PutBucketAccelerateConfigurationInput, arg2 ...request.Option) (*s3.PutBucketAccelerateConfigurationOutput, error)
PutBucketAccelerateConfigurationWithContext mocks base method
func (*MockS3API) PutBucketAcl ¶
func (m *MockS3API) PutBucketAcl(arg0 *s3.PutBucketAclInput) (*s3.PutBucketAclOutput, error)
PutBucketAcl mocks base method
func (*MockS3API) PutBucketAclRequest ¶
func (m *MockS3API) PutBucketAclRequest(arg0 *s3.PutBucketAclInput) (*request.Request, *s3.PutBucketAclOutput)
PutBucketAclRequest mocks base method
func (*MockS3API) PutBucketAclWithContext ¶
func (m *MockS3API) PutBucketAclWithContext(arg0 context.Context, arg1 *s3.PutBucketAclInput, arg2 ...request.Option) (*s3.PutBucketAclOutput, error)
PutBucketAclWithContext mocks base method
func (*MockS3API) PutBucketAnalyticsConfiguration ¶
func (m *MockS3API) PutBucketAnalyticsConfiguration(arg0 *s3.PutBucketAnalyticsConfigurationInput) (*s3.PutBucketAnalyticsConfigurationOutput, error)
PutBucketAnalyticsConfiguration mocks base method
func (*MockS3API) PutBucketAnalyticsConfigurationRequest ¶
func (m *MockS3API) PutBucketAnalyticsConfigurationRequest(arg0 *s3.PutBucketAnalyticsConfigurationInput) (*request.Request, *s3.PutBucketAnalyticsConfigurationOutput)
PutBucketAnalyticsConfigurationRequest mocks base method
func (*MockS3API) PutBucketAnalyticsConfigurationWithContext ¶
func (m *MockS3API) PutBucketAnalyticsConfigurationWithContext(arg0 context.Context, arg1 *s3.PutBucketAnalyticsConfigurationInput, arg2 ...request.Option) (*s3.PutBucketAnalyticsConfigurationOutput, error)
PutBucketAnalyticsConfigurationWithContext mocks base method
func (*MockS3API) PutBucketCors ¶
func (m *MockS3API) PutBucketCors(arg0 *s3.PutBucketCorsInput) (*s3.PutBucketCorsOutput, error)
PutBucketCors mocks base method
func (*MockS3API) PutBucketCorsRequest ¶
func (m *MockS3API) PutBucketCorsRequest(arg0 *s3.PutBucketCorsInput) (*request.Request, *s3.PutBucketCorsOutput)
PutBucketCorsRequest mocks base method
func (*MockS3API) PutBucketCorsWithContext ¶
func (m *MockS3API) PutBucketCorsWithContext(arg0 context.Context, arg1 *s3.PutBucketCorsInput, arg2 ...request.Option) (*s3.PutBucketCorsOutput, error)
PutBucketCorsWithContext mocks base method
func (*MockS3API) PutBucketEncryption ¶
func (m *MockS3API) PutBucketEncryption(arg0 *s3.PutBucketEncryptionInput) (*s3.PutBucketEncryptionOutput, error)
PutBucketEncryption mocks base method
func (*MockS3API) PutBucketEncryptionRequest ¶
func (m *MockS3API) PutBucketEncryptionRequest(arg0 *s3.PutBucketEncryptionInput) (*request.Request, *s3.PutBucketEncryptionOutput)
PutBucketEncryptionRequest mocks base method
func (*MockS3API) PutBucketEncryptionWithContext ¶
func (m *MockS3API) PutBucketEncryptionWithContext(arg0 context.Context, arg1 *s3.PutBucketEncryptionInput, arg2 ...request.Option) (*s3.PutBucketEncryptionOutput, error)
PutBucketEncryptionWithContext mocks base method
func (*MockS3API) PutBucketInventoryConfiguration ¶
func (m *MockS3API) PutBucketInventoryConfiguration(arg0 *s3.PutBucketInventoryConfigurationInput) (*s3.PutBucketInventoryConfigurationOutput, error)
PutBucketInventoryConfiguration mocks base method
func (*MockS3API) PutBucketInventoryConfigurationRequest ¶
func (m *MockS3API) PutBucketInventoryConfigurationRequest(arg0 *s3.PutBucketInventoryConfigurationInput) (*request.Request, *s3.PutBucketInventoryConfigurationOutput)
PutBucketInventoryConfigurationRequest mocks base method
func (*MockS3API) PutBucketInventoryConfigurationWithContext ¶
func (m *MockS3API) PutBucketInventoryConfigurationWithContext(arg0 context.Context, arg1 *s3.PutBucketInventoryConfigurationInput, arg2 ...request.Option) (*s3.PutBucketInventoryConfigurationOutput, error)
PutBucketInventoryConfigurationWithContext mocks base method
func (*MockS3API) PutBucketLifecycle ¶
func (m *MockS3API) PutBucketLifecycle(arg0 *s3.PutBucketLifecycleInput) (*s3.PutBucketLifecycleOutput, error)
PutBucketLifecycle mocks base method
func (*MockS3API) PutBucketLifecycleConfiguration ¶
func (m *MockS3API) PutBucketLifecycleConfiguration(arg0 *s3.PutBucketLifecycleConfigurationInput) (*s3.PutBucketLifecycleConfigurationOutput, error)
PutBucketLifecycleConfiguration mocks base method
func (*MockS3API) PutBucketLifecycleConfigurationRequest ¶
func (m *MockS3API) PutBucketLifecycleConfigurationRequest(arg0 *s3.PutBucketLifecycleConfigurationInput) (*request.Request, *s3.PutBucketLifecycleConfigurationOutput)
PutBucketLifecycleConfigurationRequest mocks base method
func (*MockS3API) PutBucketLifecycleConfigurationWithContext ¶
func (m *MockS3API) PutBucketLifecycleConfigurationWithContext(arg0 context.Context, arg1 *s3.PutBucketLifecycleConfigurationInput, arg2 ...request.Option) (*s3.PutBucketLifecycleConfigurationOutput, error)
PutBucketLifecycleConfigurationWithContext mocks base method
func (*MockS3API) PutBucketLifecycleRequest ¶
func (m *MockS3API) PutBucketLifecycleRequest(arg0 *s3.PutBucketLifecycleInput) (*request.Request, *s3.PutBucketLifecycleOutput)
PutBucketLifecycleRequest mocks base method
func (*MockS3API) PutBucketLifecycleWithContext ¶
func (m *MockS3API) PutBucketLifecycleWithContext(arg0 context.Context, arg1 *s3.PutBucketLifecycleInput, arg2 ...request.Option) (*s3.PutBucketLifecycleOutput, error)
PutBucketLifecycleWithContext mocks base method
func (*MockS3API) PutBucketLogging ¶
func (m *MockS3API) PutBucketLogging(arg0 *s3.PutBucketLoggingInput) (*s3.PutBucketLoggingOutput, error)
PutBucketLogging mocks base method
func (*MockS3API) PutBucketLoggingRequest ¶
func (m *MockS3API) PutBucketLoggingRequest(arg0 *s3.PutBucketLoggingInput) (*request.Request, *s3.PutBucketLoggingOutput)
PutBucketLoggingRequest mocks base method
func (*MockS3API) PutBucketLoggingWithContext ¶
func (m *MockS3API) PutBucketLoggingWithContext(arg0 context.Context, arg1 *s3.PutBucketLoggingInput, arg2 ...request.Option) (*s3.PutBucketLoggingOutput, error)
PutBucketLoggingWithContext mocks base method
func (*MockS3API) PutBucketMetricsConfiguration ¶
func (m *MockS3API) PutBucketMetricsConfiguration(arg0 *s3.PutBucketMetricsConfigurationInput) (*s3.PutBucketMetricsConfigurationOutput, error)
PutBucketMetricsConfiguration mocks base method
func (*MockS3API) PutBucketMetricsConfigurationRequest ¶
func (m *MockS3API) PutBucketMetricsConfigurationRequest(arg0 *s3.PutBucketMetricsConfigurationInput) (*request.Request, *s3.PutBucketMetricsConfigurationOutput)
PutBucketMetricsConfigurationRequest mocks base method
func (*MockS3API) PutBucketMetricsConfigurationWithContext ¶
func (m *MockS3API) PutBucketMetricsConfigurationWithContext(arg0 context.Context, arg1 *s3.PutBucketMetricsConfigurationInput, arg2 ...request.Option) (*s3.PutBucketMetricsConfigurationOutput, error)
PutBucketMetricsConfigurationWithContext mocks base method
func (*MockS3API) PutBucketNotification ¶
func (m *MockS3API) PutBucketNotification(arg0 *s3.PutBucketNotificationInput) (*s3.PutBucketNotificationOutput, error)
PutBucketNotification mocks base method
func (*MockS3API) PutBucketNotificationConfiguration ¶
func (m *MockS3API) PutBucketNotificationConfiguration(arg0 *s3.PutBucketNotificationConfigurationInput) (*s3.PutBucketNotificationConfigurationOutput, error)
PutBucketNotificationConfiguration mocks base method
func (*MockS3API) PutBucketNotificationConfigurationRequest ¶
func (m *MockS3API) PutBucketNotificationConfigurationRequest(arg0 *s3.PutBucketNotificationConfigurationInput) (*request.Request, *s3.PutBucketNotificationConfigurationOutput)
PutBucketNotificationConfigurationRequest mocks base method
func (*MockS3API) PutBucketNotificationConfigurationWithContext ¶
func (m *MockS3API) PutBucketNotificationConfigurationWithContext(arg0 context.Context, arg1 *s3.PutBucketNotificationConfigurationInput, arg2 ...request.Option) (*s3.PutBucketNotificationConfigurationOutput, error)
PutBucketNotificationConfigurationWithContext mocks base method
func (*MockS3API) PutBucketNotificationRequest ¶
func (m *MockS3API) PutBucketNotificationRequest(arg0 *s3.PutBucketNotificationInput) (*request.Request, *s3.PutBucketNotificationOutput)
PutBucketNotificationRequest mocks base method
func (*MockS3API) PutBucketNotificationWithContext ¶
func (m *MockS3API) PutBucketNotificationWithContext(arg0 context.Context, arg1 *s3.PutBucketNotificationInput, arg2 ...request.Option) (*s3.PutBucketNotificationOutput, error)
PutBucketNotificationWithContext mocks base method
func (*MockS3API) PutBucketPolicy ¶
func (m *MockS3API) PutBucketPolicy(arg0 *s3.PutBucketPolicyInput) (*s3.PutBucketPolicyOutput, error)
PutBucketPolicy mocks base method
func (*MockS3API) PutBucketPolicyRequest ¶
func (m *MockS3API) PutBucketPolicyRequest(arg0 *s3.PutBucketPolicyInput) (*request.Request, *s3.PutBucketPolicyOutput)
PutBucketPolicyRequest mocks base method
func (*MockS3API) PutBucketPolicyWithContext ¶
func (m *MockS3API) PutBucketPolicyWithContext(arg0 context.Context, arg1 *s3.PutBucketPolicyInput, arg2 ...request.Option) (*s3.PutBucketPolicyOutput, error)
PutBucketPolicyWithContext mocks base method
func (*MockS3API) PutBucketReplication ¶
func (m *MockS3API) PutBucketReplication(arg0 *s3.PutBucketReplicationInput) (*s3.PutBucketReplicationOutput, error)
PutBucketReplication mocks base method
func (*MockS3API) PutBucketReplicationRequest ¶
func (m *MockS3API) PutBucketReplicationRequest(arg0 *s3.PutBucketReplicationInput) (*request.Request, *s3.PutBucketReplicationOutput)
PutBucketReplicationRequest mocks base method
func (*MockS3API) PutBucketReplicationWithContext ¶
func (m *MockS3API) PutBucketReplicationWithContext(arg0 context.Context, arg1 *s3.PutBucketReplicationInput, arg2 ...request.Option) (*s3.PutBucketReplicationOutput, error)
PutBucketReplicationWithContext mocks base method
func (*MockS3API) PutBucketRequestPayment ¶
func (m *MockS3API) PutBucketRequestPayment(arg0 *s3.PutBucketRequestPaymentInput) (*s3.PutBucketRequestPaymentOutput, error)
PutBucketRequestPayment mocks base method
func (*MockS3API) PutBucketRequestPaymentRequest ¶
func (m *MockS3API) PutBucketRequestPaymentRequest(arg0 *s3.PutBucketRequestPaymentInput) (*request.Request, *s3.PutBucketRequestPaymentOutput)
PutBucketRequestPaymentRequest mocks base method
func (*MockS3API) PutBucketRequestPaymentWithContext ¶
func (m *MockS3API) PutBucketRequestPaymentWithContext(arg0 context.Context, arg1 *s3.PutBucketRequestPaymentInput, arg2 ...request.Option) (*s3.PutBucketRequestPaymentOutput, error)
PutBucketRequestPaymentWithContext mocks base method
func (*MockS3API) PutBucketTagging ¶
func (m *MockS3API) PutBucketTagging(arg0 *s3.PutBucketTaggingInput) (*s3.PutBucketTaggingOutput, error)
PutBucketTagging mocks base method
func (*MockS3API) PutBucketTaggingRequest ¶
func (m *MockS3API) PutBucketTaggingRequest(arg0 *s3.PutBucketTaggingInput) (*request.Request, *s3.PutBucketTaggingOutput)
PutBucketTaggingRequest mocks base method
func (*MockS3API) PutBucketTaggingWithContext ¶
func (m *MockS3API) PutBucketTaggingWithContext(arg0 context.Context, arg1 *s3.PutBucketTaggingInput, arg2 ...request.Option) (*s3.PutBucketTaggingOutput, error)
PutBucketTaggingWithContext mocks base method
func (*MockS3API) PutBucketVersioning ¶
func (m *MockS3API) PutBucketVersioning(arg0 *s3.PutBucketVersioningInput) (*s3.PutBucketVersioningOutput, error)
PutBucketVersioning mocks base method
func (*MockS3API) PutBucketVersioningRequest ¶
func (m *MockS3API) PutBucketVersioningRequest(arg0 *s3.PutBucketVersioningInput) (*request.Request, *s3.PutBucketVersioningOutput)
PutBucketVersioningRequest mocks base method
func (*MockS3API) PutBucketVersioningWithContext ¶
func (m *MockS3API) PutBucketVersioningWithContext(arg0 context.Context, arg1 *s3.PutBucketVersioningInput, arg2 ...request.Option) (*s3.PutBucketVersioningOutput, error)
PutBucketVersioningWithContext mocks base method
func (*MockS3API) PutBucketWebsite ¶
func (m *MockS3API) PutBucketWebsite(arg0 *s3.PutBucketWebsiteInput) (*s3.PutBucketWebsiteOutput, error)
PutBucketWebsite mocks base method
func (*MockS3API) PutBucketWebsiteRequest ¶
func (m *MockS3API) PutBucketWebsiteRequest(arg0 *s3.PutBucketWebsiteInput) (*request.Request, *s3.PutBucketWebsiteOutput)
PutBucketWebsiteRequest mocks base method
func (*MockS3API) PutBucketWebsiteWithContext ¶
func (m *MockS3API) PutBucketWebsiteWithContext(arg0 context.Context, arg1 *s3.PutBucketWebsiteInput, arg2 ...request.Option) (*s3.PutBucketWebsiteOutput, error)
PutBucketWebsiteWithContext mocks base method
func (*MockS3API) PutObject ¶
func (m *MockS3API) PutObject(arg0 *s3.PutObjectInput) (*s3.PutObjectOutput, error)
PutObject mocks base method
func (*MockS3API) PutObjectAcl ¶
func (m *MockS3API) PutObjectAcl(arg0 *s3.PutObjectAclInput) (*s3.PutObjectAclOutput, error)
PutObjectAcl mocks base method
func (*MockS3API) PutObjectAclRequest ¶
func (m *MockS3API) PutObjectAclRequest(arg0 *s3.PutObjectAclInput) (*request.Request, *s3.PutObjectAclOutput)
PutObjectAclRequest mocks base method
func (*MockS3API) PutObjectAclWithContext ¶
func (m *MockS3API) PutObjectAclWithContext(arg0 context.Context, arg1 *s3.PutObjectAclInput, arg2 ...request.Option) (*s3.PutObjectAclOutput, error)
PutObjectAclWithContext mocks base method
func (*MockS3API) PutObjectLegalHold ¶
func (m *MockS3API) PutObjectLegalHold(arg0 *s3.PutObjectLegalHoldInput) (*s3.PutObjectLegalHoldOutput, error)
PutObjectLegalHold mocks base method
func (*MockS3API) PutObjectLegalHoldRequest ¶
func (m *MockS3API) PutObjectLegalHoldRequest(arg0 *s3.PutObjectLegalHoldInput) (*request.Request, *s3.PutObjectLegalHoldOutput)
PutObjectLegalHoldRequest mocks base method
func (*MockS3API) PutObjectLegalHoldWithContext ¶
func (m *MockS3API) PutObjectLegalHoldWithContext(arg0 context.Context, arg1 *s3.PutObjectLegalHoldInput, arg2 ...request.Option) (*s3.PutObjectLegalHoldOutput, error)
PutObjectLegalHoldWithContext mocks base method
func (*MockS3API) PutObjectLockConfiguration ¶
func (m *MockS3API) PutObjectLockConfiguration(arg0 *s3.PutObjectLockConfigurationInput) (*s3.PutObjectLockConfigurationOutput, error)
PutObjectLockConfiguration mocks base method
func (*MockS3API) PutObjectLockConfigurationRequest ¶
func (m *MockS3API) PutObjectLockConfigurationRequest(arg0 *s3.PutObjectLockConfigurationInput) (*request.Request, *s3.PutObjectLockConfigurationOutput)
PutObjectLockConfigurationRequest mocks base method
func (*MockS3API) PutObjectLockConfigurationWithContext ¶
func (m *MockS3API) PutObjectLockConfigurationWithContext(arg0 context.Context, arg1 *s3.PutObjectLockConfigurationInput, arg2 ...request.Option) (*s3.PutObjectLockConfigurationOutput, error)
PutObjectLockConfigurationWithContext mocks base method
func (*MockS3API) PutObjectRequest ¶
func (m *MockS3API) PutObjectRequest(arg0 *s3.PutObjectInput) (*request.Request, *s3.PutObjectOutput)
PutObjectRequest mocks base method
func (*MockS3API) PutObjectRetention ¶
func (m *MockS3API) PutObjectRetention(arg0 *s3.PutObjectRetentionInput) (*s3.PutObjectRetentionOutput, error)
PutObjectRetention mocks base method
func (*MockS3API) PutObjectRetentionRequest ¶
func (m *MockS3API) PutObjectRetentionRequest(arg0 *s3.PutObjectRetentionInput) (*request.Request, *s3.PutObjectRetentionOutput)
PutObjectRetentionRequest mocks base method
func (*MockS3API) PutObjectRetentionWithContext ¶
func (m *MockS3API) PutObjectRetentionWithContext(arg0 context.Context, arg1 *s3.PutObjectRetentionInput, arg2 ...request.Option) (*s3.PutObjectRetentionOutput, error)
PutObjectRetentionWithContext mocks base method
func (*MockS3API) PutObjectTagging ¶
func (m *MockS3API) PutObjectTagging(arg0 *s3.PutObjectTaggingInput) (*s3.PutObjectTaggingOutput, error)
PutObjectTagging mocks base method
func (*MockS3API) PutObjectTaggingRequest ¶
func (m *MockS3API) PutObjectTaggingRequest(arg0 *s3.PutObjectTaggingInput) (*request.Request, *s3.PutObjectTaggingOutput)
PutObjectTaggingRequest mocks base method
func (*MockS3API) PutObjectTaggingWithContext ¶
func (m *MockS3API) PutObjectTaggingWithContext(arg0 context.Context, arg1 *s3.PutObjectTaggingInput, arg2 ...request.Option) (*s3.PutObjectTaggingOutput, error)
PutObjectTaggingWithContext mocks base method
func (*MockS3API) PutObjectWithContext ¶
func (m *MockS3API) PutObjectWithContext(arg0 context.Context, arg1 *s3.PutObjectInput, arg2 ...request.Option) (*s3.PutObjectOutput, error)
PutObjectWithContext mocks base method
func (*MockS3API) PutPublicAccessBlock ¶
func (m *MockS3API) PutPublicAccessBlock(arg0 *s3.PutPublicAccessBlockInput) (*s3.PutPublicAccessBlockOutput, error)
PutPublicAccessBlock mocks base method
func (*MockS3API) PutPublicAccessBlockRequest ¶
func (m *MockS3API) PutPublicAccessBlockRequest(arg0 *s3.PutPublicAccessBlockInput) (*request.Request, *s3.PutPublicAccessBlockOutput)
PutPublicAccessBlockRequest mocks base method
func (*MockS3API) PutPublicAccessBlockWithContext ¶
func (m *MockS3API) PutPublicAccessBlockWithContext(arg0 context.Context, arg1 *s3.PutPublicAccessBlockInput, arg2 ...request.Option) (*s3.PutPublicAccessBlockOutput, error)
PutPublicAccessBlockWithContext mocks base method
func (*MockS3API) RestoreObject ¶
func (m *MockS3API) RestoreObject(arg0 *s3.RestoreObjectInput) (*s3.RestoreObjectOutput, error)
RestoreObject mocks base method
func (*MockS3API) RestoreObjectRequest ¶
func (m *MockS3API) RestoreObjectRequest(arg0 *s3.RestoreObjectInput) (*request.Request, *s3.RestoreObjectOutput)
RestoreObjectRequest mocks base method
func (*MockS3API) RestoreObjectWithContext ¶
func (m *MockS3API) RestoreObjectWithContext(arg0 context.Context, arg1 *s3.RestoreObjectInput, arg2 ...request.Option) (*s3.RestoreObjectOutput, error)
RestoreObjectWithContext mocks base method
func (*MockS3API) SelectObjectContent ¶
func (m *MockS3API) SelectObjectContent(arg0 *s3.SelectObjectContentInput) (*s3.SelectObjectContentOutput, error)
SelectObjectContent mocks base method
func (*MockS3API) SelectObjectContentRequest ¶
func (m *MockS3API) SelectObjectContentRequest(arg0 *s3.SelectObjectContentInput) (*request.Request, *s3.SelectObjectContentOutput)
SelectObjectContentRequest mocks base method
func (*MockS3API) SelectObjectContentWithContext ¶
func (m *MockS3API) SelectObjectContentWithContext(arg0 context.Context, arg1 *s3.SelectObjectContentInput, arg2 ...request.Option) (*s3.SelectObjectContentOutput, error)
SelectObjectContentWithContext mocks base method
func (*MockS3API) UploadPart ¶
func (m *MockS3API) UploadPart(arg0 *s3.UploadPartInput) (*s3.UploadPartOutput, error)
UploadPart mocks base method
func (*MockS3API) UploadPartCopy ¶
func (m *MockS3API) UploadPartCopy(arg0 *s3.UploadPartCopyInput) (*s3.UploadPartCopyOutput, error)
UploadPartCopy mocks base method
func (*MockS3API) UploadPartCopyRequest ¶
func (m *MockS3API) UploadPartCopyRequest(arg0 *s3.UploadPartCopyInput) (*request.Request, *s3.UploadPartCopyOutput)
UploadPartCopyRequest mocks base method
func (*MockS3API) UploadPartCopyWithContext ¶
func (m *MockS3API) UploadPartCopyWithContext(arg0 context.Context, arg1 *s3.UploadPartCopyInput, arg2 ...request.Option) (*s3.UploadPartCopyOutput, error)
UploadPartCopyWithContext mocks base method
func (*MockS3API) UploadPartRequest ¶
func (m *MockS3API) UploadPartRequest(arg0 *s3.UploadPartInput) (*request.Request, *s3.UploadPartOutput)
UploadPartRequest mocks base method
func (*MockS3API) UploadPartWithContext ¶
func (m *MockS3API) UploadPartWithContext(arg0 context.Context, arg1 *s3.UploadPartInput, arg2 ...request.Option) (*s3.UploadPartOutput, error)
UploadPartWithContext mocks base method
func (*MockS3API) WaitUntilBucketExists ¶
func (m *MockS3API) WaitUntilBucketExists(arg0 *s3.HeadBucketInput) error
WaitUntilBucketExists mocks base method
func (*MockS3API) WaitUntilBucketExistsWithContext ¶
func (m *MockS3API) WaitUntilBucketExistsWithContext(arg0 context.Context, arg1 *s3.HeadBucketInput, arg2 ...request.WaiterOption) error
WaitUntilBucketExistsWithContext mocks base method
func (*MockS3API) WaitUntilBucketNotExists ¶
func (m *MockS3API) WaitUntilBucketNotExists(arg0 *s3.HeadBucketInput) error
WaitUntilBucketNotExists mocks base method
func (*MockS3API) WaitUntilBucketNotExistsWithContext ¶
func (m *MockS3API) WaitUntilBucketNotExistsWithContext(arg0 context.Context, arg1 *s3.HeadBucketInput, arg2 ...request.WaiterOption) error
WaitUntilBucketNotExistsWithContext mocks base method
func (*MockS3API) WaitUntilObjectExists ¶
func (m *MockS3API) WaitUntilObjectExists(arg0 *s3.HeadObjectInput) error
WaitUntilObjectExists mocks base method
func (*MockS3API) WaitUntilObjectExistsWithContext ¶
func (m *MockS3API) WaitUntilObjectExistsWithContext(arg0 context.Context, arg1 *s3.HeadObjectInput, arg2 ...request.WaiterOption) error
WaitUntilObjectExistsWithContext mocks base method
func (*MockS3API) WaitUntilObjectNotExists ¶
func (m *MockS3API) WaitUntilObjectNotExists(arg0 *s3.HeadObjectInput) error
WaitUntilObjectNotExists mocks base method
func (*MockS3API) WaitUntilObjectNotExistsWithContext ¶
func (m *MockS3API) WaitUntilObjectNotExistsWithContext(arg0 context.Context, arg1 *s3.HeadObjectInput, arg2 ...request.WaiterOption) error
WaitUntilObjectNotExistsWithContext mocks base method
type MockS3APIMockRecorder ¶
type MockS3APIMockRecorder struct {
// contains filtered or unexported fields
}
MockS3APIMockRecorder is the mock recorder for MockS3API
func (*MockS3APIMockRecorder) AbortMultipartUpload ¶
func (mr *MockS3APIMockRecorder) AbortMultipartUpload(arg0 interface{}) *gomock.Call
AbortMultipartUpload indicates an expected call of AbortMultipartUpload
func (*MockS3APIMockRecorder) AbortMultipartUploadRequest ¶
func (mr *MockS3APIMockRecorder) AbortMultipartUploadRequest(arg0 interface{}) *gomock.Call
AbortMultipartUploadRequest indicates an expected call of AbortMultipartUploadRequest
func (*MockS3APIMockRecorder) AbortMultipartUploadWithContext ¶
func (mr *MockS3APIMockRecorder) AbortMultipartUploadWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
AbortMultipartUploadWithContext indicates an expected call of AbortMultipartUploadWithContext
func (*MockS3APIMockRecorder) CompleteMultipartUpload ¶
func (mr *MockS3APIMockRecorder) CompleteMultipartUpload(arg0 interface{}) *gomock.Call
CompleteMultipartUpload indicates an expected call of CompleteMultipartUpload
func (*MockS3APIMockRecorder) CompleteMultipartUploadRequest ¶
func (mr *MockS3APIMockRecorder) CompleteMultipartUploadRequest(arg0 interface{}) *gomock.Call
CompleteMultipartUploadRequest indicates an expected call of CompleteMultipartUploadRequest
func (*MockS3APIMockRecorder) CompleteMultipartUploadWithContext ¶
func (mr *MockS3APIMockRecorder) CompleteMultipartUploadWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
CompleteMultipartUploadWithContext indicates an expected call of CompleteMultipartUploadWithContext
func (*MockS3APIMockRecorder) CopyObject ¶
func (mr *MockS3APIMockRecorder) CopyObject(arg0 interface{}) *gomock.Call
CopyObject indicates an expected call of CopyObject
func (*MockS3APIMockRecorder) CopyObjectRequest ¶
func (mr *MockS3APIMockRecorder) CopyObjectRequest(arg0 interface{}) *gomock.Call
CopyObjectRequest indicates an expected call of CopyObjectRequest
func (*MockS3APIMockRecorder) CopyObjectWithContext ¶
func (mr *MockS3APIMockRecorder) CopyObjectWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
CopyObjectWithContext indicates an expected call of CopyObjectWithContext
func (*MockS3APIMockRecorder) CreateBucket ¶
func (mr *MockS3APIMockRecorder) CreateBucket(arg0 interface{}) *gomock.Call
CreateBucket indicates an expected call of CreateBucket
func (*MockS3APIMockRecorder) CreateBucketRequest ¶
func (mr *MockS3APIMockRecorder) CreateBucketRequest(arg0 interface{}) *gomock.Call
CreateBucketRequest indicates an expected call of CreateBucketRequest
func (*MockS3APIMockRecorder) CreateBucketWithContext ¶
func (mr *MockS3APIMockRecorder) CreateBucketWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
CreateBucketWithContext indicates an expected call of CreateBucketWithContext
func (*MockS3APIMockRecorder) CreateMultipartUpload ¶
func (mr *MockS3APIMockRecorder) CreateMultipartUpload(arg0 interface{}) *gomock.Call
CreateMultipartUpload indicates an expected call of CreateMultipartUpload
func (*MockS3APIMockRecorder) CreateMultipartUploadRequest ¶
func (mr *MockS3APIMockRecorder) CreateMultipartUploadRequest(arg0 interface{}) *gomock.Call
CreateMultipartUploadRequest indicates an expected call of CreateMultipartUploadRequest
func (*MockS3APIMockRecorder) CreateMultipartUploadWithContext ¶
func (mr *MockS3APIMockRecorder) CreateMultipartUploadWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
CreateMultipartUploadWithContext indicates an expected call of CreateMultipartUploadWithContext
func (*MockS3APIMockRecorder) DeleteBucket ¶
func (mr *MockS3APIMockRecorder) DeleteBucket(arg0 interface{}) *gomock.Call
DeleteBucket indicates an expected call of DeleteBucket
func (*MockS3APIMockRecorder) DeleteBucketAnalyticsConfiguration ¶
func (mr *MockS3APIMockRecorder) DeleteBucketAnalyticsConfiguration(arg0 interface{}) *gomock.Call
DeleteBucketAnalyticsConfiguration indicates an expected call of DeleteBucketAnalyticsConfiguration
func (*MockS3APIMockRecorder) DeleteBucketAnalyticsConfigurationRequest ¶
func (mr *MockS3APIMockRecorder) DeleteBucketAnalyticsConfigurationRequest(arg0 interface{}) *gomock.Call
DeleteBucketAnalyticsConfigurationRequest indicates an expected call of DeleteBucketAnalyticsConfigurationRequest
func (*MockS3APIMockRecorder) DeleteBucketAnalyticsConfigurationWithContext ¶
func (mr *MockS3APIMockRecorder) DeleteBucketAnalyticsConfigurationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DeleteBucketAnalyticsConfigurationWithContext indicates an expected call of DeleteBucketAnalyticsConfigurationWithContext
func (*MockS3APIMockRecorder) DeleteBucketCors ¶
func (mr *MockS3APIMockRecorder) DeleteBucketCors(arg0 interface{}) *gomock.Call
DeleteBucketCors indicates an expected call of DeleteBucketCors
func (*MockS3APIMockRecorder) DeleteBucketCorsRequest ¶
func (mr *MockS3APIMockRecorder) DeleteBucketCorsRequest(arg0 interface{}) *gomock.Call
DeleteBucketCorsRequest indicates an expected call of DeleteBucketCorsRequest
func (*MockS3APIMockRecorder) DeleteBucketCorsWithContext ¶
func (mr *MockS3APIMockRecorder) DeleteBucketCorsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DeleteBucketCorsWithContext indicates an expected call of DeleteBucketCorsWithContext
func (*MockS3APIMockRecorder) DeleteBucketEncryption ¶
func (mr *MockS3APIMockRecorder) DeleteBucketEncryption(arg0 interface{}) *gomock.Call
DeleteBucketEncryption indicates an expected call of DeleteBucketEncryption
func (*MockS3APIMockRecorder) DeleteBucketEncryptionRequest ¶
func (mr *MockS3APIMockRecorder) DeleteBucketEncryptionRequest(arg0 interface{}) *gomock.Call
DeleteBucketEncryptionRequest indicates an expected call of DeleteBucketEncryptionRequest
func (*MockS3APIMockRecorder) DeleteBucketEncryptionWithContext ¶
func (mr *MockS3APIMockRecorder) DeleteBucketEncryptionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DeleteBucketEncryptionWithContext indicates an expected call of DeleteBucketEncryptionWithContext
func (*MockS3APIMockRecorder) DeleteBucketInventoryConfiguration ¶
func (mr *MockS3APIMockRecorder) DeleteBucketInventoryConfiguration(arg0 interface{}) *gomock.Call
DeleteBucketInventoryConfiguration indicates an expected call of DeleteBucketInventoryConfiguration
func (*MockS3APIMockRecorder) DeleteBucketInventoryConfigurationRequest ¶
func (mr *MockS3APIMockRecorder) DeleteBucketInventoryConfigurationRequest(arg0 interface{}) *gomock.Call
DeleteBucketInventoryConfigurationRequest indicates an expected call of DeleteBucketInventoryConfigurationRequest
func (*MockS3APIMockRecorder) DeleteBucketInventoryConfigurationWithContext ¶
func (mr *MockS3APIMockRecorder) DeleteBucketInventoryConfigurationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DeleteBucketInventoryConfigurationWithContext indicates an expected call of DeleteBucketInventoryConfigurationWithContext
func (*MockS3APIMockRecorder) DeleteBucketLifecycle ¶
func (mr *MockS3APIMockRecorder) DeleteBucketLifecycle(arg0 interface{}) *gomock.Call
DeleteBucketLifecycle indicates an expected call of DeleteBucketLifecycle
func (*MockS3APIMockRecorder) DeleteBucketLifecycleRequest ¶
func (mr *MockS3APIMockRecorder) DeleteBucketLifecycleRequest(arg0 interface{}) *gomock.Call
DeleteBucketLifecycleRequest indicates an expected call of DeleteBucketLifecycleRequest
func (*MockS3APIMockRecorder) DeleteBucketLifecycleWithContext ¶
func (mr *MockS3APIMockRecorder) DeleteBucketLifecycleWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DeleteBucketLifecycleWithContext indicates an expected call of DeleteBucketLifecycleWithContext
func (*MockS3APIMockRecorder) DeleteBucketMetricsConfiguration ¶
func (mr *MockS3APIMockRecorder) DeleteBucketMetricsConfiguration(arg0 interface{}) *gomock.Call
DeleteBucketMetricsConfiguration indicates an expected call of DeleteBucketMetricsConfiguration
func (*MockS3APIMockRecorder) DeleteBucketMetricsConfigurationRequest ¶
func (mr *MockS3APIMockRecorder) DeleteBucketMetricsConfigurationRequest(arg0 interface{}) *gomock.Call
DeleteBucketMetricsConfigurationRequest indicates an expected call of DeleteBucketMetricsConfigurationRequest
func (*MockS3APIMockRecorder) DeleteBucketMetricsConfigurationWithContext ¶
func (mr *MockS3APIMockRecorder) DeleteBucketMetricsConfigurationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DeleteBucketMetricsConfigurationWithContext indicates an expected call of DeleteBucketMetricsConfigurationWithContext
func (*MockS3APIMockRecorder) DeleteBucketPolicy ¶
func (mr *MockS3APIMockRecorder) DeleteBucketPolicy(arg0 interface{}) *gomock.Call
DeleteBucketPolicy indicates an expected call of DeleteBucketPolicy
func (*MockS3APIMockRecorder) DeleteBucketPolicyRequest ¶
func (mr *MockS3APIMockRecorder) DeleteBucketPolicyRequest(arg0 interface{}) *gomock.Call
DeleteBucketPolicyRequest indicates an expected call of DeleteBucketPolicyRequest
func (*MockS3APIMockRecorder) DeleteBucketPolicyWithContext ¶
func (mr *MockS3APIMockRecorder) DeleteBucketPolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DeleteBucketPolicyWithContext indicates an expected call of DeleteBucketPolicyWithContext
func (*MockS3APIMockRecorder) DeleteBucketReplication ¶
func (mr *MockS3APIMockRecorder) DeleteBucketReplication(arg0 interface{}) *gomock.Call
DeleteBucketReplication indicates an expected call of DeleteBucketReplication
func (*MockS3APIMockRecorder) DeleteBucketReplicationRequest ¶
func (mr *MockS3APIMockRecorder) DeleteBucketReplicationRequest(arg0 interface{}) *gomock.Call
DeleteBucketReplicationRequest indicates an expected call of DeleteBucketReplicationRequest
func (*MockS3APIMockRecorder) DeleteBucketReplicationWithContext ¶
func (mr *MockS3APIMockRecorder) DeleteBucketReplicationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DeleteBucketReplicationWithContext indicates an expected call of DeleteBucketReplicationWithContext
func (*MockS3APIMockRecorder) DeleteBucketRequest ¶
func (mr *MockS3APIMockRecorder) DeleteBucketRequest(arg0 interface{}) *gomock.Call
DeleteBucketRequest indicates an expected call of DeleteBucketRequest
func (*MockS3APIMockRecorder) DeleteBucketTagging ¶
func (mr *MockS3APIMockRecorder) DeleteBucketTagging(arg0 interface{}) *gomock.Call
DeleteBucketTagging indicates an expected call of DeleteBucketTagging
func (*MockS3APIMockRecorder) DeleteBucketTaggingRequest ¶
func (mr *MockS3APIMockRecorder) DeleteBucketTaggingRequest(arg0 interface{}) *gomock.Call
DeleteBucketTaggingRequest indicates an expected call of DeleteBucketTaggingRequest
func (*MockS3APIMockRecorder) DeleteBucketTaggingWithContext ¶
func (mr *MockS3APIMockRecorder) DeleteBucketTaggingWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DeleteBucketTaggingWithContext indicates an expected call of DeleteBucketTaggingWithContext
func (*MockS3APIMockRecorder) DeleteBucketWebsite ¶
func (mr *MockS3APIMockRecorder) DeleteBucketWebsite(arg0 interface{}) *gomock.Call
DeleteBucketWebsite indicates an expected call of DeleteBucketWebsite
func (*MockS3APIMockRecorder) DeleteBucketWebsiteRequest ¶
func (mr *MockS3APIMockRecorder) DeleteBucketWebsiteRequest(arg0 interface{}) *gomock.Call
DeleteBucketWebsiteRequest indicates an expected call of DeleteBucketWebsiteRequest
func (*MockS3APIMockRecorder) DeleteBucketWebsiteWithContext ¶
func (mr *MockS3APIMockRecorder) DeleteBucketWebsiteWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DeleteBucketWebsiteWithContext indicates an expected call of DeleteBucketWebsiteWithContext
func (*MockS3APIMockRecorder) DeleteBucketWithContext ¶
func (mr *MockS3APIMockRecorder) DeleteBucketWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DeleteBucketWithContext indicates an expected call of DeleteBucketWithContext
func (*MockS3APIMockRecorder) DeleteObject ¶
func (mr *MockS3APIMockRecorder) DeleteObject(arg0 interface{}) *gomock.Call
DeleteObject indicates an expected call of DeleteObject
func (*MockS3APIMockRecorder) DeleteObjectRequest ¶
func (mr *MockS3APIMockRecorder) DeleteObjectRequest(arg0 interface{}) *gomock.Call
DeleteObjectRequest indicates an expected call of DeleteObjectRequest
func (*MockS3APIMockRecorder) DeleteObjectTagging ¶
func (mr *MockS3APIMockRecorder) DeleteObjectTagging(arg0 interface{}) *gomock.Call
DeleteObjectTagging indicates an expected call of DeleteObjectTagging
func (*MockS3APIMockRecorder) DeleteObjectTaggingRequest ¶
func (mr *MockS3APIMockRecorder) DeleteObjectTaggingRequest(arg0 interface{}) *gomock.Call
DeleteObjectTaggingRequest indicates an expected call of DeleteObjectTaggingRequest
func (*MockS3APIMockRecorder) DeleteObjectTaggingWithContext ¶
func (mr *MockS3APIMockRecorder) DeleteObjectTaggingWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DeleteObjectTaggingWithContext indicates an expected call of DeleteObjectTaggingWithContext
func (*MockS3APIMockRecorder) DeleteObjectWithContext ¶
func (mr *MockS3APIMockRecorder) DeleteObjectWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DeleteObjectWithContext indicates an expected call of DeleteObjectWithContext
func (*MockS3APIMockRecorder) DeleteObjects ¶
func (mr *MockS3APIMockRecorder) DeleteObjects(arg0 interface{}) *gomock.Call
DeleteObjects indicates an expected call of DeleteObjects
func (*MockS3APIMockRecorder) DeleteObjectsRequest ¶
func (mr *MockS3APIMockRecorder) DeleteObjectsRequest(arg0 interface{}) *gomock.Call
DeleteObjectsRequest indicates an expected call of DeleteObjectsRequest
func (*MockS3APIMockRecorder) DeleteObjectsWithContext ¶
func (mr *MockS3APIMockRecorder) DeleteObjectsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DeleteObjectsWithContext indicates an expected call of DeleteObjectsWithContext
func (*MockS3APIMockRecorder) DeletePublicAccessBlock ¶
func (mr *MockS3APIMockRecorder) DeletePublicAccessBlock(arg0 interface{}) *gomock.Call
DeletePublicAccessBlock indicates an expected call of DeletePublicAccessBlock
func (*MockS3APIMockRecorder) DeletePublicAccessBlockRequest ¶
func (mr *MockS3APIMockRecorder) DeletePublicAccessBlockRequest(arg0 interface{}) *gomock.Call
DeletePublicAccessBlockRequest indicates an expected call of DeletePublicAccessBlockRequest
func (*MockS3APIMockRecorder) DeletePublicAccessBlockWithContext ¶
func (mr *MockS3APIMockRecorder) DeletePublicAccessBlockWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DeletePublicAccessBlockWithContext indicates an expected call of DeletePublicAccessBlockWithContext
func (*MockS3APIMockRecorder) GetBucketAccelerateConfiguration ¶
func (mr *MockS3APIMockRecorder) GetBucketAccelerateConfiguration(arg0 interface{}) *gomock.Call
GetBucketAccelerateConfiguration indicates an expected call of GetBucketAccelerateConfiguration
func (*MockS3APIMockRecorder) GetBucketAccelerateConfigurationRequest ¶
func (mr *MockS3APIMockRecorder) GetBucketAccelerateConfigurationRequest(arg0 interface{}) *gomock.Call
GetBucketAccelerateConfigurationRequest indicates an expected call of GetBucketAccelerateConfigurationRequest
func (*MockS3APIMockRecorder) GetBucketAccelerateConfigurationWithContext ¶
func (mr *MockS3APIMockRecorder) GetBucketAccelerateConfigurationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetBucketAccelerateConfigurationWithContext indicates an expected call of GetBucketAccelerateConfigurationWithContext
func (*MockS3APIMockRecorder) GetBucketAcl ¶
func (mr *MockS3APIMockRecorder) GetBucketAcl(arg0 interface{}) *gomock.Call
GetBucketAcl indicates an expected call of GetBucketAcl
func (*MockS3APIMockRecorder) GetBucketAclRequest ¶
func (mr *MockS3APIMockRecorder) GetBucketAclRequest(arg0 interface{}) *gomock.Call
GetBucketAclRequest indicates an expected call of GetBucketAclRequest
func (*MockS3APIMockRecorder) GetBucketAclWithContext ¶
func (mr *MockS3APIMockRecorder) GetBucketAclWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetBucketAclWithContext indicates an expected call of GetBucketAclWithContext
func (*MockS3APIMockRecorder) GetBucketAnalyticsConfiguration ¶
func (mr *MockS3APIMockRecorder) GetBucketAnalyticsConfiguration(arg0 interface{}) *gomock.Call
GetBucketAnalyticsConfiguration indicates an expected call of GetBucketAnalyticsConfiguration
func (*MockS3APIMockRecorder) GetBucketAnalyticsConfigurationRequest ¶
func (mr *MockS3APIMockRecorder) GetBucketAnalyticsConfigurationRequest(arg0 interface{}) *gomock.Call
GetBucketAnalyticsConfigurationRequest indicates an expected call of GetBucketAnalyticsConfigurationRequest
func (*MockS3APIMockRecorder) GetBucketAnalyticsConfigurationWithContext ¶
func (mr *MockS3APIMockRecorder) GetBucketAnalyticsConfigurationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetBucketAnalyticsConfigurationWithContext indicates an expected call of GetBucketAnalyticsConfigurationWithContext
func (*MockS3APIMockRecorder) GetBucketCors ¶
func (mr *MockS3APIMockRecorder) GetBucketCors(arg0 interface{}) *gomock.Call
GetBucketCors indicates an expected call of GetBucketCors
func (*MockS3APIMockRecorder) GetBucketCorsRequest ¶
func (mr *MockS3APIMockRecorder) GetBucketCorsRequest(arg0 interface{}) *gomock.Call
GetBucketCorsRequest indicates an expected call of GetBucketCorsRequest
func (*MockS3APIMockRecorder) GetBucketCorsWithContext ¶
func (mr *MockS3APIMockRecorder) GetBucketCorsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetBucketCorsWithContext indicates an expected call of GetBucketCorsWithContext
func (*MockS3APIMockRecorder) GetBucketEncryption ¶
func (mr *MockS3APIMockRecorder) GetBucketEncryption(arg0 interface{}) *gomock.Call
GetBucketEncryption indicates an expected call of GetBucketEncryption
func (*MockS3APIMockRecorder) GetBucketEncryptionRequest ¶
func (mr *MockS3APIMockRecorder) GetBucketEncryptionRequest(arg0 interface{}) *gomock.Call
GetBucketEncryptionRequest indicates an expected call of GetBucketEncryptionRequest
func (*MockS3APIMockRecorder) GetBucketEncryptionWithContext ¶
func (mr *MockS3APIMockRecorder) GetBucketEncryptionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetBucketEncryptionWithContext indicates an expected call of GetBucketEncryptionWithContext
func (*MockS3APIMockRecorder) GetBucketInventoryConfiguration ¶
func (mr *MockS3APIMockRecorder) GetBucketInventoryConfiguration(arg0 interface{}) *gomock.Call
GetBucketInventoryConfiguration indicates an expected call of GetBucketInventoryConfiguration
func (*MockS3APIMockRecorder) GetBucketInventoryConfigurationRequest ¶
func (mr *MockS3APIMockRecorder) GetBucketInventoryConfigurationRequest(arg0 interface{}) *gomock.Call
GetBucketInventoryConfigurationRequest indicates an expected call of GetBucketInventoryConfigurationRequest
func (*MockS3APIMockRecorder) GetBucketInventoryConfigurationWithContext ¶
func (mr *MockS3APIMockRecorder) GetBucketInventoryConfigurationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetBucketInventoryConfigurationWithContext indicates an expected call of GetBucketInventoryConfigurationWithContext
func (*MockS3APIMockRecorder) GetBucketLifecycle ¶
func (mr *MockS3APIMockRecorder) GetBucketLifecycle(arg0 interface{}) *gomock.Call
GetBucketLifecycle indicates an expected call of GetBucketLifecycle
func (*MockS3APIMockRecorder) GetBucketLifecycleConfiguration ¶
func (mr *MockS3APIMockRecorder) GetBucketLifecycleConfiguration(arg0 interface{}) *gomock.Call
GetBucketLifecycleConfiguration indicates an expected call of GetBucketLifecycleConfiguration
func (*MockS3APIMockRecorder) GetBucketLifecycleConfigurationRequest ¶
func (mr *MockS3APIMockRecorder) GetBucketLifecycleConfigurationRequest(arg0 interface{}) *gomock.Call
GetBucketLifecycleConfigurationRequest indicates an expected call of GetBucketLifecycleConfigurationRequest
func (*MockS3APIMockRecorder) GetBucketLifecycleConfigurationWithContext ¶
func (mr *MockS3APIMockRecorder) GetBucketLifecycleConfigurationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetBucketLifecycleConfigurationWithContext indicates an expected call of GetBucketLifecycleConfigurationWithContext
func (*MockS3APIMockRecorder) GetBucketLifecycleRequest ¶
func (mr *MockS3APIMockRecorder) GetBucketLifecycleRequest(arg0 interface{}) *gomock.Call
GetBucketLifecycleRequest indicates an expected call of GetBucketLifecycleRequest
func (*MockS3APIMockRecorder) GetBucketLifecycleWithContext ¶
func (mr *MockS3APIMockRecorder) GetBucketLifecycleWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetBucketLifecycleWithContext indicates an expected call of GetBucketLifecycleWithContext
func (*MockS3APIMockRecorder) GetBucketLocation ¶
func (mr *MockS3APIMockRecorder) GetBucketLocation(arg0 interface{}) *gomock.Call
GetBucketLocation indicates an expected call of GetBucketLocation
func (*MockS3APIMockRecorder) GetBucketLocationRequest ¶
func (mr *MockS3APIMockRecorder) GetBucketLocationRequest(arg0 interface{}) *gomock.Call
GetBucketLocationRequest indicates an expected call of GetBucketLocationRequest
func (*MockS3APIMockRecorder) GetBucketLocationWithContext ¶
func (mr *MockS3APIMockRecorder) GetBucketLocationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetBucketLocationWithContext indicates an expected call of GetBucketLocationWithContext
func (*MockS3APIMockRecorder) GetBucketLogging ¶
func (mr *MockS3APIMockRecorder) GetBucketLogging(arg0 interface{}) *gomock.Call
GetBucketLogging indicates an expected call of GetBucketLogging
func (*MockS3APIMockRecorder) GetBucketLoggingRequest ¶
func (mr *MockS3APIMockRecorder) GetBucketLoggingRequest(arg0 interface{}) *gomock.Call
GetBucketLoggingRequest indicates an expected call of GetBucketLoggingRequest
func (*MockS3APIMockRecorder) GetBucketLoggingWithContext ¶
func (mr *MockS3APIMockRecorder) GetBucketLoggingWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetBucketLoggingWithContext indicates an expected call of GetBucketLoggingWithContext
func (*MockS3APIMockRecorder) GetBucketMetricsConfiguration ¶
func (mr *MockS3APIMockRecorder) GetBucketMetricsConfiguration(arg0 interface{}) *gomock.Call
GetBucketMetricsConfiguration indicates an expected call of GetBucketMetricsConfiguration
func (*MockS3APIMockRecorder) GetBucketMetricsConfigurationRequest ¶
func (mr *MockS3APIMockRecorder) GetBucketMetricsConfigurationRequest(arg0 interface{}) *gomock.Call
GetBucketMetricsConfigurationRequest indicates an expected call of GetBucketMetricsConfigurationRequest
func (*MockS3APIMockRecorder) GetBucketMetricsConfigurationWithContext ¶
func (mr *MockS3APIMockRecorder) GetBucketMetricsConfigurationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetBucketMetricsConfigurationWithContext indicates an expected call of GetBucketMetricsConfigurationWithContext
func (*MockS3APIMockRecorder) GetBucketNotification ¶
func (mr *MockS3APIMockRecorder) GetBucketNotification(arg0 interface{}) *gomock.Call
GetBucketNotification indicates an expected call of GetBucketNotification
func (*MockS3APIMockRecorder) GetBucketNotificationConfiguration ¶
func (mr *MockS3APIMockRecorder) GetBucketNotificationConfiguration(arg0 interface{}) *gomock.Call
GetBucketNotificationConfiguration indicates an expected call of GetBucketNotificationConfiguration
func (*MockS3APIMockRecorder) GetBucketNotificationConfigurationRequest ¶
func (mr *MockS3APIMockRecorder) GetBucketNotificationConfigurationRequest(arg0 interface{}) *gomock.Call
GetBucketNotificationConfigurationRequest indicates an expected call of GetBucketNotificationConfigurationRequest
func (*MockS3APIMockRecorder) GetBucketNotificationConfigurationWithContext ¶
func (mr *MockS3APIMockRecorder) GetBucketNotificationConfigurationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetBucketNotificationConfigurationWithContext indicates an expected call of GetBucketNotificationConfigurationWithContext
func (*MockS3APIMockRecorder) GetBucketNotificationRequest ¶
func (mr *MockS3APIMockRecorder) GetBucketNotificationRequest(arg0 interface{}) *gomock.Call
GetBucketNotificationRequest indicates an expected call of GetBucketNotificationRequest
func (*MockS3APIMockRecorder) GetBucketNotificationWithContext ¶
func (mr *MockS3APIMockRecorder) GetBucketNotificationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetBucketNotificationWithContext indicates an expected call of GetBucketNotificationWithContext
func (*MockS3APIMockRecorder) GetBucketPolicy ¶
func (mr *MockS3APIMockRecorder) GetBucketPolicy(arg0 interface{}) *gomock.Call
GetBucketPolicy indicates an expected call of GetBucketPolicy
func (*MockS3APIMockRecorder) GetBucketPolicyRequest ¶
func (mr *MockS3APIMockRecorder) GetBucketPolicyRequest(arg0 interface{}) *gomock.Call
GetBucketPolicyRequest indicates an expected call of GetBucketPolicyRequest
func (*MockS3APIMockRecorder) GetBucketPolicyStatus ¶
func (mr *MockS3APIMockRecorder) GetBucketPolicyStatus(arg0 interface{}) *gomock.Call
GetBucketPolicyStatus indicates an expected call of GetBucketPolicyStatus
func (*MockS3APIMockRecorder) GetBucketPolicyStatusRequest ¶
func (mr *MockS3APIMockRecorder) GetBucketPolicyStatusRequest(arg0 interface{}) *gomock.Call
GetBucketPolicyStatusRequest indicates an expected call of GetBucketPolicyStatusRequest
func (*MockS3APIMockRecorder) GetBucketPolicyStatusWithContext ¶
func (mr *MockS3APIMockRecorder) GetBucketPolicyStatusWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetBucketPolicyStatusWithContext indicates an expected call of GetBucketPolicyStatusWithContext
func (*MockS3APIMockRecorder) GetBucketPolicyWithContext ¶
func (mr *MockS3APIMockRecorder) GetBucketPolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetBucketPolicyWithContext indicates an expected call of GetBucketPolicyWithContext
func (*MockS3APIMockRecorder) GetBucketReplication ¶
func (mr *MockS3APIMockRecorder) GetBucketReplication(arg0 interface{}) *gomock.Call
GetBucketReplication indicates an expected call of GetBucketReplication
func (*MockS3APIMockRecorder) GetBucketReplicationRequest ¶
func (mr *MockS3APIMockRecorder) GetBucketReplicationRequest(arg0 interface{}) *gomock.Call
GetBucketReplicationRequest indicates an expected call of GetBucketReplicationRequest
func (*MockS3APIMockRecorder) GetBucketReplicationWithContext ¶
func (mr *MockS3APIMockRecorder) GetBucketReplicationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetBucketReplicationWithContext indicates an expected call of GetBucketReplicationWithContext
func (*MockS3APIMockRecorder) GetBucketRequestPayment ¶
func (mr *MockS3APIMockRecorder) GetBucketRequestPayment(arg0 interface{}) *gomock.Call
GetBucketRequestPayment indicates an expected call of GetBucketRequestPayment
func (*MockS3APIMockRecorder) GetBucketRequestPaymentRequest ¶
func (mr *MockS3APIMockRecorder) GetBucketRequestPaymentRequest(arg0 interface{}) *gomock.Call
GetBucketRequestPaymentRequest indicates an expected call of GetBucketRequestPaymentRequest
func (*MockS3APIMockRecorder) GetBucketRequestPaymentWithContext ¶
func (mr *MockS3APIMockRecorder) GetBucketRequestPaymentWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetBucketRequestPaymentWithContext indicates an expected call of GetBucketRequestPaymentWithContext
func (*MockS3APIMockRecorder) GetBucketTagging ¶
func (mr *MockS3APIMockRecorder) GetBucketTagging(arg0 interface{}) *gomock.Call
GetBucketTagging indicates an expected call of GetBucketTagging
func (*MockS3APIMockRecorder) GetBucketTaggingRequest ¶
func (mr *MockS3APIMockRecorder) GetBucketTaggingRequest(arg0 interface{}) *gomock.Call
GetBucketTaggingRequest indicates an expected call of GetBucketTaggingRequest
func (*MockS3APIMockRecorder) GetBucketTaggingWithContext ¶
func (mr *MockS3APIMockRecorder) GetBucketTaggingWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetBucketTaggingWithContext indicates an expected call of GetBucketTaggingWithContext
func (*MockS3APIMockRecorder) GetBucketVersioning ¶
func (mr *MockS3APIMockRecorder) GetBucketVersioning(arg0 interface{}) *gomock.Call
GetBucketVersioning indicates an expected call of GetBucketVersioning
func (*MockS3APIMockRecorder) GetBucketVersioningRequest ¶
func (mr *MockS3APIMockRecorder) GetBucketVersioningRequest(arg0 interface{}) *gomock.Call
GetBucketVersioningRequest indicates an expected call of GetBucketVersioningRequest
func (*MockS3APIMockRecorder) GetBucketVersioningWithContext ¶
func (mr *MockS3APIMockRecorder) GetBucketVersioningWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetBucketVersioningWithContext indicates an expected call of GetBucketVersioningWithContext
func (*MockS3APIMockRecorder) GetBucketWebsite ¶
func (mr *MockS3APIMockRecorder) GetBucketWebsite(arg0 interface{}) *gomock.Call
GetBucketWebsite indicates an expected call of GetBucketWebsite
func (*MockS3APIMockRecorder) GetBucketWebsiteRequest ¶
func (mr *MockS3APIMockRecorder) GetBucketWebsiteRequest(arg0 interface{}) *gomock.Call
GetBucketWebsiteRequest indicates an expected call of GetBucketWebsiteRequest
func (*MockS3APIMockRecorder) GetBucketWebsiteWithContext ¶
func (mr *MockS3APIMockRecorder) GetBucketWebsiteWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetBucketWebsiteWithContext indicates an expected call of GetBucketWebsiteWithContext
func (*MockS3APIMockRecorder) GetObject ¶
func (mr *MockS3APIMockRecorder) GetObject(arg0 interface{}) *gomock.Call
GetObject indicates an expected call of GetObject
func (*MockS3APIMockRecorder) GetObjectAcl ¶
func (mr *MockS3APIMockRecorder) GetObjectAcl(arg0 interface{}) *gomock.Call
GetObjectAcl indicates an expected call of GetObjectAcl
func (*MockS3APIMockRecorder) GetObjectAclRequest ¶
func (mr *MockS3APIMockRecorder) GetObjectAclRequest(arg0 interface{}) *gomock.Call
GetObjectAclRequest indicates an expected call of GetObjectAclRequest
func (*MockS3APIMockRecorder) GetObjectAclWithContext ¶
func (mr *MockS3APIMockRecorder) GetObjectAclWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetObjectAclWithContext indicates an expected call of GetObjectAclWithContext
func (*MockS3APIMockRecorder) GetObjectLegalHold ¶
func (mr *MockS3APIMockRecorder) GetObjectLegalHold(arg0 interface{}) *gomock.Call
GetObjectLegalHold indicates an expected call of GetObjectLegalHold
func (*MockS3APIMockRecorder) GetObjectLegalHoldRequest ¶
func (mr *MockS3APIMockRecorder) GetObjectLegalHoldRequest(arg0 interface{}) *gomock.Call
GetObjectLegalHoldRequest indicates an expected call of GetObjectLegalHoldRequest
func (*MockS3APIMockRecorder) GetObjectLegalHoldWithContext ¶
func (mr *MockS3APIMockRecorder) GetObjectLegalHoldWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetObjectLegalHoldWithContext indicates an expected call of GetObjectLegalHoldWithContext
func (*MockS3APIMockRecorder) GetObjectLockConfiguration ¶
func (mr *MockS3APIMockRecorder) GetObjectLockConfiguration(arg0 interface{}) *gomock.Call
GetObjectLockConfiguration indicates an expected call of GetObjectLockConfiguration
func (*MockS3APIMockRecorder) GetObjectLockConfigurationRequest ¶
func (mr *MockS3APIMockRecorder) GetObjectLockConfigurationRequest(arg0 interface{}) *gomock.Call
GetObjectLockConfigurationRequest indicates an expected call of GetObjectLockConfigurationRequest
func (*MockS3APIMockRecorder) GetObjectLockConfigurationWithContext ¶
func (mr *MockS3APIMockRecorder) GetObjectLockConfigurationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetObjectLockConfigurationWithContext indicates an expected call of GetObjectLockConfigurationWithContext
func (*MockS3APIMockRecorder) GetObjectRequest ¶
func (mr *MockS3APIMockRecorder) GetObjectRequest(arg0 interface{}) *gomock.Call
GetObjectRequest indicates an expected call of GetObjectRequest
func (*MockS3APIMockRecorder) GetObjectRetention ¶
func (mr *MockS3APIMockRecorder) GetObjectRetention(arg0 interface{}) *gomock.Call
GetObjectRetention indicates an expected call of GetObjectRetention
func (*MockS3APIMockRecorder) GetObjectRetentionRequest ¶
func (mr *MockS3APIMockRecorder) GetObjectRetentionRequest(arg0 interface{}) *gomock.Call
GetObjectRetentionRequest indicates an expected call of GetObjectRetentionRequest
func (*MockS3APIMockRecorder) GetObjectRetentionWithContext ¶
func (mr *MockS3APIMockRecorder) GetObjectRetentionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetObjectRetentionWithContext indicates an expected call of GetObjectRetentionWithContext
func (*MockS3APIMockRecorder) GetObjectTagging ¶
func (mr *MockS3APIMockRecorder) GetObjectTagging(arg0 interface{}) *gomock.Call
GetObjectTagging indicates an expected call of GetObjectTagging
func (*MockS3APIMockRecorder) GetObjectTaggingRequest ¶
func (mr *MockS3APIMockRecorder) GetObjectTaggingRequest(arg0 interface{}) *gomock.Call
GetObjectTaggingRequest indicates an expected call of GetObjectTaggingRequest
func (*MockS3APIMockRecorder) GetObjectTaggingWithContext ¶
func (mr *MockS3APIMockRecorder) GetObjectTaggingWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetObjectTaggingWithContext indicates an expected call of GetObjectTaggingWithContext
func (*MockS3APIMockRecorder) GetObjectTorrent ¶
func (mr *MockS3APIMockRecorder) GetObjectTorrent(arg0 interface{}) *gomock.Call
GetObjectTorrent indicates an expected call of GetObjectTorrent
func (*MockS3APIMockRecorder) GetObjectTorrentRequest ¶
func (mr *MockS3APIMockRecorder) GetObjectTorrentRequest(arg0 interface{}) *gomock.Call
GetObjectTorrentRequest indicates an expected call of GetObjectTorrentRequest
func (*MockS3APIMockRecorder) GetObjectTorrentWithContext ¶
func (mr *MockS3APIMockRecorder) GetObjectTorrentWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetObjectTorrentWithContext indicates an expected call of GetObjectTorrentWithContext
func (*MockS3APIMockRecorder) GetObjectWithContext ¶
func (mr *MockS3APIMockRecorder) GetObjectWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetObjectWithContext indicates an expected call of GetObjectWithContext
func (*MockS3APIMockRecorder) GetPublicAccessBlock ¶
func (mr *MockS3APIMockRecorder) GetPublicAccessBlock(arg0 interface{}) *gomock.Call
GetPublicAccessBlock indicates an expected call of GetPublicAccessBlock
func (*MockS3APIMockRecorder) GetPublicAccessBlockRequest ¶
func (mr *MockS3APIMockRecorder) GetPublicAccessBlockRequest(arg0 interface{}) *gomock.Call
GetPublicAccessBlockRequest indicates an expected call of GetPublicAccessBlockRequest
func (*MockS3APIMockRecorder) GetPublicAccessBlockWithContext ¶
func (mr *MockS3APIMockRecorder) GetPublicAccessBlockWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetPublicAccessBlockWithContext indicates an expected call of GetPublicAccessBlockWithContext
func (*MockS3APIMockRecorder) HeadBucket ¶
func (mr *MockS3APIMockRecorder) HeadBucket(arg0 interface{}) *gomock.Call
HeadBucket indicates an expected call of HeadBucket
func (*MockS3APIMockRecorder) HeadBucketRequest ¶
func (mr *MockS3APIMockRecorder) HeadBucketRequest(arg0 interface{}) *gomock.Call
HeadBucketRequest indicates an expected call of HeadBucketRequest
func (*MockS3APIMockRecorder) HeadBucketWithContext ¶
func (mr *MockS3APIMockRecorder) HeadBucketWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
HeadBucketWithContext indicates an expected call of HeadBucketWithContext
func (*MockS3APIMockRecorder) HeadObject ¶
func (mr *MockS3APIMockRecorder) HeadObject(arg0 interface{}) *gomock.Call
HeadObject indicates an expected call of HeadObject
func (*MockS3APIMockRecorder) HeadObjectRequest ¶
func (mr *MockS3APIMockRecorder) HeadObjectRequest(arg0 interface{}) *gomock.Call
HeadObjectRequest indicates an expected call of HeadObjectRequest
func (*MockS3APIMockRecorder) HeadObjectWithContext ¶
func (mr *MockS3APIMockRecorder) HeadObjectWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
HeadObjectWithContext indicates an expected call of HeadObjectWithContext
func (*MockS3APIMockRecorder) ListBucketAnalyticsConfigurations ¶
func (mr *MockS3APIMockRecorder) ListBucketAnalyticsConfigurations(arg0 interface{}) *gomock.Call
ListBucketAnalyticsConfigurations indicates an expected call of ListBucketAnalyticsConfigurations
func (*MockS3APIMockRecorder) ListBucketAnalyticsConfigurationsRequest ¶
func (mr *MockS3APIMockRecorder) ListBucketAnalyticsConfigurationsRequest(arg0 interface{}) *gomock.Call
ListBucketAnalyticsConfigurationsRequest indicates an expected call of ListBucketAnalyticsConfigurationsRequest
func (*MockS3APIMockRecorder) ListBucketAnalyticsConfigurationsWithContext ¶
func (mr *MockS3APIMockRecorder) ListBucketAnalyticsConfigurationsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListBucketAnalyticsConfigurationsWithContext indicates an expected call of ListBucketAnalyticsConfigurationsWithContext
func (*MockS3APIMockRecorder) ListBucketInventoryConfigurations ¶
func (mr *MockS3APIMockRecorder) ListBucketInventoryConfigurations(arg0 interface{}) *gomock.Call
ListBucketInventoryConfigurations indicates an expected call of ListBucketInventoryConfigurations
func (*MockS3APIMockRecorder) ListBucketInventoryConfigurationsRequest ¶
func (mr *MockS3APIMockRecorder) ListBucketInventoryConfigurationsRequest(arg0 interface{}) *gomock.Call
ListBucketInventoryConfigurationsRequest indicates an expected call of ListBucketInventoryConfigurationsRequest
func (*MockS3APIMockRecorder) ListBucketInventoryConfigurationsWithContext ¶
func (mr *MockS3APIMockRecorder) ListBucketInventoryConfigurationsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListBucketInventoryConfigurationsWithContext indicates an expected call of ListBucketInventoryConfigurationsWithContext
func (*MockS3APIMockRecorder) ListBucketMetricsConfigurations ¶
func (mr *MockS3APIMockRecorder) ListBucketMetricsConfigurations(arg0 interface{}) *gomock.Call
ListBucketMetricsConfigurations indicates an expected call of ListBucketMetricsConfigurations
func (*MockS3APIMockRecorder) ListBucketMetricsConfigurationsRequest ¶
func (mr *MockS3APIMockRecorder) ListBucketMetricsConfigurationsRequest(arg0 interface{}) *gomock.Call
ListBucketMetricsConfigurationsRequest indicates an expected call of ListBucketMetricsConfigurationsRequest
func (*MockS3APIMockRecorder) ListBucketMetricsConfigurationsWithContext ¶
func (mr *MockS3APIMockRecorder) ListBucketMetricsConfigurationsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListBucketMetricsConfigurationsWithContext indicates an expected call of ListBucketMetricsConfigurationsWithContext
func (*MockS3APIMockRecorder) ListBuckets ¶
func (mr *MockS3APIMockRecorder) ListBuckets(arg0 interface{}) *gomock.Call
ListBuckets indicates an expected call of ListBuckets
func (*MockS3APIMockRecorder) ListBucketsRequest ¶
func (mr *MockS3APIMockRecorder) ListBucketsRequest(arg0 interface{}) *gomock.Call
ListBucketsRequest indicates an expected call of ListBucketsRequest
func (*MockS3APIMockRecorder) ListBucketsWithContext ¶
func (mr *MockS3APIMockRecorder) ListBucketsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListBucketsWithContext indicates an expected call of ListBucketsWithContext
func (*MockS3APIMockRecorder) ListMultipartUploads ¶
func (mr *MockS3APIMockRecorder) ListMultipartUploads(arg0 interface{}) *gomock.Call
ListMultipartUploads indicates an expected call of ListMultipartUploads
func (*MockS3APIMockRecorder) ListMultipartUploadsPages ¶
func (mr *MockS3APIMockRecorder) ListMultipartUploadsPages(arg0, arg1 interface{}) *gomock.Call
ListMultipartUploadsPages indicates an expected call of ListMultipartUploadsPages
func (*MockS3APIMockRecorder) ListMultipartUploadsPagesWithContext ¶
func (mr *MockS3APIMockRecorder) ListMultipartUploadsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
ListMultipartUploadsPagesWithContext indicates an expected call of ListMultipartUploadsPagesWithContext
func (*MockS3APIMockRecorder) ListMultipartUploadsRequest ¶
func (mr *MockS3APIMockRecorder) ListMultipartUploadsRequest(arg0 interface{}) *gomock.Call
ListMultipartUploadsRequest indicates an expected call of ListMultipartUploadsRequest
func (*MockS3APIMockRecorder) ListMultipartUploadsWithContext ¶
func (mr *MockS3APIMockRecorder) ListMultipartUploadsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListMultipartUploadsWithContext indicates an expected call of ListMultipartUploadsWithContext
func (*MockS3APIMockRecorder) ListObjectVersions ¶
func (mr *MockS3APIMockRecorder) ListObjectVersions(arg0 interface{}) *gomock.Call
ListObjectVersions indicates an expected call of ListObjectVersions
func (*MockS3APIMockRecorder) ListObjectVersionsPages ¶
func (mr *MockS3APIMockRecorder) ListObjectVersionsPages(arg0, arg1 interface{}) *gomock.Call
ListObjectVersionsPages indicates an expected call of ListObjectVersionsPages
func (*MockS3APIMockRecorder) ListObjectVersionsPagesWithContext ¶
func (mr *MockS3APIMockRecorder) ListObjectVersionsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
ListObjectVersionsPagesWithContext indicates an expected call of ListObjectVersionsPagesWithContext
func (*MockS3APIMockRecorder) ListObjectVersionsRequest ¶
func (mr *MockS3APIMockRecorder) ListObjectVersionsRequest(arg0 interface{}) *gomock.Call
ListObjectVersionsRequest indicates an expected call of ListObjectVersionsRequest
func (*MockS3APIMockRecorder) ListObjectVersionsWithContext ¶
func (mr *MockS3APIMockRecorder) ListObjectVersionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListObjectVersionsWithContext indicates an expected call of ListObjectVersionsWithContext
func (*MockS3APIMockRecorder) ListObjects ¶
func (mr *MockS3APIMockRecorder) ListObjects(arg0 interface{}) *gomock.Call
ListObjects indicates an expected call of ListObjects
func (*MockS3APIMockRecorder) ListObjectsPages ¶
func (mr *MockS3APIMockRecorder) ListObjectsPages(arg0, arg1 interface{}) *gomock.Call
ListObjectsPages indicates an expected call of ListObjectsPages
func (*MockS3APIMockRecorder) ListObjectsPagesWithContext ¶
func (mr *MockS3APIMockRecorder) ListObjectsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
ListObjectsPagesWithContext indicates an expected call of ListObjectsPagesWithContext
func (*MockS3APIMockRecorder) ListObjectsRequest ¶
func (mr *MockS3APIMockRecorder) ListObjectsRequest(arg0 interface{}) *gomock.Call
ListObjectsRequest indicates an expected call of ListObjectsRequest
func (*MockS3APIMockRecorder) ListObjectsV2 ¶
func (mr *MockS3APIMockRecorder) ListObjectsV2(arg0 interface{}) *gomock.Call
ListObjectsV2 indicates an expected call of ListObjectsV2
func (*MockS3APIMockRecorder) ListObjectsV2Pages ¶
func (mr *MockS3APIMockRecorder) ListObjectsV2Pages(arg0, arg1 interface{}) *gomock.Call
ListObjectsV2Pages indicates an expected call of ListObjectsV2Pages
func (*MockS3APIMockRecorder) ListObjectsV2PagesWithContext ¶
func (mr *MockS3APIMockRecorder) ListObjectsV2PagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
ListObjectsV2PagesWithContext indicates an expected call of ListObjectsV2PagesWithContext
func (*MockS3APIMockRecorder) ListObjectsV2Request ¶
func (mr *MockS3APIMockRecorder) ListObjectsV2Request(arg0 interface{}) *gomock.Call
ListObjectsV2Request indicates an expected call of ListObjectsV2Request
func (*MockS3APIMockRecorder) ListObjectsV2WithContext ¶
func (mr *MockS3APIMockRecorder) ListObjectsV2WithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListObjectsV2WithContext indicates an expected call of ListObjectsV2WithContext
func (*MockS3APIMockRecorder) ListObjectsWithContext ¶
func (mr *MockS3APIMockRecorder) ListObjectsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListObjectsWithContext indicates an expected call of ListObjectsWithContext
func (*MockS3APIMockRecorder) ListParts ¶
func (mr *MockS3APIMockRecorder) ListParts(arg0 interface{}) *gomock.Call
ListParts indicates an expected call of ListParts
func (*MockS3APIMockRecorder) ListPartsPages ¶
func (mr *MockS3APIMockRecorder) ListPartsPages(arg0, arg1 interface{}) *gomock.Call
ListPartsPages indicates an expected call of ListPartsPages
func (*MockS3APIMockRecorder) ListPartsPagesWithContext ¶
func (mr *MockS3APIMockRecorder) ListPartsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
ListPartsPagesWithContext indicates an expected call of ListPartsPagesWithContext
func (*MockS3APIMockRecorder) ListPartsRequest ¶
func (mr *MockS3APIMockRecorder) ListPartsRequest(arg0 interface{}) *gomock.Call
ListPartsRequest indicates an expected call of ListPartsRequest
func (*MockS3APIMockRecorder) ListPartsWithContext ¶
func (mr *MockS3APIMockRecorder) ListPartsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListPartsWithContext indicates an expected call of ListPartsWithContext
func (*MockS3APIMockRecorder) PutBucketAccelerateConfiguration ¶
func (mr *MockS3APIMockRecorder) PutBucketAccelerateConfiguration(arg0 interface{}) *gomock.Call
PutBucketAccelerateConfiguration indicates an expected call of PutBucketAccelerateConfiguration
func (*MockS3APIMockRecorder) PutBucketAccelerateConfigurationRequest ¶
func (mr *MockS3APIMockRecorder) PutBucketAccelerateConfigurationRequest(arg0 interface{}) *gomock.Call
PutBucketAccelerateConfigurationRequest indicates an expected call of PutBucketAccelerateConfigurationRequest
func (*MockS3APIMockRecorder) PutBucketAccelerateConfigurationWithContext ¶
func (mr *MockS3APIMockRecorder) PutBucketAccelerateConfigurationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
PutBucketAccelerateConfigurationWithContext indicates an expected call of PutBucketAccelerateConfigurationWithContext
func (*MockS3APIMockRecorder) PutBucketAcl ¶
func (mr *MockS3APIMockRecorder) PutBucketAcl(arg0 interface{}) *gomock.Call
PutBucketAcl indicates an expected call of PutBucketAcl
func (*MockS3APIMockRecorder) PutBucketAclRequest ¶
func (mr *MockS3APIMockRecorder) PutBucketAclRequest(arg0 interface{}) *gomock.Call
PutBucketAclRequest indicates an expected call of PutBucketAclRequest
func (*MockS3APIMockRecorder) PutBucketAclWithContext ¶
func (mr *MockS3APIMockRecorder) PutBucketAclWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
PutBucketAclWithContext indicates an expected call of PutBucketAclWithContext
func (*MockS3APIMockRecorder) PutBucketAnalyticsConfiguration ¶
func (mr *MockS3APIMockRecorder) PutBucketAnalyticsConfiguration(arg0 interface{}) *gomock.Call
PutBucketAnalyticsConfiguration indicates an expected call of PutBucketAnalyticsConfiguration
func (*MockS3APIMockRecorder) PutBucketAnalyticsConfigurationRequest ¶
func (mr *MockS3APIMockRecorder) PutBucketAnalyticsConfigurationRequest(arg0 interface{}) *gomock.Call
PutBucketAnalyticsConfigurationRequest indicates an expected call of PutBucketAnalyticsConfigurationRequest
func (*MockS3APIMockRecorder) PutBucketAnalyticsConfigurationWithContext ¶
func (mr *MockS3APIMockRecorder) PutBucketAnalyticsConfigurationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
PutBucketAnalyticsConfigurationWithContext indicates an expected call of PutBucketAnalyticsConfigurationWithContext
func (*MockS3APIMockRecorder) PutBucketCors ¶
func (mr *MockS3APIMockRecorder) PutBucketCors(arg0 interface{}) *gomock.Call
PutBucketCors indicates an expected call of PutBucketCors
func (*MockS3APIMockRecorder) PutBucketCorsRequest ¶
func (mr *MockS3APIMockRecorder) PutBucketCorsRequest(arg0 interface{}) *gomock.Call
PutBucketCorsRequest indicates an expected call of PutBucketCorsRequest
func (*MockS3APIMockRecorder) PutBucketCorsWithContext ¶
func (mr *MockS3APIMockRecorder) PutBucketCorsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
PutBucketCorsWithContext indicates an expected call of PutBucketCorsWithContext
func (*MockS3APIMockRecorder) PutBucketEncryption ¶
func (mr *MockS3APIMockRecorder) PutBucketEncryption(arg0 interface{}) *gomock.Call
PutBucketEncryption indicates an expected call of PutBucketEncryption
func (*MockS3APIMockRecorder) PutBucketEncryptionRequest ¶
func (mr *MockS3APIMockRecorder) PutBucketEncryptionRequest(arg0 interface{}) *gomock.Call
PutBucketEncryptionRequest indicates an expected call of PutBucketEncryptionRequest
func (*MockS3APIMockRecorder) PutBucketEncryptionWithContext ¶
func (mr *MockS3APIMockRecorder) PutBucketEncryptionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
PutBucketEncryptionWithContext indicates an expected call of PutBucketEncryptionWithContext
func (*MockS3APIMockRecorder) PutBucketInventoryConfiguration ¶
func (mr *MockS3APIMockRecorder) PutBucketInventoryConfiguration(arg0 interface{}) *gomock.Call
PutBucketInventoryConfiguration indicates an expected call of PutBucketInventoryConfiguration
func (*MockS3APIMockRecorder) PutBucketInventoryConfigurationRequest ¶
func (mr *MockS3APIMockRecorder) PutBucketInventoryConfigurationRequest(arg0 interface{}) *gomock.Call
PutBucketInventoryConfigurationRequest indicates an expected call of PutBucketInventoryConfigurationRequest
func (*MockS3APIMockRecorder) PutBucketInventoryConfigurationWithContext ¶
func (mr *MockS3APIMockRecorder) PutBucketInventoryConfigurationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
PutBucketInventoryConfigurationWithContext indicates an expected call of PutBucketInventoryConfigurationWithContext
func (*MockS3APIMockRecorder) PutBucketLifecycle ¶
func (mr *MockS3APIMockRecorder) PutBucketLifecycle(arg0 interface{}) *gomock.Call
PutBucketLifecycle indicates an expected call of PutBucketLifecycle
func (*MockS3APIMockRecorder) PutBucketLifecycleConfiguration ¶
func (mr *MockS3APIMockRecorder) PutBucketLifecycleConfiguration(arg0 interface{}) *gomock.Call
PutBucketLifecycleConfiguration indicates an expected call of PutBucketLifecycleConfiguration
func (*MockS3APIMockRecorder) PutBucketLifecycleConfigurationRequest ¶
func (mr *MockS3APIMockRecorder) PutBucketLifecycleConfigurationRequest(arg0 interface{}) *gomock.Call
PutBucketLifecycleConfigurationRequest indicates an expected call of PutBucketLifecycleConfigurationRequest
func (*MockS3APIMockRecorder) PutBucketLifecycleConfigurationWithContext ¶
func (mr *MockS3APIMockRecorder) PutBucketLifecycleConfigurationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
PutBucketLifecycleConfigurationWithContext indicates an expected call of PutBucketLifecycleConfigurationWithContext
func (*MockS3APIMockRecorder) PutBucketLifecycleRequest ¶
func (mr *MockS3APIMockRecorder) PutBucketLifecycleRequest(arg0 interface{}) *gomock.Call
PutBucketLifecycleRequest indicates an expected call of PutBucketLifecycleRequest
func (*MockS3APIMockRecorder) PutBucketLifecycleWithContext ¶
func (mr *MockS3APIMockRecorder) PutBucketLifecycleWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
PutBucketLifecycleWithContext indicates an expected call of PutBucketLifecycleWithContext
func (*MockS3APIMockRecorder) PutBucketLogging ¶
func (mr *MockS3APIMockRecorder) PutBucketLogging(arg0 interface{}) *gomock.Call
PutBucketLogging indicates an expected call of PutBucketLogging
func (*MockS3APIMockRecorder) PutBucketLoggingRequest ¶
func (mr *MockS3APIMockRecorder) PutBucketLoggingRequest(arg0 interface{}) *gomock.Call
PutBucketLoggingRequest indicates an expected call of PutBucketLoggingRequest
func (*MockS3APIMockRecorder) PutBucketLoggingWithContext ¶
func (mr *MockS3APIMockRecorder) PutBucketLoggingWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
PutBucketLoggingWithContext indicates an expected call of PutBucketLoggingWithContext
func (*MockS3APIMockRecorder) PutBucketMetricsConfiguration ¶
func (mr *MockS3APIMockRecorder) PutBucketMetricsConfiguration(arg0 interface{}) *gomock.Call
PutBucketMetricsConfiguration indicates an expected call of PutBucketMetricsConfiguration
func (*MockS3APIMockRecorder) PutBucketMetricsConfigurationRequest ¶
func (mr *MockS3APIMockRecorder) PutBucketMetricsConfigurationRequest(arg0 interface{}) *gomock.Call
PutBucketMetricsConfigurationRequest indicates an expected call of PutBucketMetricsConfigurationRequest
func (*MockS3APIMockRecorder) PutBucketMetricsConfigurationWithContext ¶
func (mr *MockS3APIMockRecorder) PutBucketMetricsConfigurationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
PutBucketMetricsConfigurationWithContext indicates an expected call of PutBucketMetricsConfigurationWithContext
func (*MockS3APIMockRecorder) PutBucketNotification ¶
func (mr *MockS3APIMockRecorder) PutBucketNotification(arg0 interface{}) *gomock.Call
PutBucketNotification indicates an expected call of PutBucketNotification
func (*MockS3APIMockRecorder) PutBucketNotificationConfiguration ¶
func (mr *MockS3APIMockRecorder) PutBucketNotificationConfiguration(arg0 interface{}) *gomock.Call
PutBucketNotificationConfiguration indicates an expected call of PutBucketNotificationConfiguration
func (*MockS3APIMockRecorder) PutBucketNotificationConfigurationRequest ¶
func (mr *MockS3APIMockRecorder) PutBucketNotificationConfigurationRequest(arg0 interface{}) *gomock.Call
PutBucketNotificationConfigurationRequest indicates an expected call of PutBucketNotificationConfigurationRequest
func (*MockS3APIMockRecorder) PutBucketNotificationConfigurationWithContext ¶
func (mr *MockS3APIMockRecorder) PutBucketNotificationConfigurationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
PutBucketNotificationConfigurationWithContext indicates an expected call of PutBucketNotificationConfigurationWithContext
func (*MockS3APIMockRecorder) PutBucketNotificationRequest ¶
func (mr *MockS3APIMockRecorder) PutBucketNotificationRequest(arg0 interface{}) *gomock.Call
PutBucketNotificationRequest indicates an expected call of PutBucketNotificationRequest
func (*MockS3APIMockRecorder) PutBucketNotificationWithContext ¶
func (mr *MockS3APIMockRecorder) PutBucketNotificationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
PutBucketNotificationWithContext indicates an expected call of PutBucketNotificationWithContext
func (*MockS3APIMockRecorder) PutBucketPolicy ¶
func (mr *MockS3APIMockRecorder) PutBucketPolicy(arg0 interface{}) *gomock.Call
PutBucketPolicy indicates an expected call of PutBucketPolicy
func (*MockS3APIMockRecorder) PutBucketPolicyRequest ¶
func (mr *MockS3APIMockRecorder) PutBucketPolicyRequest(arg0 interface{}) *gomock.Call
PutBucketPolicyRequest indicates an expected call of PutBucketPolicyRequest
func (*MockS3APIMockRecorder) PutBucketPolicyWithContext ¶
func (mr *MockS3APIMockRecorder) PutBucketPolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
PutBucketPolicyWithContext indicates an expected call of PutBucketPolicyWithContext
func (*MockS3APIMockRecorder) PutBucketReplication ¶
func (mr *MockS3APIMockRecorder) PutBucketReplication(arg0 interface{}) *gomock.Call
PutBucketReplication indicates an expected call of PutBucketReplication
func (*MockS3APIMockRecorder) PutBucketReplicationRequest ¶
func (mr *MockS3APIMockRecorder) PutBucketReplicationRequest(arg0 interface{}) *gomock.Call
PutBucketReplicationRequest indicates an expected call of PutBucketReplicationRequest
func (*MockS3APIMockRecorder) PutBucketReplicationWithContext ¶
func (mr *MockS3APIMockRecorder) PutBucketReplicationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
PutBucketReplicationWithContext indicates an expected call of PutBucketReplicationWithContext
func (*MockS3APIMockRecorder) PutBucketRequestPayment ¶
func (mr *MockS3APIMockRecorder) PutBucketRequestPayment(arg0 interface{}) *gomock.Call
PutBucketRequestPayment indicates an expected call of PutBucketRequestPayment
func (*MockS3APIMockRecorder) PutBucketRequestPaymentRequest ¶
func (mr *MockS3APIMockRecorder) PutBucketRequestPaymentRequest(arg0 interface{}) *gomock.Call
PutBucketRequestPaymentRequest indicates an expected call of PutBucketRequestPaymentRequest
func (*MockS3APIMockRecorder) PutBucketRequestPaymentWithContext ¶
func (mr *MockS3APIMockRecorder) PutBucketRequestPaymentWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
PutBucketRequestPaymentWithContext indicates an expected call of PutBucketRequestPaymentWithContext
func (*MockS3APIMockRecorder) PutBucketTagging ¶
func (mr *MockS3APIMockRecorder) PutBucketTagging(arg0 interface{}) *gomock.Call
PutBucketTagging indicates an expected call of PutBucketTagging
func (*MockS3APIMockRecorder) PutBucketTaggingRequest ¶
func (mr *MockS3APIMockRecorder) PutBucketTaggingRequest(arg0 interface{}) *gomock.Call
PutBucketTaggingRequest indicates an expected call of PutBucketTaggingRequest
func (*MockS3APIMockRecorder) PutBucketTaggingWithContext ¶
func (mr *MockS3APIMockRecorder) PutBucketTaggingWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
PutBucketTaggingWithContext indicates an expected call of PutBucketTaggingWithContext
func (*MockS3APIMockRecorder) PutBucketVersioning ¶
func (mr *MockS3APIMockRecorder) PutBucketVersioning(arg0 interface{}) *gomock.Call
PutBucketVersioning indicates an expected call of PutBucketVersioning
func (*MockS3APIMockRecorder) PutBucketVersioningRequest ¶
func (mr *MockS3APIMockRecorder) PutBucketVersioningRequest(arg0 interface{}) *gomock.Call
PutBucketVersioningRequest indicates an expected call of PutBucketVersioningRequest
func (*MockS3APIMockRecorder) PutBucketVersioningWithContext ¶
func (mr *MockS3APIMockRecorder) PutBucketVersioningWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
PutBucketVersioningWithContext indicates an expected call of PutBucketVersioningWithContext
func (*MockS3APIMockRecorder) PutBucketWebsite ¶
func (mr *MockS3APIMockRecorder) PutBucketWebsite(arg0 interface{}) *gomock.Call
PutBucketWebsite indicates an expected call of PutBucketWebsite
func (*MockS3APIMockRecorder) PutBucketWebsiteRequest ¶
func (mr *MockS3APIMockRecorder) PutBucketWebsiteRequest(arg0 interface{}) *gomock.Call
PutBucketWebsiteRequest indicates an expected call of PutBucketWebsiteRequest
func (*MockS3APIMockRecorder) PutBucketWebsiteWithContext ¶
func (mr *MockS3APIMockRecorder) PutBucketWebsiteWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
PutBucketWebsiteWithContext indicates an expected call of PutBucketWebsiteWithContext
func (*MockS3APIMockRecorder) PutObject ¶
func (mr *MockS3APIMockRecorder) PutObject(arg0 interface{}) *gomock.Call
PutObject indicates an expected call of PutObject
func (*MockS3APIMockRecorder) PutObjectAcl ¶
func (mr *MockS3APIMockRecorder) PutObjectAcl(arg0 interface{}) *gomock.Call
PutObjectAcl indicates an expected call of PutObjectAcl
func (*MockS3APIMockRecorder) PutObjectAclRequest ¶
func (mr *MockS3APIMockRecorder) PutObjectAclRequest(arg0 interface{}) *gomock.Call
PutObjectAclRequest indicates an expected call of PutObjectAclRequest
func (*MockS3APIMockRecorder) PutObjectAclWithContext ¶
func (mr *MockS3APIMockRecorder) PutObjectAclWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
PutObjectAclWithContext indicates an expected call of PutObjectAclWithContext
func (*MockS3APIMockRecorder) PutObjectLegalHold ¶
func (mr *MockS3APIMockRecorder) PutObjectLegalHold(arg0 interface{}) *gomock.Call
PutObjectLegalHold indicates an expected call of PutObjectLegalHold
func (*MockS3APIMockRecorder) PutObjectLegalHoldRequest ¶
func (mr *MockS3APIMockRecorder) PutObjectLegalHoldRequest(arg0 interface{}) *gomock.Call
PutObjectLegalHoldRequest indicates an expected call of PutObjectLegalHoldRequest
func (*MockS3APIMockRecorder) PutObjectLegalHoldWithContext ¶
func (mr *MockS3APIMockRecorder) PutObjectLegalHoldWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
PutObjectLegalHoldWithContext indicates an expected call of PutObjectLegalHoldWithContext
func (*MockS3APIMockRecorder) PutObjectLockConfiguration ¶
func (mr *MockS3APIMockRecorder) PutObjectLockConfiguration(arg0 interface{}) *gomock.Call
PutObjectLockConfiguration indicates an expected call of PutObjectLockConfiguration
func (*MockS3APIMockRecorder) PutObjectLockConfigurationRequest ¶
func (mr *MockS3APIMockRecorder) PutObjectLockConfigurationRequest(arg0 interface{}) *gomock.Call
PutObjectLockConfigurationRequest indicates an expected call of PutObjectLockConfigurationRequest
func (*MockS3APIMockRecorder) PutObjectLockConfigurationWithContext ¶
func (mr *MockS3APIMockRecorder) PutObjectLockConfigurationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
PutObjectLockConfigurationWithContext indicates an expected call of PutObjectLockConfigurationWithContext
func (*MockS3APIMockRecorder) PutObjectRequest ¶
func (mr *MockS3APIMockRecorder) PutObjectRequest(arg0 interface{}) *gomock.Call
PutObjectRequest indicates an expected call of PutObjectRequest
func (*MockS3APIMockRecorder) PutObjectRetention ¶
func (mr *MockS3APIMockRecorder) PutObjectRetention(arg0 interface{}) *gomock.Call
PutObjectRetention indicates an expected call of PutObjectRetention
func (*MockS3APIMockRecorder) PutObjectRetentionRequest ¶
func (mr *MockS3APIMockRecorder) PutObjectRetentionRequest(arg0 interface{}) *gomock.Call
PutObjectRetentionRequest indicates an expected call of PutObjectRetentionRequest
func (*MockS3APIMockRecorder) PutObjectRetentionWithContext ¶
func (mr *MockS3APIMockRecorder) PutObjectRetentionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
PutObjectRetentionWithContext indicates an expected call of PutObjectRetentionWithContext
func (*MockS3APIMockRecorder) PutObjectTagging ¶
func (mr *MockS3APIMockRecorder) PutObjectTagging(arg0 interface{}) *gomock.Call
PutObjectTagging indicates an expected call of PutObjectTagging
func (*MockS3APIMockRecorder) PutObjectTaggingRequest ¶
func (mr *MockS3APIMockRecorder) PutObjectTaggingRequest(arg0 interface{}) *gomock.Call
PutObjectTaggingRequest indicates an expected call of PutObjectTaggingRequest
func (*MockS3APIMockRecorder) PutObjectTaggingWithContext ¶
func (mr *MockS3APIMockRecorder) PutObjectTaggingWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
PutObjectTaggingWithContext indicates an expected call of PutObjectTaggingWithContext
func (*MockS3APIMockRecorder) PutObjectWithContext ¶
func (mr *MockS3APIMockRecorder) PutObjectWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
PutObjectWithContext indicates an expected call of PutObjectWithContext
func (*MockS3APIMockRecorder) PutPublicAccessBlock ¶
func (mr *MockS3APIMockRecorder) PutPublicAccessBlock(arg0 interface{}) *gomock.Call
PutPublicAccessBlock indicates an expected call of PutPublicAccessBlock
func (*MockS3APIMockRecorder) PutPublicAccessBlockRequest ¶
func (mr *MockS3APIMockRecorder) PutPublicAccessBlockRequest(arg0 interface{}) *gomock.Call
PutPublicAccessBlockRequest indicates an expected call of PutPublicAccessBlockRequest
func (*MockS3APIMockRecorder) PutPublicAccessBlockWithContext ¶
func (mr *MockS3APIMockRecorder) PutPublicAccessBlockWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
PutPublicAccessBlockWithContext indicates an expected call of PutPublicAccessBlockWithContext
func (*MockS3APIMockRecorder) RestoreObject ¶
func (mr *MockS3APIMockRecorder) RestoreObject(arg0 interface{}) *gomock.Call
RestoreObject indicates an expected call of RestoreObject
func (*MockS3APIMockRecorder) RestoreObjectRequest ¶
func (mr *MockS3APIMockRecorder) RestoreObjectRequest(arg0 interface{}) *gomock.Call
RestoreObjectRequest indicates an expected call of RestoreObjectRequest
func (*MockS3APIMockRecorder) RestoreObjectWithContext ¶
func (mr *MockS3APIMockRecorder) RestoreObjectWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
RestoreObjectWithContext indicates an expected call of RestoreObjectWithContext
func (*MockS3APIMockRecorder) SelectObjectContent ¶
func (mr *MockS3APIMockRecorder) SelectObjectContent(arg0 interface{}) *gomock.Call
SelectObjectContent indicates an expected call of SelectObjectContent
func (*MockS3APIMockRecorder) SelectObjectContentRequest ¶
func (mr *MockS3APIMockRecorder) SelectObjectContentRequest(arg0 interface{}) *gomock.Call
SelectObjectContentRequest indicates an expected call of SelectObjectContentRequest
func (*MockS3APIMockRecorder) SelectObjectContentWithContext ¶
func (mr *MockS3APIMockRecorder) SelectObjectContentWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
SelectObjectContentWithContext indicates an expected call of SelectObjectContentWithContext
func (*MockS3APIMockRecorder) UploadPart ¶
func (mr *MockS3APIMockRecorder) UploadPart(arg0 interface{}) *gomock.Call
UploadPart indicates an expected call of UploadPart
func (*MockS3APIMockRecorder) UploadPartCopy ¶
func (mr *MockS3APIMockRecorder) UploadPartCopy(arg0 interface{}) *gomock.Call
UploadPartCopy indicates an expected call of UploadPartCopy
func (*MockS3APIMockRecorder) UploadPartCopyRequest ¶
func (mr *MockS3APIMockRecorder) UploadPartCopyRequest(arg0 interface{}) *gomock.Call
UploadPartCopyRequest indicates an expected call of UploadPartCopyRequest
func (*MockS3APIMockRecorder) UploadPartCopyWithContext ¶
func (mr *MockS3APIMockRecorder) UploadPartCopyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
UploadPartCopyWithContext indicates an expected call of UploadPartCopyWithContext
func (*MockS3APIMockRecorder) UploadPartRequest ¶
func (mr *MockS3APIMockRecorder) UploadPartRequest(arg0 interface{}) *gomock.Call
UploadPartRequest indicates an expected call of UploadPartRequest
func (*MockS3APIMockRecorder) UploadPartWithContext ¶
func (mr *MockS3APIMockRecorder) UploadPartWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
UploadPartWithContext indicates an expected call of UploadPartWithContext
func (*MockS3APIMockRecorder) WaitUntilBucketExists ¶
func (mr *MockS3APIMockRecorder) WaitUntilBucketExists(arg0 interface{}) *gomock.Call
WaitUntilBucketExists indicates an expected call of WaitUntilBucketExists
func (*MockS3APIMockRecorder) WaitUntilBucketExistsWithContext ¶
func (mr *MockS3APIMockRecorder) WaitUntilBucketExistsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
WaitUntilBucketExistsWithContext indicates an expected call of WaitUntilBucketExistsWithContext
func (*MockS3APIMockRecorder) WaitUntilBucketNotExists ¶
func (mr *MockS3APIMockRecorder) WaitUntilBucketNotExists(arg0 interface{}) *gomock.Call
WaitUntilBucketNotExists indicates an expected call of WaitUntilBucketNotExists
func (*MockS3APIMockRecorder) WaitUntilBucketNotExistsWithContext ¶
func (mr *MockS3APIMockRecorder) WaitUntilBucketNotExistsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
WaitUntilBucketNotExistsWithContext indicates an expected call of WaitUntilBucketNotExistsWithContext
func (*MockS3APIMockRecorder) WaitUntilObjectExists ¶
func (mr *MockS3APIMockRecorder) WaitUntilObjectExists(arg0 interface{}) *gomock.Call
WaitUntilObjectExists indicates an expected call of WaitUntilObjectExists
func (*MockS3APIMockRecorder) WaitUntilObjectExistsWithContext ¶
func (mr *MockS3APIMockRecorder) WaitUntilObjectExistsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
WaitUntilObjectExistsWithContext indicates an expected call of WaitUntilObjectExistsWithContext
func (*MockS3APIMockRecorder) WaitUntilObjectNotExists ¶
func (mr *MockS3APIMockRecorder) WaitUntilObjectNotExists(arg0 interface{}) *gomock.Call
WaitUntilObjectNotExists indicates an expected call of WaitUntilObjectNotExists
func (*MockS3APIMockRecorder) WaitUntilObjectNotExistsWithContext ¶
func (mr *MockS3APIMockRecorder) WaitUntilObjectNotExistsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
WaitUntilObjectNotExistsWithContext indicates an expected call of WaitUntilObjectNotExistsWithContext
type S3Client ¶
type S3Client struct {
// contains filtered or unexported fields
}
func NewS3Client ¶
NewS3Client creates new s3 client using default config along with defined env variables