- 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. |
||
|---|---|---|
| .. | ||
| baseStorageAdapter.ts | ||
| fileSystemStorage.ts | ||
| memoryStorage.ts | ||
| opfsStorage.ts | ||
| s3CompatibleStorage.ts | ||