mirror of
https://github.com/langgenius/dify.git
synced 2026-02-12 22:01:20 -05:00
- Added sandbox archive upload and download proxy endpoints with signed URL verification. - Introduced security helpers for generating and verifying signed URLs. - Updated file-related API routes to include sandbox archive functionality. - Refactored app asset storage methods to streamline download/upload URL generation.
10 lines
307 B
Markdown
10 lines
307 B
Markdown
Summary:
|
|
- Registers file-related API namespaces and routes for files service.
|
|
- Includes app-assets and sandbox archive proxy controllers.
|
|
|
|
Invariants:
|
|
- files_ns must include all file controller modules to register routes.
|
|
|
|
Tests:
|
|
- Coverage via controller unit tests and route registration smoke checks.
|