I’m using django and I want to use SoftLayer object storage to store my mp3 files. http://www.softlayer.com/cloudlayer/storage
I can’t figure out what backend in django-storages (django-storages.readthedocs.org) should i use. And how to tell django to look into softlayer.com after choosing a backend.
If someone can suggest another django package, help will be appreciated.
I chose RackSpace CloudStorage. I’m using package django-cumulus + SoftLayer object storage python library. After subclassing CloudFilesStorage and making some changes due to softlayer api difference – it works for me