Skip to content

v0.4 / Pain & suffer in signature calculation

Latest
Compare
Choose a tag to compare
@good-lly good-lly released this 01 Jul 13:37
· 3 commits to dev since this release

Changed

  • Renamed s3mini class to S3mini to follow TypeScript naming conventions.
  • s3mini is now an alias for S3mini with deprecated usage flag.
  • Updated all references in the codebase to use S3mini instead of s3mini.
  • Fixed Minio health check and its docker image. (Thanks @ScArLeXiA)

Added

  • Added ListObject interface type for better type safety in list operations.
  • Added CHANGELOG.md to track changes and BREAKING.md for breaking changes.
  • Added SSE-C support for server-side encryption with customer-provided keys. (Tested on Cloudflare only!)

Fixed

  • Fixed getEtag method to properly handle conditional requests and return null when no ETag is present.

New Contributors

Supporters

Full Changelog: v0.3.0...v0.4.0

image