github minio/minio-go v3.0.2
Bug fix release.

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

Highlights

  • Major OOM bug fixed by using fixed sized buffer for PutObjectStreaming with no content length.
  • Region is automatically handled now in minio-go if possible by looking at the AWS S3 Endpoint.

Changelog

  • Add new API PresignedHeadObject method. (#798) (3 days ago)
  • Conditionally retry HTTP calls for specific S3 errors (#799) (3 days ago)
  • fix: Extract region from s3-.amazonaws.com (#787) (2 weeks ago)
  • Send logger output to stdout by default for functional tests (#786) (2 weeks ago)
  • fix: Mutating variables within go closures should be explicit. (#788) (2 weeks ago)
  • fix: Implement random reader for generating data. (#780) (3 weeks ago)
  • fix #730 by replacing the buffer pool with a per-call buffer. (#781) (3 weeks ago)

Don't miss a new minio-go release

NewReleases is sending notifications on new releases.