Bug Fixes
- Fixed empty files being added when using fput_object(), by adding .read() to the file handle.
For Developers
- Separated requirements.txt and
requiremnets-testing.txt
and updatedtox.ini
and the github testing workflow accordingly - Replaced
setup.py
withpyproject.toml
file that uses dynamic version frompytest_minio_mock_.__init__.py __version__
For Maintainers
- Updated uses:
actions/upload-artifact@v3
to uses:actions/upload-artifact@v4
in all workflows; v3 was deprecated in Jan. 2025
Credits
Thanks to Ryan Dailey Mrjimjr for the pull-request