Skip to content

Commit

Permalink
remove empty line
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Vlasic committed Aug 9, 2021
1 parent 875181a commit 97a1ef8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/aws/s3.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ func (a *AWS) PutObjectToS3Bucket(bucket, key string, object io.Reader) error {
Key: aws.String(key),
Body: object,
}

_, err := a.s3Client.PutObject(context.Background(), poi)
if err != nil {
return fmt.Errorf("could not put key %s in bucket %s - %v", bucket, key, err)
Expand Down

0 comments on commit 97a1ef8

Please sign in to comment.