Closed mrfelton closed 12 years ago
I can confirm that this work but if like me you are using the uk cloudfiles, you'll need a different auth url. I don't know of way of setting this in config.xml but adding this to django_settings.py should do the trick.
CUMULUS = {
'AUTH_URL' : 'uk_authurl'
}
It's probably worth adding a SECRET_KEY
to the file at the same time to stop django moaning about it in the logs.
Thanks again, @mrfelton! :)
I fixed the naming in https://github.com/wimleers/fileconveyor/commit/7ea7585e068a8409b88d9d3eec8e14d7cae272dd, btw.
mosso is depreciated in favor of django-cumulus. Attached patch makes the swap: https://github.com/systemseed/fileconveyor/commit/990f42441b5154ac3f2f9cf38514412d6f314e31