dify/api/controllers/files
Harry 6be800e14f refactor(storage): replace storage proxy with ticket-based URL system
- Removed the storage proxy controller and its associated endpoints for file download and upload.
- Updated the file controller to use the new storage ticket service for generating download and upload URLs.
- Modified the file presign storage to fallback to ticket-based URLs instead of signed proxy URLs.
- Enhanced unit tests to validate the new ticket generation and retrieval logic.
2026-01-29 23:39:24 +08:00
..
__init__.py refactor(storage): replace storage proxy with ticket-based URL system 2026-01-29 23:39:24 +08:00
image_preview.py fix(api): force download for HTML previews (#30090) 2025-12-25 11:43:07 +08:00
storage_files.py refactor(storage): replace storage proxy with ticket-based URL system 2026-01-29 23:39:24 +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