Skip to content

Breaking change

Compare
Choose a tag to compare
@minio-trusted minio-trusted released this 17 Nov 22:10
· 463 commits to master since this release
3.0.0

Highlights

  • Minio constructor has changed and is now in following form
    Minio(endpoint, access_key=None, secret_key=None, secure=True, region=None, http_client=None)

Changelog

  • Allow users to use custom http client in the constructor (#589) (4 days ago)
  • fix: Order complete multipart list (#591) (12 days ago) <A. Elleuch>