Skip to content
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.

Commit

Permalink
fix: use correct content-type on s3 export results (#496)
Browse files Browse the repository at this point in the history
  • Loading branch information
carvantes committed Oct 18, 2021
1 parent 3e96c62 commit 196ecde
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bulkExport/glueScripts/export-script.py
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,7 @@ def add_dup_resource_type(record):
}

extra_args = {
'ContentType':'application/fhir+ndjson',
'Metadata': {
'job-owner-id': job_owner_id
},
Expand Down

0 comments on commit 196ecde

Please sign in to comment.