aioS3 provides a file-like interface for reading large files from AWS S3 in chunks using aiobotocore.
This enables efficient memory management when working with operations that expect file-like objects, such as
pickle.load() or json.load(), without loading entire files into memory.
With stream you can create file-like object to read from aiobotocore "files" by chunks.
Do not forget to run . ./activate.sh.
make help
Created with cookiecutter using template