Releases: minio/minio-py
Releases · minio/minio-py
Minor Bugfix release
Changelog
- Fix broken tests with ENABLE_HTTPS=0 (#692) (09/05/18)
 
Minor Bugfix release
Changelog
- Adds SSE support (#686) (08/03/18)
 - adds support for string policy (#687) (08/01/18)
 - Fix parse_new_multipart_upload (#678) (07/21/18)
 - fix documentation for list_objects and list_objects_v2 (#680) (07/16/18)
 - Add missing file close logic (#674) (07/09/18)
 - Do not add metadata headers during completeMultipart (#676) (07/08/18)
 
Minor bugfix release
Minor bugfix release
Changelog
- remove EOL'ed python releases from support list (#661) (06/10/18)
 - Fix listen_bucket_notification (#659) (06/09/18)
 - tests: Negative tests should ignore exceptions properly (#658) (06/07/18)
 - fix listen_bucket_notification (#657) (06/07/18)
 - api:put_object not saving user metadata without x-amz-meta- prefix (#655) (#656) (05/02/18)
 - Support for specifying custom presign request date (#649) (05/01/18)
 
Breaking API change
Highlights
Breaking API change get_bucket_policy and set_bucket_policy APIs now take the entire policy, canned policies are deprecated.
Changelog
- support aliyun OSS api (#654) (04/23/18) <赖信涛>
 - Refactors get_bucket_policy and set_bucket_policy apis (#639) (04/19/18)
 - tests: Fix test_thread_safe behavior (#642) (04/12/18)
 - fix issue #645. (#647) (04/10/18)
 - Increase urllib3 connection pool size (#638) (#646) (04/05/18)
 - Fix put_object documentation example (#644) (03/29/18)
 - Adds some missing defaults and params (#641) (03/26/18)
 - Add SSL_CERT_FILE env. var. to specify custom CA certificate (#637) (03/14/18)
 
Bug fix release
Bug fix release
Bug fix release.
Bug fix release
Changelog
- Adds missing tests and fixes tests with problems (#609)
 - fix calculate optimal part size bug (#608) <刘兴起>
 - Use sys.exit instead of exit from site packages (#604)
 - Update readme for minio-py installation using pip3 (#605)
 - Add ap-southeast-2 to aws region specific endpoints (#600)
 - translate minio-py docs to Chinese. (#597)
 - Cleanup incomplete upload upon error (#599)
 - add easy-access methods to PostPolicy (#596)
 
Breaking change
Highlights
- Minio constructor has changed and is now in following form
Minio(endpoint, access_key=None, secret_key=None, secure=True, region=None, http_client=None)