Re: Executing raw Python

2008-11-24 Thread David Zhou
To the more general question of running python like that, just import the update_s3 method and run it normally. On Mon, Nov 24, 2008 at 2:46 PM, Adi Jörg Sieker <[EMAIL PROTECTED]> wrote: > > Hi, > > if you are using 1.0 or newer, than you can use a file backend to > directly on S3. > > Have a lo

Re: Executing raw Python

2008-11-24 Thread Adi Jörg Sieker
Hi, if you are using 1.0 or newer, than you can use a file backend to directly on S3. Have a look if http://code.google.com/p/boto/ or http://github.com/paltman/django-aws/tree/master help you along. adi On 24.11.2008 18:35 Uhr, Alex Jonsson wrote: > Hey everyone, > > I use Django together

Executing raw Python

2008-11-24 Thread Alex Jonsson
Hey everyone, I use Django together with Photologue and would like to be able to store the images on my Amazon S3 account. I've been doing a lot of thinking about how the easiest way to do this would be, and have come to the conclusion that the easiest way probably would be to upload the image f