Geeksltd / Olive

Olive framework, for more productive cross platform .NET solutions. It's available under the GPL v3 license. See License.md for more information.
https://geeksltd.github.io/Olive
Other
44 stars 44 forks source link

Add content type to the S3 upload request. #307

Closed shadbad closed 3 years ago

shadbad commented 3 years ago

Hey my fellow Geeks,

Recently I noticed that when we're using S3 for serving website's static content, the S3 bucket returns the mime type of SVG file as text! So on this commit I added the content type to the upload request. Hopefully this will resolve the issue.

Please review and let me know what you think about this change.

Have a good one.