Re: Amazon S3 Integration

2007-08-10 Thread John-Scott
On Aug 8, 8:12 pm, "Jay Parlar" <[EMAIL PROTECTED]> wrote: > On 8/8/07, John-Scott <[EMAIL PROTECTED]> wrote: > > > > > > > Hello all, > > > I'm trying to integrate S3 support into my Django app using > >http://code.djangoproject.com/wiki/AmazonSimpleStorageServicefor > > now. > > > I would like

Re: Amazon S3 Integration

2007-08-09 Thread Robert Coup
On 09/08/07, Fabien Schwob <[EMAIL PROTECTED]> wrote: > Yes, but my idea was to use boto in django-amazon. The goal (in my > mind) is to provide a layer around boto to Django : > > * A S3FileField around boto.s3 > * A django_amazon.generics.views.process_payment(request, amount) > around a future

Re: Amazon S3 Integration

2007-08-09 Thread Fabien Schwob
Hello, > > > I'm trying to integrate S3 support into my Django app using > > > http://code.djangoproject.com/wiki/AmazonSimpleStorageService for > > > now. > > > > > > I would like to improve the code so that it might be officially > > > integrated into Django at some point. The first obvious que

Re: Amazon S3 Integration

2007-08-09 Thread Robert Coup
On 09/08/07, Fabien Schwob <[EMAIL PROTECTED]> wrote: > > I'm trying to integrate S3 support into my Django app using > > http://code.djangoproject.com/wiki/AmazonSimpleStorageService for > > now. > > > > I would like to improve the code so that it might be officially > > integrated into Django at

Re: Amazon S3 Integration

2007-08-08 Thread Fabien Schwob
Hello, > I'm trying to integrate S3 support into my Django app using > http://code.djangoproject.com/wiki/AmazonSimpleStorageService for > now. > > I would like to improve the code so that it might be officially > integrated into Django at some point. The first obvious question: Is > this a featu

Re: Amazon S3 Integration

2007-08-08 Thread Jay Parlar
On 8/8/07, John-Scott <[EMAIL PROTECTED]> wrote: > > Hello all, > > I'm trying to integrate S3 support into my Django app using > http://code.djangoproject.com/wiki/AmazonSimpleStorageService for > now. > > I would like to improve the code so that it might be officially > integrated into Django at

Amazon S3 Integration

2007-08-08 Thread John-Scott
Hello all, I'm trying to integrate S3 support into my Django app using http://code.djangoproject.com/wiki/AmazonSimpleStorageService for now. I would like to improve the code so that it might be officially integrated into Django at some point. The first obvious question: Is this a feature that o