Skip to content

Commit aedb59c

Browse files
committed
Added metadata info about the storage path
1 parent 8583b9f commit aedb59c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/mardi_fdo_server.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,9 @@ def to_fdo_publication(qid: str, entity: Dict[str, Any]) -> Dict[str, Any]:
118118
"@id": access_pdf_id,
119119
"accessURL": pdf_url,
120120
"mediaType": "application/pdf",
121+
"originalFilename": f"arxiv_1234.{qid}.pdf",
122+
"componentId": f"doip:bitstream/{qid}/{qid}_fulltext.pdf",
123+
"s3Key": f"{qid}/{qid}_fulltext.pdf",
121124
}
122125
)
123126

0 commit comments

Comments
 (0)