aioS3
File-like interface for AWS S3 with aiobotocore.
What
stream()— file-like object for chunked readingread()— read entire file as byteschunks()— async generator for file chunkssave()— write bytes to S3
What for
Use with file-like operations (pickle.load(), json.load(), etc.) on S3 objects without loading entire files into memory.