Thanks to visit codestin.com
Credit goes to github.com

Skip to content
/ aios3 Public template

Simplifyed S3 file operations using Python asyncio (based on aiobotocore)

License

Notifications You must be signed in to change notification settings

andgineer/aios3

Repository files navigation

Build Status Coverage

File-like object for aiobotocore to read from AWS S3 by chunks

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.

Documentation

Developers

Do not forget to run . ./activate.sh.

Scripts

make help

Coverage report

Created with cookiecutter using template

About

Simplifyed S3 file operations using Python asyncio (based on aiobotocore)

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published