Skip to content

Breaking API change

Compare
Choose a tag to compare
@minio-trusted minio-trusted released this 28 Apr 00:43
· 442 commits to master since this release
4.0.0

Highlights

Breaking API change get_bucket_policy and set_bucket_policy APIs now take the entire policy, canned policies are deprecated.

Changelog

  • support aliyun OSS api (#654) (04/23/18) <赖信涛>
  • Refactors get_bucket_policy and set_bucket_policy apis (#639) (04/19/18)
  • tests: Fix test_thread_safe behavior (#642) (04/12/18)
  • fix issue #645. (#647) (04/10/18)
  • Increase urllib3 connection pool size (#638) (#646) (04/05/18)
  • Fix put_object documentation example (#644) (03/29/18)
  • Adds some missing defaults and params (#641) (03/26/18)
  • Add SSL_CERT_FILE env. var. to specify custom CA certificate (#637) (03/14/18)