# README
go-aws-v2-interface
Go AWS SDK v2 Interfaces with Mocks.
# Packages
Package mocks is a generated GoMock package.
# Functions
NewS3API inits new S3API.
# Interfaces
nolint:lll // go generate is ugly.go:generate mockgen -destination=mocks/s3_mock.go -package=mocks github.com/omegion/go-aws-v2-interface S3Interface S3Interface is an interface for S3API.