Please explain to me something about using S3 for this.
If I use S3, then I'm still using ImageField, except it stores to S3, right?
Now, I have several servers. A production server, a couple of staging
server , and a plethora of development servers. I assume I should be connecting all of them to the same S3.
Now, say I upload an image to S3 on one server. I'd like to have that image on another server. How would I add the image to the second server? I normally use the admin, but as far as I know the admin for ImageField only allows uploading, it doesn't allow specifying the path of an existing file.
Any clue?
Thanks,
Ram.