Re: Dynamically storing files in Amazon S3

2008-03-26 Thread Jacob
I somehow missed this http://code.djangoproject.com/wiki/AmazonSimpleStorageService That is a big help, and I'm going to toy with it first. Thanks everyone. j On Mar 26, 5:48 pm, Jacob <[EMAIL PROTECTED]> wrote: > Hi there everyone. > > In keeping with the 'DRY' theme of django, I'm looking f

Dynamically storing files in Amazon S3

2008-03-26 Thread Jacob
Hi there everyone. In keeping with the 'DRY' theme of django, I'm looking for a good way to do the following. * My application allows users to upload files, which their clients then view on a sister site. * To allow for scale, I want to use Amazon S3 or similar, so that I don't have to ov