I want to be able to download an image (to my computer or to a web server) resize it, and upload it to S3. The piece concerned here is:
What would be a recommended way to do the downloading portion within Python (i.e., don't want to use external tools, bash, etc). I want it to be stored into memory until it's done with (versus downloading the image to a local drive, and then working with it). Any help is much appreciated.