{% import "_artifact_links.html" as artifact_links %} Dewey Artifact Detail {% if deployment.name and not deployment.is_production %}
{{ deployment.name|upper }}
{% endif %}
Artifact Detail

{{ artifact.original_filename or artifact.artifact_euid }}

{{ profile.email }}
Artifact EUID

{{ artifact.artifact_euid }}

Inspect the stored record, review metadata, and issue a fresh presigned download for this artifact.

{{ artifact.artifact_type or "n/a" }} {{ artifact.import_mode or "register" }} {{ artifact.storage_status or "registered" }}
{% if detail_message %}
{{ detail_message.detail }}
{% 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) }}
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.
{% if artifact_share_references %}
{% for item in artifact_share_references %} {% endfor %}
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 %}
{% else %}
No share references issued yet for this artifact.
{% endif %}

External Relations

Attached external-object links, if any.
{% if artifact_external_relations %}
{% for item in artifact_external_relations %} {% endfor %}
Relation External Object Metadata
{{ item.relation_type }} {{ item.external_object_euid }}
{{ item.metadata | tojson(indent=2) }}
{% else %}
No external relations attached to this artifact.
{% endif %}