mukherjee78 / thumbor_spaces

Thumbor and DigitalOcean Spaces
MIT License
2 stars 0 forks source link

Design Question: Why thumbor_spaces over django-storage #1

Open nkeilar opened 5 years ago

nkeilar commented 5 years ago

Hi @siddhartham, Compliments on your great work. Was very pleased to know someone has done work on integration between Thumbor and DO Spaces. I'm just trying to evaluate the different options I have available, and was wondering if you had considered django-storage which now seems to have support for DO Spaces too. What was your thinking on that? Or is there some fundamental reason they are solving different problems?

Thanks for your time,

Nathan

ghost commented 5 years ago

Hi Nathan, Sorry for the late reply, My bad, I should have looked at django-storage before creating this. I searched a bit, did not find anything that was useful to me (or maybe not documented for this purpose) so i created one.

I will try django-storage, and probably remove mine. Thanks