For my C++ programs that handle large amounts of data in S3 I copy the data down to a local hard drive and then process them in C++ using fopen, fread, etc.
Is there