Artifact EUID
{{ artifact.artifact_euid }}
Inspect the stored record, review metadata, and issue a fresh presigned download for this artifact.
Overview
Primary Dewey record fields and storage coordinates.
| Artifact EUID | {{ artifact_links.artifact_euid_link(artifact.artifact_euid) }} |
|---|---|
| Filename | {{ artifact.original_filename or "n/a" }} |
| Artifact Type | {{ artifact.artifact_type or "n/a" }} |
| Producer | {{ artifact.producer_system or "n/a" }} |
| Producer Object | {{ artifact.producer_object_euid or "n/a" }} |
| Created | {{ artifact.created_at }} |
| Import Mode | {{ artifact.import_mode or "register" }} |
| Availability | {{ artifact.availability_status or "n/a" }} |
| Storage URI | {{ artifact_links.artifact_storage_action(artifact.artifact_euid, artifact.storage_uri) }} |
| Source URI | {% if artifact.source_uri %} {{ artifact.source_uri }} {% else %} n/a {% endif %} |
| Bucket | {{ artifact.bucket or "n/a" }} |
| Key | {{ artifact.key or "n/a" }} |
Download
Generate a fresh presigned URL and immediately download the artifact.
Metadata
Registry metadata and checksum payload captured on the artifact record.
Checksums
{{ artifact.checksums | tojson(indent=2) }}
Metadata
{{ artifact.metadata | tojson(indent=2) }}
Share References
Most recent issued download/share records for this artifact.
| Share | Status | Expires | Access |
|---|---|---|---|
| {{ item.share_reference_euid }} | {{ item.status }} | {{ item.expires_at or "n/a" }} | {% if item.access_url %} Open {% else %} No access URL {% endif %} |
No share references issued yet for this artifact.
{% endif %}
External Relations
Attached external-object links, if any.
| Relation | External Object | Metadata |
|---|---|---|
| {{ item.relation_type }} | {{ item.external_object_euid }} | {{ item.metadata | tojson(indent=2) }} |
No external relations attached to this artifact.
{% endif %}