Skip to content

Commit

Permalink
Update components/consumers/aws-s3/main.go
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
northdpole and github-actions[bot] authored Oct 14, 2023
1 parent 2beaf27 commit 383f24d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/consumers/aws-s3/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ func main() {

func sendToS3(filename, bucket, region string, data []byte) {
func sendToS3(filename, bucket, region string, data []byte) {
func sendToS3(filename, bucket, region string, data []byte) {
func sendToS3(filename, bucket, region string, data []byte) {
sess, err := session.NewSession(&aws.Config{
Region: aws.String(region),
Expand Down

0 comments on commit 383f24d

Please sign in to comment.