Highlights
- **Parallel** upload of multipart parts.
- **put_object** doesn't always calculate md5sum, md5sum is calculate only if the requests are on secure connection.
Changelog
- Update minio-py to output new mint log format (572) (7 days ago) <ebozduman>
- Updated example to include the set_content_type method (571) (9 days ago) <Daniel Cavalcante>
- Fix parsing failure for list_buckets with s3 endpoint (567) (5 weeks ago) <poornas>
- Improve example for 'examples/remove_objects.py' (568) (5 weeks ago) <Frederick Gnodtke>
- Parallel upload of object parts (563) (6 weeks ago) <A. Elleuch>
- API: stat_object returns time.time instead of secs (566) (6 weeks ago) <A. Elleuch>
- tests: Remove useless path append (564) (7 weeks ago) <A. Elleuch>
- Fix: Raise ValueError if server returns empty policy statements (559) (8 weeks ago) <poornas>
- Split tests into functions (555) (2 months ago) <A. Elleuch>
- api: put_object shouldn't calculate md5sum always. (550) (2 months ago) <Harshavardhana>