What's Changed * Adjust functional tests for bucket cors, to detect NotImplemented response via logError by marktheunissen in https://github.com/minio/minio-go/pull/1989 * Add configurable auto-checksum by klauspost in https://github.com/minio/minio-go/pull/1990
What's Changed * 1552 add functional tests for bucket tagging by romanchechyotkin in https://github.com/minio/minio-go/pull/1986 * API methods and functional tests for bucket-level CORS configuration settings by marktheunissen in https://github.com/minio/minio-go/pull/1987 * Add DisableContentSha256 to PutObjectPartOptions by klauspost in https://github.com/minio/minio-go/pull/1988
New Contributors * romanchechyotkin made their first contribution in https://github.com/minio/minio-go/pull/1986
What's Changed * return appropriate error type for generic handling by harshavardhana in https://github.com/minio/minio-go/pull/1981 * feat: add SetContentDisposition method for postPolicy Upload by lianggx6 in https://github.com/minio/minio-go/pull/1982 * docs: fix doc about default alias by emil2k in https://github.com/minio/minio-go/pull/1984 * fix: GCS endpoint validation to allow ports by ammarhusain-sol in https://github.com/minio/minio-go/pull/1985
New Contributors * lianggx6 made their first contribution in https://github.com/minio/minio-go/pull/1982 * emil2k made their first contribution in https://github.com/minio/minio-go/pull/1984 * ammarhusain-sol made their first contribution in https://github.com/minio/minio-go/pull/1985
What's Changed * upgrade all deps and replace gopkg.in for ini with go module by marktheunissen in https://github.com/minio/minio-go/pull/1977 * Add ca-west-1 endpoint by tjwallace in https://github.com/minio/minio-go/pull/1971 * fix replication validation for Role ARN by poornas in https://github.com/minio/minio-go/pull/1978 * Fix missing CompleteMultipartUpload SSE-C by klauspost in https://github.com/minio/minio-go/pull/1980
New Contributors * marktheunissen made their first contribution in https://github.com/minio/minio-go/pull/1977 * tjwallace made their first contribution in https://github.com/minio/minio-go/pull/1971
What's Changed * Add support for DelMarkerExpiration element by krisis in https://github.com/minio/minio-go/pull/1959 * feat: support tags for postPolicy Upload by jiuker in https://github.com/minio/minio-go/pull/1967 * Add ListMultipartUploads mint test by klauspost in https://github.com/minio/minio-go/pull/1963