Skip to content

2.2.5

Choose a tag to compare

@minio-trusted minio-trusted released this 23 Sep 20:21
· 518 commits to master since this release
2.2.5

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)
  • Updated example to include the set_content_type method (#571) (9 days ago)
  • Fix parsing failure for list_buckets with s3 endpoint (#567) (5 weeks ago)
  • Improve example for 'examples/remove_objects.py' (#568) (5 weeks ago)
  • 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)
  • Split tests into functions (#555) (2 months ago) <A. Elleuch>
  • api: put_object shouldn't calculate md5sum always. (#550) (2 months ago)