Skip upload of existing S3 Object

2012-01-01 Thread Chris Hasenpflug
I have a model with an ImageField and am using django-storages S3BotoStorage backend. To reduce load on the server, I'm using Amazon's S3 Browser Upload functionality[1] to send images directly to S3. In order to create the model, my plan is have another view take the uploaded key and save a model

Re: Skip upload of existing S3 Object

2012-01-05 Thread Chris Hasenpflug
k you actually don’t need the S3StorageBackend since you are not > storing anything or at least it does not actually pass your server. > > hope that helps! > > Cheers > Ivo > > On Jan 1, 2012, at 12:25 , Chris Hasenpflug wrote: > > > > > > > > > I h