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

Changes to address ticket #98 with existing EU buckets #99

Closed chrisivens closed 12 years ago

chrisivens commented 12 years ago

Still needs work to set a preferred location for new buckets

wimleers commented 12 years ago

Since #87, we no longer include django-storages, instead, we use pip to automatically fetch the dependencies upon installation. Currently, we use django-storages>=1.1.3.

Hence, this change (however much appreciated!) is no longer necessary. We'll just receive the upstream bugfixes automatically :)