Hello!
I've got a bucket with uniform access at my hands, I have set everything up accoring to the documentation
(set GS_DEFAULT_ACL to None and set GS_QUERYSTRING_AUTH to False)
Now django uploads the file, but fails to set the model field value.
I.e. the image gets uploaded, but ImageField value remains None.
The flag GS_QUERYSTRING_AUTH hasn't been released to PyPI yet. Try installing django-storages from github directly:
pip install -e 'git+https://github.com/jschneier/django-storages.git#egg=django-storages'
And it should work. Cheers!
This was released.
Awesome, thanks for the release!
Thanks!
Most helpful comment
Awesome, thanks for the release!