Skip to content

v0.3.13

Compare
Choose a tag to compare
@oussjarrousse oussjarrousse released this 26 Apr 08:54
· 33 commits to main since this release
b08aeee

New Features

Bug Fixes

  • Fixed the default values of arguments in list_objects() (PR by @vanatteveldt)
  • Changed return type of list_buckets() to Bucket rather than str to conform with the `Minio behaviour (potentially a breaking change) (PR by @vanatteveldt)
  • Wrap self.object iteration in list_objects() in a list to allow modification during iteration. (PR by @vanatteveldt)

Breaking Changes

  • The return type of list_buckets has been changed to reflect the actual Minio behavior, this might break tests using list_buckets().

For Developers

  • Test coverage > 90%
  • Added missing definition for pytest.mark.FUNC to pytest.ini

Credits

Special thanks to @vanatteveldt for raising the issue and contributing code