mirror of
https://github.com/weaveworks/scope.git
synced 2026-07-16 03:49:52 +00:00
@@ -82,6 +82,7 @@ func (store *S3Store) fetchReport(ctx context.Context, key string) (*report.Repo
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
defer resp.Body.Close()
|
||||
return report.MakeFromBinary(resp.Body)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user