dify/api/controllers/files
Harry f52fb919d1 refactor(storage): remove signer, using general file storage
- Removed unused app asset download and upload endpoints, along with sandbox archive and file download endpoints.
- Updated imports in the file controller to reflect the removal of these endpoints.
- Simplified the generator.py file by consolidating the code context field definition.
- Enhanced the storage layer with a unified presign wrapper for better handling of presigned URLs.
2026-01-29 23:01:12 +08:00
..
__init__.py refactor(storage): remove signer, using general file storage 2026-01-29 23:01:12 +08:00
image_preview.py fix(api): force download for HTML previews (#30090) 2025-12-25 11:43:07 +08:00
storage_proxy.py refactor(storage): remove signer, using general file storage 2026-01-29 23:01:12 +08:00
tool_files.py fix(api): force download for HTML previews (#30090) 2025-12-25 11:43:07 +08:00
upload.py refactor: port api/fields/file_fields.py (#30638) 2026-01-06 22:55:58 +08:00