const bucketName … var dl … func ConnectS3(s *session.Session) { … } func FetchFileFromBucket(key string) (data []byte, err error) { … } type s3BucketFile … func ListBucketContents() []s3BucketFile { … }
const bucketName … var dl … func ConnectS3(s *session.Session) { … } func FetchFileFromBucket(key string) (data []byte, err error) { … } type s3BucketFile … func ListBucketContents() []s3BucketFile { … }