Skip to content

Commit

Permalink
Merge pull request #49 from fesiqueira/master
Browse files Browse the repository at this point in the history
Fixes S3 fetcher return
  • Loading branch information
jpillora committed Apr 7, 2020
2 parents 538c935 + a916ad7 commit 54c4e41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fetcher/fetcher_s3.go
Original file line number Diff line number Diff line change
Expand Up @@ -122,5 +122,5 @@ func (s *S3) Fetch() (io.Reader, error) {
return gzip.NewReader(resp.Body)
}
//success!
return nil, nil
return resp.Body, nil
}

0 comments on commit 54c4e41

Please sign in to comment.