agateblue / django-dynamic-preferences

Dynamic global and instance settings for your django project
https://django-dynamic-preferences.readthedocs.org/
BSD 3-Clause "New" or "Revised" License
346 stars 86 forks source link

django.core.files.uploadedfile.InMemoryUploadedFile not supported in s3transfer #288

Open pprolancer opened 1 year ago

pprolancer commented 1 year ago

I have an issue related the FilePreference when I configure my file storage as a S3Boto3Storage. I am using storages library to have S3 storage.

the error is this:

Input 58e9197deb97430e819064f8.png of type: <class 'django.core.files.uploadedfile.InMemoryUploadedFile'> is not supported.
perepicornell commented 4 months ago

Hi, I'm trying this library and facing the same. Did you find a solution, @pprolancer ?