feat(app-assets): add file download functionality with pre-signed URLs and enhance asset management

This commit is contained in:
Harry
2026-01-15 17:19:46 +08:00
parent 33f3374ea6
commit 6bb09dc58c
8 changed files with 296 additions and 47 deletions

View File

@ -11,3 +11,7 @@ class AppAssetParentNotFoundError(BaseServiceError):
class AppAssetPathConflictError(BaseServiceError):
pass
class AppAssetNodeTooLargeError(BaseServiceError):
pass