Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockAWS ¶
type MockAWS struct {
ResourceExists bool
// contains filtered or unexported fields
}
MockAWS is a mock implementation of the AWS interface used for testing.
func (*MockAWS) CheckBucketFileExists ¶
CheckBucketFileExists returns a mocked response indicating whether a resource exists in the bucket.
func (*MockAWS) DownloadArchiveFromS3 ¶
DownloadArchiveFromS3 mocks the download process of an archive from S3.
func (*MockAWS) GetBucketName ¶
GetBucketName returns a mock bucket name.
func (*MockAWS) UploadArchiveToS3 ¶
UploadArchiveToS3 mocks the upload process of an archive to S3.
Click to show internal directories.
Click to hide internal directories.