Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Bugfix Release source code.tar.gz | 2025-07-21 | 317.0 kB | |
Bugfix Release source code.zip | 2025-07-21 | 531.2 kB | |
README.md | 2025-07-21 | 1.4 kB | |
Totals: 3 Items | 849.6 kB | 3 |
What's Changed
- test: add test for PresignedPostPolicy with empty fileName by @jiuker in https://github.com/minio/minio-go/pull/2119
- fix: prefix should use stringLike when new a bucketPolicy (2) by @mannreis in https://github.com/minio/minio-go/pull/2124
- update all deps by @harshavardhana in https://github.com/minio/minio-go/pull/2125
- set checksum headers requested properly by @harshavardhana in https://github.com/minio/minio-go/pull/2130
- fix: missing append() API behavior by @harshavardhana in https://github.com/minio/minio-go/pull/2131
- extend more missing headers for PartUploads by @harshavardhana in https://github.com/minio/minio-go/pull/2132
- fix: explicitly use UTC for expiration field when marshaling PostPolicy by @qwwqe in https://github.com/minio/minio-go/pull/2135
- fix: DurationSeconds is a QueryValues not a Form data (#2128) by @vlaborie in https://github.com/minio/minio-go/pull/2129
- make sure to avoid closing the input reader by @harshavardhana in https://github.com/minio/minio-go/pull/2137
New Contributors
- @mannreis made their first contribution in https://github.com/minio/minio-go/pull/2124
- @qwwqe made their first contribution in https://github.com/minio/minio-go/pull/2135
- @vlaborie made their first contribution in https://github.com/minio/minio-go/pull/2129
Full Changelog: https://github.com/minio/minio-go/compare/v7.0.94...v7.0.95