Changed
- Renamed
s3mini
class toS3mini
to follow TypeScript naming conventions. s3mini
is now an alias forS3mini
with deprecated usage flag.- Updated all references in the codebase to use
S3mini
instead ofs3mini
. - 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 andBREAKING.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 returnnull
when no ETag is present.
New Contributors
- @ScArLeXiA made their first contribution in #22
Supporters
- @robingenz thank you!
Full Changelog: v0.3.0...v0.4.0