fix(storage): avoid MinIO XML entity expansion limit (#7356)
* fix(storage): avoid MinIO XML entity expansion limit * fix(storage): add MinIO delete request timeout * fix(storage): handle MinIO delete failures and timeouts * test(storage): add shared adapter integration suite * test(storage): expand adapter boundary coverage * test(storage): recreate stable integration buckets * fix(storage): align object key and delete contracts * docs(storage): remove integration test design * fix(storage): stabilize integration test setup * fix(storage): keep legacy test mock import path --------- Co-authored-by: Archer <545436317@qq.com>
Showing
sdk/storage/.env.example
0 → 100644
sdk/storage/.gitignore
0 → 100644
This diff is collapsed.
Click to expand it.
sdk/storage/src/assert.ts
0 → 100644
sdk/storage/src/helper/mock.ts
0 → 100644
sdk/storage/src/utils.ts
0 → 100644
sdk/storage/test/global-setup.ts
0 → 100644
This diff is collapsed.
Click to expand it.
sdk/storage/test/integration/helpers.ts
0 → 100644
sdk/storage/test/integration/providers.ts
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
sdk/storage/test/unit/assert.test.ts
0 → 100644
sdk/storage/test/unit/factory.test.ts
0 → 100644
sdk/storage/test/unit/mock.test.ts
0 → 100644
sdk/storage/test/unit/utils.test.ts
0 → 100644
sdk/storage/tsconfig.test.json
0 → 100644
sdk/storage/vitest.config.ts
0 → 100644
Please
register
or
sign in
to comment