Skip to content

Commit

Permalink
RDISCROWD-6155 Support for application/csv file types
Browse files Browse the repository at this point in the history
support application/csv mime type in file upload component
  • Loading branch information
peterkle committed Jul 17, 2023
1 parent d4417a1 commit c4b7d28
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pybossa/cloud_store_api/s3.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@
'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet',
'audio/mpeg',
'audio/wav',
'application/json']
'application/json',
'application/csv']


DEFAULT_CONN = 'S3_DEFAULT'
Expand Down

0 comments on commit c4b7d28

Please sign in to comment.