feat(evidence): add S3 storage service and file_uploads model

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-03-20 03:15:37 +00:00
parent 4bbdce5123
commit c7d602cfa5
6 changed files with 176 additions and 0 deletions

View File

@@ -47,6 +47,7 @@ from .notification_config import NotificationConfig
from .notification_log import NotificationLog
from .notification import Notification
from .psa_activity_log import PsaActivityLog
from .file_upload import FileUpload
__all__ = [
"User",
@@ -108,4 +109,5 @@ __all__ = [
"NotificationLog",
"Notification",
"PsaActivityLog",
"FileUpload",
]