wimleers / fileconveyor

File Conveyor is a daemon written in Python to detect, process and sync files. In particular, it's designed to sync files to CDNs. Amazon S3 and Rackspace Cloud Files, as well as any Origin Pull or (S)FTP Push CDN, are supported. Originally written for my bachelor thesis at Hasselt University in Belgium.
https://wimleers.com/fileconveyor
The Unlicense
340 stars 95 forks source link

Swap mosso for cumulus #118

Closed mrfelton closed 11 years ago

mrfelton commented 12 years ago

mosso is depreciated in favor of django-cumulus. Attached patch makes the swap: https://github.com/systemseed/fileconveyor/commit/990f42441b5154ac3f2f9cf38514412d6f314e31

chrisivens commented 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.

wimleers commented 11 years ago

Thanks again, @mrfelton! :)

wimleers commented 11 years ago

I fixed the naming in https://github.com/wimleers/fileconveyor/commit/7ea7585e068a8409b88d9d3eec8e14d7cae272dd, btw.