mirror of
https://github.com/langgenius/dify.git
synced 2026-05-13 08:57:28 +08:00
- Introduced CachedPresignStorage to cache presigned download URLs, reducing repeated API calls. - Updated AppAssetService to utilize CachedPresignStorage for improved performance in asset download URL generation. - Refactored asset builders and packagers to support the new storage mechanism. - Removed unused AppAssetsAttrsInitializer to streamline initialization processes. - Added unit tests for CachedPresignStorage to ensure functionality and reliability. |
||
|---|---|---|
| .. | ||
| 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 | ||
| storage_type.py | ||
| supabase_storage.py | ||
| tencent_cos_storage.py | ||
| volcengine_tos_storage.py | ||