Skip to content

AWS S3 Bucket helper utils. Async list objects by folders

License

Notifications You must be signed in to change notification settings

andgineer/async-s3

Repository files navigation

Build Status Coverage

async-s3

S3 Bucket helper utils.

Async list objects by folders or by prefix groups with recursion limit.

Documentation

Async S3

Developers

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

For work it need uv installed.

Use pre-commit hooks for code quality:

pre-commit install

Allure test report

Scripts

Install invoke preferably with pipx:

pipx install invoke

For a list of available scripts run:

invoke --list

For more information about a script run:

invoke <script> --help

Coverage report

Created with cookiecutter using template