mirror of
https://github.com/langgenius/dify.git
synced 2026-05-13 08:57:28 +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. |
||
|---|---|---|
| .. | ||
| clickzetta_volume | ||
| aliyun_oss_storage.py | ||
| aws_s3_storage.py | ||
| azure_blob_storage.py | ||
| baidu_obs_storage.py | ||
| base_storage.py | ||
| cached_presign_storage.py | ||
| file_presign_storage.py | ||
| google_cloud_storage.py | ||
| huawei_obs_storage.py | ||
| opendal_storage.py | ||
| oracle_oci_storage.py | ||
| silent_storage.py | ||
| storage_type.py | ||
| storage_wrapper.py | ||
| supabase_storage.py | ||
| tencent_cos_storage.py | ||
| volcengine_tos_storage.py | ||