Artifact EUID
{{ artifact.artifact_euid }}
{% if artifact.storage_kind == "prefix" %} Inspect the registered Dewey hierarchy node, review its metadata, and follow its S3 location. {% else %} Inspect the stored record, review metadata, and issue a fresh presigned download for this artifact. {% endif %}
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, artifact.storage_kind, artifact.storage_console_url) }} |
| Storage Kind | {{ artifact.storage_kind or "object" }} |
| Node Kind | {{ artifact.node_kind or "file" }} |
| Terminal | {{ "yes" if artifact.is_terminal else "no" }} |
| S3 Console |
{% if artifact.storage_console_url %}
Open In Console
{% if artifact.storage_backend == "s3" %}
Browse In Explorer
{% endif %}
{% else %}
n/a
{% endif %}
|
| 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.
Hierarchy
Immediate Dewey parent and child relationships for this artifact node.
Parents
{% if artifact_parents %}
| Artifact | Kind | Storage |
|---|---|---|
|
{{ artifact_links.artifact_euid_link(item.artifact_euid) }}
{{ item.original_filename or item.storage_uri }}
|
{{ item.node_kind or item.artifact_type or "n/a" }} | {{ artifact_links.artifact_storage_action(item.artifact_euid, item.storage_uri, item.storage_kind, item.storage_console_url) }} |
No parent hierarchy nodes.
{% endif %}
Children
{% if artifact_children %}
| Artifact | Kind | Storage |
|---|---|---|
|
{{ artifact_links.artifact_euid_link(item.artifact_euid) }}
{{ item.original_filename or item.storage_uri }}
|
{{ item.node_kind or item.artifact_type or "n/a" }} | {{ artifact_links.artifact_storage_action(item.artifact_euid, item.storage_uri, item.storage_kind, item.storage_console_url) }} |
No child hierarchy nodes.
{% endif %}
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.
Prefix nodes do not issue direct file share references.
{% elif artifact_share_references %}
| 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 %}