Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockS3 ¶
MockS3 mimics an S3 blob store for testing.
func (*MockS3) GetObject ¶
func (m *MockS3) GetObject(in *s3.GetObjectInput) (*s3.GetObjectOutput, error)
func (*MockS3) ListObjectsV2 ¶
func (m *MockS3) ListObjectsV2(in *s3.ListObjectsV2Input) (*s3.ListObjectsV2Output, error)
func (*MockS3) PutObject ¶
func (m *MockS3) PutObject(in *s3.PutObjectInput) (*s3.PutObjectOutput, error)
Click to show internal directories.
Click to hide internal directories.