dify/api/core/sandbox/storage
Harry 806016244f refactor(storage): integrate SilentStorage for improved file handling
- Replaced direct storage references with SilentStorage in various components to enhance fallback mechanisms.
- Updated storage key formats for sandbox archives and files to improve clarity and consistency.
- Refactored related classes and methods to utilize the new SandboxFilePath structure.
- Adjusted unit tests to reflect changes in the StorageTicket model and its serialization methods.
2026-01-30 02:36:18 +08:00
..
__init__.py refactor(storage): integrate SilentStorage for improved file handling 2026-01-30 02:36:18 +08:00
archive_storage.py refactor(storage): integrate SilentStorage for improved file handling 2026-01-30 02:36:18 +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): integrate SilentStorage for improved file handling 2026-01-30 02:36:18 +08:00
sandbox_storage.py feat: sandbox storage 2026-01-14 16:31:24 +08:00