feat(test): add end-to-end test coverage for container lifecycle, auth, buckets, objects, policies, credentials, status, and S3 compatibility

This commit is contained in:
2026-03-21 19:13:31 +00:00
parent 90ac853ab4
commit ee0640bb80
14 changed files with 1184 additions and 2 deletions

View File

@@ -1,5 +1,13 @@
# Changelog
## 2026-03-21 - 1.5.0 - feat(test)
add end-to-end test coverage for container lifecycle, auth, buckets, objects, policies, credentials, status, and S3 compatibility
- adds a reusable test helper for creating isolated ObjectStorageContainer instances and logging in as admin
- introduces a test script in package.json to run the new Deno test suite
- covers core management API flows including authentication, bucket operations, object operations, named policies, credentials, and server status/config
- verifies S3 SDK interoperability including bucket and object operations plus credential rejection cases
## 2026-03-15 - 1.4.2 - fix(license)
add missing license file