S3 Bucket helper utils.
Async list objects by folders or by prefix groups with recursion limit.
Do not forget to run . ./activate.sh
.
For work it need uv installed.
Use pre-commit hooks for code quality:
pre-commit install
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
Created with cookiecutter using template