dify/api/core/sandbox/storage
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
archive_storage.py refactor(storage): remove signer, using general file storage 2026-01-29 23:01:12 +08:00
noop_storage.py feat(zip-sandbox): special use of sandbox implementation 2026-01-27 14:19:27 +08:00
sandbox_file_storage.py refactor(storage): remove signer, using general file storage 2026-01-29 23:01:12 +08:00
sandbox_storage.py feat: sandbox storage 2026-01-14 16:31:24 +08:00