Skip to content

Commit

Permalink
Add mime code mapping for .csv file extension.
Browse files Browse the repository at this point in the history
  • Loading branch information
stoilovkr committed Mar 7, 2024
1 parent c145fa6 commit 2a2002d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sdk/src/Services/S3/Custom/Util/AmazonS3Util.cs
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ public static partial class AmazonS3Util
{ ".cs", "text/plain" },
{ ".csh", "application/x-csh" },
{ ".css", "text/css" },
{ ".csv", "text/csv" },
{ ".dcr", "application/x-director" },
{ ".dir", "application/x-director" },
{ ".dms", "application/octet-stream" },
Expand Down

0 comments on commit 2a2002d

Please sign in to comment.