Skip to content

Commit

Permalink
curator/api: Use latestdata-csv as we support multiple formats
Browse files Browse the repository at this point in the history
  • Loading branch information
abhidg committed Nov 4, 2021
1 parent 6e5c1ef commit b762483
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion verification/curator-service/api/src/controllers/cases.ts
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ export default class CasesController {

const params = {
Bucket: 'covid-19-data-export',
Key: 'latest/latestdata.tar',
Key: 'latest/latestdata-csv.tar',
Expires: 5 * 60,
ResponseContentDisposition:
'attachment; filename ="' + filename + '"',
Expand Down

0 comments on commit b762483

Please sign in to comment.