Re: Cloudfiles Storage Backend

2011-10-03 Thread Kurtis Mullins
Django-cumulus is exactly what I was looking for. Unfortunately, I can't get it to work right with Django 1.3. Have you had any luck with that? On Tue, Sep 27, 2011 at 2:20 PM, Eric Hutchinson < eric.hutchin...@burgopakusa.com> wrote: > django cumulus does this with the directory hierarchy just

Re: Cloudfiles Storage Backend

2011-09-27 Thread Eric Hutchinson
django cumulus does this with the directory hierarchy just fine. On Sep 26, 11:33 am, Kurtis wrote: > Hey, > > I really want to build a storage back-end for cloudfiles. The snag is > that cloudfiles containers do not allow for a hierarchical directory > structure.

Re: Cloudfiles Storage Backend

2011-09-27 Thread dm03514
YOu can implement a virtual directory, we do it for our cloud files. http://www.rackspace.com/cloud/blog/2010/01/26/nested-folders-in-rackspace-cloud-files/, It's clearly documented on a number of sites, if you just serach for it in google. -- You received this message because you are subscribed

Re: Cloudfiles Storage Backend

2011-09-26 Thread Kurtis Mullins
Thanks Alex. Yeah, I actually did try to use that. Currently I'm using it for SFTP (and having some issues with the URLs provided by the SFTP plugin). The problem with the Cloudfiles implementation is that, according to what I've read and tried, the API it used is outdated. Rackspace has changed

Re: Cloudfiles Storage Backend

2011-09-26 Thread Alex Chan
Hi, Have you already checked out this project? http://code.welldev.org/django-storages/ I'm currently using this and it works great with Mongo's GridFS and S3. -- Alex On Mon, Sep 26, 2011 at 8:33 AM, Kurtis wrote: > Hey, > > I really want to build a storage

Cloudfiles Storage Backend

2011-09-26 Thread Kurtis
Hey, I really want to build a storage back-end for cloudfiles. The snag is that cloudfiles containers do not allow for a hierarchical directory structure. Everything must be in a "base directory". Does anyone have any suggestions on methods for performing this conversion of a hierarchical