A wrapper around boto3 S3 Client
pip install '.[dev]'
pip install pre-commit
pre-commit install
pre-commit install --hook-type commit-msg # this is for commitizen to work
pre-commit install --hook-type pre-push # this is for a pytest on push to work
PYTHONPATH=. ptw --run 'pytest -sv tests