nepveul wrote:
Thanks Anderiv....i'm gonna look at S3....could this be mounted and used in a seamless way on the linode?
I believe there may be a way to mount S3 using fuse, but that's really not the way it was intended to be used. When you upload a file to S3, it returns a unique "key" for that object. Going forward, you can retrieve that object via http using that key. Upon upload, you'd store metadata from each image in a database of some sort (object key, image dimensions, file size, etc.) Then upon viewing, you'd use that information to retrieve the data from S3.
If possible, I'd highly recommend you stay away from relying on remotely-mounted partitions for data storage. It's okay to do something like that on a periodic basis for scheduled backups or the like. Relying on that for normal operations is asking for trouble if you want my opinion.