Skip to content

Releases: minio/minio-py

Minor Bug Fix Release

24 Apr 23:00
4.0.15
Compare
Choose a tag to compare

Changelog

  • Use optimal part size determined by SDK (#757) (04/23/19)
  • Remove redundant text (#756) (04/18/19)

Minor Bug Fix Release

17 Apr 17:18
4.0.14
Compare
Choose a tag to compare

Changelog

  • Replaces Minio refs with MinIO and minio.io links with min.io (#750) (04/09/19)
  • test: Content type by default can also be binary/octet-stream (#746) (04/05/19)

Minor Bug Fix Release

27 Mar 22:29
4.0.13
Compare
Choose a tag to compare

Changelog

  • Add configurable part_size (#745) (03/27/19)

Minor Bug Fix Release

13 Mar 22:05
4.0.12
Compare
Choose a tag to compare

Changelog

  • Fix #738 allow copy_object to set content-type (#739) (03/13/19)
  • Add support for session tokens (#736) (03/12/19)
  • Create MANIFEST.in (#740) (03/12/19)
  • doc typo: fix missing , (#729) (02/03/19)

Minor Bug Fix Release

30 Jan 19:16
4.0.11
Compare
Choose a tag to compare

Changelog

  • Add progress bar (#723) (01/30/19)
  • Set prefix param even when empty (#728) (01/29/19)

Minor Bug Fix Release

16 Jan 20:17
4.0.10
Compare
Choose a tag to compare

Changelog

  • Convert bytes to str before parsing json (#727) (01/10/19)

Minor Bug Fix Release

10 Jan 01:52
4.0.9
Compare
Choose a tag to compare

Changelog

  • make_bucket: Use correct region when signing requests (#725) (01/04/19)

Minor Bug Fix Release

05 Dec 23:48
4.0.8
Compare
Choose a tag to compare

Changelog

  • Metadata support for copy_object (#722) (12/04/18)

Minor Bug Fix Release

30 Nov 04:04
4.0.7
Compare
Choose a tag to compare

Changelog

  • Fixed typo in 409 Conflict error response (#720) (11/28/18)
  • put_object: Limit tasks queue size to avoid reading the whole data (#706) (10/30/18)
  • tests: Remove recreate bucket test (#714) (10/29/18)
  • Allow building minio without nose package (#707) (10/29/18)
  • Fix the failing functional testcases (vs) s3 (#713) (10/27/18)
  • tests: Avoid running regional make bucket if not AWS S3 (#711) (10/26/18)

Minor Bug Fix Release

09 Oct 22:31
4.0.6
Compare
Choose a tag to compare

Changelog

  • multipart: Avoid reading all parts at once before upload (#703) (10/02/18)
  • tests: Load CA cert from SSL_CERT_FILE if found (#702) (09/24/18)