Scaling images stored at S3
问题 I'm in a situation where I need to push image storage for a number of websites out to a service that can scale indefinitely (S3, CloudFiles, etc.). Up until this point we've been able to allow our users to generate custom thumbnail sizes on the fly using Python's Imaging library with some help from sorl-thumbnail in Django. By moving our images to something like S3, the ability to quickly create thumbnails on the fly is lost. We can either: Do it slowly by downloading the source from S3 and