From another thread re: jkhub:
I enabled s3 as storage backend in my new django-based massassi app and the whole thing slows to a crawl
It took over 13 hours to upload the ~8GB of files up to linode's s3-compatible object storage. And maybe it's because it's hosted in NJ and I'm closer to the west coast, but loading pages that have images loading from linode's object storage is too slow as well. I guess I could experiment with actual s3 but I've previously had good luck with linode. And amazon's interfaces for this stuff are so odd, disjointed, confusing, and needlessly complex.
Does anyone know if there's a way to make a public s3 bucket "browseable" via a web browser like old apache index pages? Right now the bucket is public but it just returns xml when you access it, you have to know the full resource name to get the actual files.
Maybe I need to consider linode's block storage instead.