Version: 5.0.8-bp152.1.1
* Wed Apr 01 2020 pgajdos@suse.com
- version update to 5.0.8
* 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)
* 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)
- added sources
https://github.com/minio/minio-py/issues/865
+ config.json.sample
+ credentials.sample
* Wed Jan 22 2020 Martin Sirringhaus <martin.sirringhaus@suse.com>
- Update to 5.0.6
* Fix detecting a valid endpoint with new Python versions
* Fix some typo in SELECT API doc
* fget_object(): open temporary file on overwrite mode
- Update to 5.0.5
* Increase presigned timeouts for functional tests
* Remove future depdency for python3
* Do not need to set max-keys, max-uploads and max-parts
- Update to 5.0.4
* signV4: Avoid encoding ~ when found in the query part of
the url
* FIX: AttributeError at error.message
* Strip port 80/443 from host
* Tue Oct 01 2019 Marketa Calabkova <mcalabkova@suse.com>
- Update to 5.0.1
* BREAKING API CHANGE: re-implement select_object_content
* Remove white-space characters before parsing XML
* Do not encode ~ in V4 S3 signing
* Wed Sep 11 2019 Tomá? Chvátal <tchvatal@suse.com>
- Update to 4.0.21:
* Doc: Fix error response URL link
* Add support for ISO time with and without fractional seconds.
* ObjectAccessed with Get and Head methods
* list-objects-v2: Add start_after parameter
* Implement select object
* Wed Jul 24 2019 Tomá? Chvátal <tchvatal@suse.com>
- Update to 4.0.18:
* Better error msg if metadata contains a non us-ascii character (#770) (06/12/19)
* Fix Py3.7 warnings (#767) (06/11/19)
* Fri May 24 2019 pgajdos@suse.com
- version update to 4.0.17
* Validate underscores in host names successfully
* Use README.md instead of README.rst
* Fri May 17 2019 Marketa Calabkova <mcalabkova@suse.com>
- Update to version 4.0.16
* Replaces Minio refs with MinIO and minio.io links with min.io
* Use optimal part size determined by SDK
* Adds debug code
* Fri Apr 05 2019 Tomá? Chvátal <tchvatal@suse.com>
- Update to 4.0.13:
* Add configurable part_size (#745)
* Fri Mar 15 2019 John Vandenberg <jayvdb@gmail.com>
- Activate test suite
- Add %license and %doc
- Update to v4.0.12
* allow copy_object to set content-type
* Add support for session tokens
* Create MANIFEST.in
* Sat Feb 16 2019 John Vandenberg <jayvdb@gmail.com>
- Initial spec for v4.0.11