What's Changed
- fix: correct max_keys field in list_object_versions response by @overtrue in https://github.com/rustfs/rustfs/pull/1576
- chore: update README. by @overtrue in https://github.com/rustfs/rustfs/pull/1586
- fix: Fixed detection warnings in rust v1.93.0 by @houseme in https://github.com/rustfs/rustfs/pull/1591
- fix: resolve Issue #1465 - IAM credential change crash by @yxrxy...