S3 bucket helper utilities.
Asynchronously lists objects by folders or grouped by prefix, with an optional recursion limit.
Run . ./activate.sh to create/activate the virtual environment.
Requires uv for dependency management.
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