kitware-resonant / django-s3-file-field

A Django library for uploading files directly to AWS S3 or MinIO Storage from HTTP clients.
Apache License 2.0
36 stars 6 forks source link

Added support for minio latest released & pass the content_type value #307

Closed c0d33py closed 1 year ago

c0d33py commented 1 year ago

I'm submitting this pull request to add support for the latest released version of Minio and to pass the content_type value. These changes enhance compatibility and functionality for users relying on Minio and improve the overall quality of the codebase. Related Issues: #306

brianhelba commented 1 year ago

@c0d33py Thanks so much for this contribution!

Since there are two different changes proposed here, I've split this into #316 and #317, but kept the original commit authorship. I'm also fixing merge conflicts and making additional cleanup on those PRs.

Closing this PR in favor of #316 and #317. Let's have any additional discussion there.