14
0
forked from pool/python-minio

- 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-minio?expand=0&rev=11
This commit is contained in:
Tomáš Chvátal
2019-09-11 11:34:22 +00:00
committed by Git OBS Bridge
parent 7b5c8e4316
commit aea6a5dd5c
4 changed files with 14 additions and 4 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed Sep 11 11:32:49 UTC 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 07:42:48 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>