mirror of
https://github.com/langgenius/dify.git
synced 2026-05-11 14:58:23 +08:00
- Updated storage wrappers to utilize a new base class, StorageWrapper, for better delegation of methods. - Introduced SilentStorage to handle read operations gracefully by returning empty values instead of raising exceptions. - Enhanced CachedPresignStorage to support batch caching of download URLs, improving performance. - Refactored FilePresignStorage to support both presigned URLs and signed proxy URLs for downloads. - Updated AppAssetService to utilize the new storage structure, ensuring consistent asset management. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_cached_presign_storage.py | ||
| test_supabase_storage.py | ||