Re: FileStorage S3Storage Error importing storage module S3Storage

2008-08-26 Thread tom
Sorry, I already found the right file: http://code.larlet.fr/hg.cgi/django-storages/raw-file/5e2aff06/S3Storage.py Many thanks for your support! On 26 Aug., 13:06, tom <[EMAIL PROTECTED]> wrote: > Hi David! > > Many thanks for your response. I assume with S3Storage.py you mean the > file

Re: FileStorage S3Storage Error importing storage module S3Storage

2008-08-26 Thread tom
Hi David! Many thanks for your response. I assume with S3Storage.py you mean the file which I have downloaded from AWS, right? Many thanks, Tom On 25 Aug., 10:49, David Larlet <[EMAIL PROTECTED]> wrote: > Hi Tom, > > The DEFAULT_FILE_STORAGE setting need to be set with a (python) path   > to

Re: FileStorage S3Storage Error importing storage module S3Storage

2008-08-25 Thread David Larlet
Hi Tom, The DEFAULT_FILE_STORAGE setting need to be set with a (python) path to your S3Storage location, the example is a bit confusing because the first part is the path and the second one is the class name (which is the same). Where did you put the S3Storage.py file? Let's you've got

FileStorage S3Storage Error importing storage module S3Storage

2008-08-23 Thread tom
Hi, I am trying to move all my FileFields and ImageFields Items to S3. Therefore I changed the settings DEFAULT_FILE_STORAGE = 'S3Storage.S3Storage'. I tried to follow the steps described on http://code.larlet.fr/doc/django-s3-storage.html but I get a Error importing storage module S3Storage: