We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 985d27a commit e6e039fCopy full SHA for e6e039f
internal/pullbox/s3/push.go
@@ -37,6 +37,7 @@ func Push(
37
if err != nil {
38
return err
39
}
40
+ defer file.Close()
41
42
_, err = s3Client.Upload(ctx, &s3.PutObjectInput{
43
Bucket: aws.String(bucket),
0 commit comments