feat: move report artifacts to OSS storage
This commit is contained in:
@@ -255,6 +255,10 @@ class CompanyReportService:
|
||||
"filename": report.filename,
|
||||
"storage_key": outcome.artifact.storage_key,
|
||||
"sha256": outcome.artifact.sha256,
|
||||
"byte_size": outcome.artifact.byte_size,
|
||||
"mime_type": outcome.artifact.mime_type,
|
||||
"storage_provider": outcome.artifact.storage_provider,
|
||||
"bucket_alias": outcome.artifact.bucket_alias,
|
||||
"semantic_sha256": str(
|
||||
built.summary.get("semantic_sha256", "")
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user