django-bakery
django-bakery copied to clipboard
Make AWS optional abstraction for other Cloud adapters
Although I'm a big fan of the services at AWS it should be able to publish to other Cloud storages as well (e.g. Azure storage, FTP, etc.).
A very well done abstraction of this is https://github.com/jschneier/django-storages.
I could make a PR for this, please let me know!
Sounds like a cool idea. Though am I right to remember storages does not support the kind of syncing we aim to do?
Nope it doesn't. But the idea how they handle multiple backends is a good example.
Cool.
@robmoorman, if you still want to take this on I'm open to it, but it's beyond the scope of what I'm able to do myself currently.