Skip to content

Releases: minio/minio-go

Bug fix release.

19 Jul 21:35
Compare
Choose a tag to compare

Fixes an important regression in FPutObject

2.0.0 API change release

19 Jul 07:39
Compare
Choose a tag to compare

Major API changes and breakage.

  • ListObjectsV2 implementing new ListObjects V2 S3 API.
  • Transparent retry logic.
  • GetObject() fixes an optimization.
  • GetBucketPolicy and SetBucketPolicy APIs
  • Presigned operations return *url.URL
  • FPutObject auto-detect mime-type
  • Support for S3 China region
  • Payload checksum for signature is not calculated if the end point is https

Major release with numerous API changes.

PutObject() now supports parallel multipart uploads

17 Sep 23:27
Compare
Choose a tag to compare

PutObject() now supports anonymous uploads for public-read-write bucket without multipart

29 Aug 18:31
Compare
Choose a tag to compare

Deprecate presignedGetPartialObject()

22 Aug 22:41
Compare
Choose a tag to compare
v0.2.3

Bump to new version 0.2.3

Bug fix release

18 Aug 03:57
Compare
Choose a tag to compare
v0.2.2

Bump library to v0.2.2

Rename library as Cloud Storage Library and many other changes

11 Aug 00:30
Compare
Choose a tag to compare
  • optimize listing of objects, multiparts, multipart uploads
  • provide a new presigned URL for getObject() api for presigned requests
  • Fix object encoding for all UTF-8 characters.

Minimal object storage library for Golang 0.2.0

17 Jul 06:54
Compare
Choose a tag to compare
v0.2.0

Second bug-fix release of Minimalist object storage library for Golang

Minimal object storage library for Golang 0.1.0

17 Jun 01:52
Compare
Choose a tag to compare
v0.1.0

First official release of Minimalist object storage library