I want to pipe large video files from AWS S3 into Popen\'s stdin, which is from Python\'s point of view a \'file-like object\'. This code runs as an AW
Popen
stdin
For reading binary data from StreamingBody use StreamBody.read(). You get a binary string.
StreamBody.read()