- fix formatting as per pep8 in sse.py (890) (04/14/20) (Bala FA) - fix formatting as per pep8 in helpers.py (886) (04/14/20) (Bala FA) - fix formatting as per pep8 in parsers.py (887) (04/14/20) (Bala FA) - fix formatting as per pep8 in error.py (883) (04/14/20) (Bala FA) - fix formatting as per pep8 in definitions.py (882) (04/14/20) (Bala FA) - fix formatting as per pep8 in copy_conditions.py (881) (04/14/20) (Bala FA) - fix formatting as per pep8 in thread_pool.py (891) (04/14/20) (Bala FA) - fix formatting as per pep8 in fold_case_dict.py (885) (04/14/20) (Bala FA) - fix formatting as per pep8 in compat.py (880) (04/14/20) (Bala FA) - fix formatting as per pep8 in minio.credentials (876) (04/14/20) (Bala FA) - fix formatting as per pep8 in post_policy.py (888) (04/14/20) (Bala FA) - fix formatting as per pep8 in xml_marshal.py (892) (04/14/20) (Bala FA) - fix formatting as per pep8 in signer.py (889) (04/14/20) (Bala FA) - preserve x-amz-content-sha256 if specified in presign_v4 (870) (04/13/20) (Vanessasaurus) - fix formatting as per pep8 in api.py (878) (04/11/20) (Bala FA) - fix formatting as per pep8 in minio.select (877) (04/11/20) (Bala FA) - Rename urlencode and urldecode to quote and unquote (875) (04/11/20) (Brian Thorne) - move to latest release for windows CI (884) (04/10/20) (Harshavardhana) - Update MANIFEST.in to generate a complete sdist (856) (04/08/20) (Denis Laxalde) - Adds missing 'minio/credentials/*.sample' files (866) (04/06/20) (ebozduman) - remove deprecated cElementTree (04/07/20) (Karthikeyan Singaravelan) - fix github actions error while checking out (869) (04/06/20) (kannappanr)
5.0.8
Not secure
Highlights
- Support Python 3.8. See (847) for more details.
Changelog
- Fixes not subscriptable objects (858) (03/09/20) - Support to put/get/delete default encryption configuration apis on a bucket (855) (02/24/20) - Fix deprecation warnings due to invalid escape sequences. (853) (02/10/20) - Add support for Amazon S3 Transfer Acceleration for presigned urls (827) (02/02/20) - Add note on concurrent usage of Minio client (849) (02/01/20) - python 3.8 compatibility (847) (01/27/20)
5.0.7
Not secure
Changelog
- cleanup whitespace and fix license header (845) (01/22/20) - fix: relax bucket_name validation for existing buckets (840) (01/22/20) - Implement credentials object (similar to minio-go) to enable AWS IAM (817) (01/22/20)
5.0.6
Not secure
Changelog
- Fix detecting a valid endpoint with new Python versions (836) (12/24/19) - Fix some typo in SELECT API doc (834) (12/16/19) - fget_object(): open temporary file on overwrite mode (824) (825) (12/04/19)
5.0.5
Not secure
Changelog
- Increase presigned timeouts for functional tests (821) (11/09/19) - Remove future depdency for python3 (818) (11/03/19) - Do not need to set max-keys, max-uploads and max-parts (819) (11/01/19)
5.0.4
Not secure
Changelog
- Increment build number (816) (10/28/19) - Increment build number (815) (10/28/19) - signV4: Avoid encoding ~ when found in the query part of the url (811) (10/26/19) - tests: More fixes for better support of Github CI (812) (10/24/19) - Edit example code. (807) (10/12/19) - Update API.md (805) (10/05/19) - FIX: AttributeError at error.message (803) (10/01/19) - Strip port 80/443 from host (802) (09/30/19)