feat(bucket): expose the underlying S3 client through getStorageClient()

This commit is contained in:
2026-04-07 16:28:01 +00:00
parent 3a0cd78dad
commit cf0402cd7a
4 changed files with 32 additions and 1 deletions
+6
View File
@@ -1,5 +1,11 @@
# Changelog
## 2026-04-07 - 4.6.0 - feat(bucket)
expose the underlying S3 client through getStorageClient()
- add Bucket.getStorageClient() to return the shared SmartBucket S3Client instance
- cover the new API with a test that verifies the returned client exposes send() and matches the parent storageClient by identity
## 2026-04-07 - 4.5.2 - fix(build)
rename npmextra config to .smartconfig and update tooling dependencies