Versions in this module Expand all Collapse all v1 v1.1.0 Oct 26, 2019 v1.0.2 Oct 24, 2019 Changes in this version + const S3_REGION + func GetConfig() *session.Session + func ReadFile(h S3Input) + type Account struct + AccessKeyID string + func GetAccountInfo() Account + type BucketList struct + Names []string + func GetS3Buckets() (BucketList, error) + func (b *BucketList) ListBuckets() + type DynamoDbList struct + Names []string + func GetDynamoDbTables() (DynamoDbList, error) + type FilesInput struct + Bucket string + FileNames []string + type S3Input struct + Bucket string + FileChannel chan []byte + Key string + Wg *sync.WaitGroup + type S3JSONFiles struct + Files []interface{} + func GetS3Files(f FilesInput) S3JSONFiles