This repository has been archived on 2026-09-03. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
open-brainy/src/storage/adapters
David Snelling cd3423b263 **fix(storage): handle additional errors in S3-compatible storage adapter**
- Updated error handling in `S3CompatibleStorage` to include checks for `NotFound` errors alongside `NoSuchKey` during lock operations.
- Ensured robustness in determining lock existence and managing exceptions related to missing keys.

**Purpose**: Improve resilience of the S3-compatible storage adapter by addressing additional error scenarios, ensuring accurate lock detection and stable operation.
2025-07-30 15:47:26 -07:00
..
baseStorageAdapter.ts **feat(examples, core, docs): add flushStatistics example, implementation, and documentation** 2025-07-25 10:55:37 -07:00
fileSystemStorage.ts **docs: add detailed concurrency analysis and implementation documentation** 2025-07-30 11:01:24 -07:00
memoryStorage.ts **docs: add detailed concurrency analysis and implementation documentation** 2025-07-30 11:01:24 -07:00
opfsStorage.ts **refactor: improve FileSystemStorage compatibility and remove outdated test** 2025-07-30 11:25:36 -07:00
s3CompatibleStorage.ts **fix(storage): handle additional errors in S3-compatible storage adapter** 2025-07-30 15:47:26 -07:00