fix(helpers): Normalize and robustly parse S3 endpoint configuration; use normalized descriptor in SmartBucket and update dev tooling

This commit is contained in:
2025-08-18 02:43:29 +00:00
parent fa4c44ae04
commit d852d8c85b
6 changed files with 469 additions and 542 deletions

View File

@@ -8,14 +8,14 @@
"author": "Task Venture Capital GmbH",
"license": "MIT",
"scripts": {
"test": "(tstest test/)",
"test": "(tstest test/ --verbose --logfile --timeout 60)",
"build": "(tsbuild --web --allowimplicitany)"
},
"devDependencies": {
"@git.zone/tsbuild": "^2.6.4",
"@git.zone/tsbuild": "^2.6.7",
"@git.zone/tsrun": "^1.2.49",
"@git.zone/tstest": "^2.3.2",
"@push.rocks/qenv": "^6.1.2",
"@git.zone/tstest": "^2.3.4",
"@push.rocks/qenv": "^6.1.3",
"@push.rocks/tapbundle": "^6.0.3"
},
"dependencies": {