Releases: minio/minio-py
Releases · minio/minio-py
Bug fix release.
Bug fix release.
Bug fix release.
- get_upload_id should return upload id instead of IncompleteUpload object (#454) (2 days ago)
Bug fix and python 3.x compatibility fixes
Bug fix release.
- Fix signature mismatch in putobject in python3 (Fixes #435) (#436) (3 hours ago)
- Add support for
response_headers
argument onpresigned_get_object
(#434) (2 days ago) - Add List Objects V2 API (Fixes #376) (#430) (7 days ago)
- Add Multi-Object Delete API support (Fixes #413) (#429) (8 days ago)
- Fix sign v4 breakage in Python 3 (#427) (10 days ago)
- fixed EU location check (#426) (2 weeks ago)
- Add new 'message' attr for ParseError. (#424) (2 weeks ago)
Bug fix release.
- Fixes a bug in presigned URL generation.
- Fixes a bug in copy_object API
- Adds support for ohio and china region.
New API changes and updated documentation
- Add copyObject API.
- Add listen_bucket_notification API.
Bug fix release.
- 4ad9bc9 - Implement Bucket Notifications APIs (#404) (26 hours ago)
- b0bbc8b - Fix examples to indicate that we should be using streams. (#403) (9 days ago)
- def88f9 - api: Fix python3 compatibility issue by using compat values. (#400) (2 weeks ago)
- eb7c2b5 - Code:helpers.py/Added ap-south-1 region to the list of available s3 regions. (#397) (5 weeks ago)
- cad9fc0 - api: add get_bucket_policy and set_bucket_policy. (#385) (7 weeks ago)
Bug fix release and deprecate APIs
- Fixes an important bug in putObject behavior where total_parts logic was wrong.
- presigned_post_policy() returns the URL where the form data should be posted.
- Removed ACL related code entirely, as it's not needed anymore.
Bug fix release
- Fixed a bug in list_objects.
- Fixed a bug in bucket_exists behavior.