Files
dify/api/agent-notes/controllers/files/__init__.py.md
Harry af17e20f99 feat(sandbox): implement sandbox archive upload/download endpoints and security enhancements
- 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.
2026-01-26 01:11:53 +08:00

307 B

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.