What's Changed
Breaking
* `S3Annex` `list_keys` now returns a generator which transparently handles pagination. Previously a `tuple` was returned
* Drop support for python version < 10
Notes
* fix: use python3 cmd explicitly in setup.py by c0state in https://github.com/4Catalyzer/flask-annex/pull/61
* Chore/migrate GitHub actions tox GitHub fixes by matt-mclaughlin-quantum-si in https://github.com/4Catalyzer/flask-annex/pull/64
* chore: convert ci to github actions by c0state in https://github.com/4Catalyzer/flask-annex/pull/62
* Test fixes, improvements to list_keys and parameterization of S3Annex APIs by matt-mclaughlin-quantum-si in https://github.com/4Catalyzer/flask-annex/pull/63
New Contributors
* matt-mclaughlin-quantum-si made their first contribution in https://github.com/4Catalyzer/flask-annex/pull/64
**Full Changelog**: https://github.com/4Catalyzer/flask-annex/compare/v1.1.0...v2.0.0