v0.3.13
New Features
- Added remove_bucket() (PR by @vanatteveldt)
Bug Fixes
- Fixed the default values of arguments in
list_objects()
(PR by @vanatteveldt) - Changed return type of
list_buckets()
toBucket
rather thanstr
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 usinglist_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