github minio/minio-go 6.0.0
API Change release

latest releases: v7.0.70, v7.0.69, v7.0.68...
6 years ago

Highlights

  • Deprecated canned bucket policies instead getBucketPolicy/setBucketPolicy now directly take JSON strings. AWS S3 policy language is extensive and complicated. Supporting all the scenarios is nearly impossible with canned policies alone. Instead we will take the bucket policy JSON directly from the users.

Changelog

  • Add tests to check if ListObjects/V2 returns expected StorageClass (#963) (04/10/18)
  • Update get/setBucketPolicy methods to use files instead of pkg/policy (#959) (04/10/18)
  • avoid unnecessary stat call during single copy (#962) (04/06/18)
  • avoid sending SSE-S3 header during GET requests. (#965) (04/05/18)
  • Fix stream SSE uploads with S3 encrypt type (#960) (04/02/18) <Jesús Espino>
  • Fix xml parsing error for RemoveObjects API (#949) (03/29/18)
  • Allow to upload empty files in stream based uploads (#958) (03/26/18) <Jesús Espino>
  • Add missing doneCh in the example for removeobjects (#955) (03/26/18)
  • tests: Remove partial related tests (#957) (03/26/18)
  • Add transport connection broken error to retry list (#956) (03/19/18)
  • [refactor]: simplify client encryption examples (#952) (03/19/18)
  • Add tests for putObjectContentLanguage (#950) (03/15/18)
  • Add putObject/getObject() client side encryption examples (#948) (03/13/18)

Don't miss a new minio-go release

NewReleases is sending notifications on new releases.