Browse Before Registering
Walk raw S3 prefixes and inspect Dewey lineage in one place
This explorer can navigate registered and unregistered S3 prefixes, show which entries are already known to Dewey, and render the current artifact hierarchy as a DAG.
Open Explorer
Enter any S3 bucket or prefix. If the selected prefix is already registered in Dewey, its hierarchy graph loads automatically.
S3 Directory Browser
Navigate prefixes directly, even when they have not been registered as Dewey artifacts yet.
Current Prefix Is Registered
{{ artifact_links.artifact_euid_link(browse_result.current_artifact.artifact_euid) }}
{{ browse_result.current_artifact.original_filename or browse_result.current_artifact.storage_uri }}
| Kind | Name | Dewey | Actions |
|---|---|---|---|
| prefix |
{{ item.label }}
{{ item.storage_uri }}
|
{% if item.registered_artifact %} {{ artifact_links.artifact_euid_link(item.registered_artifact.artifact_euid) }} {% else %} not registered {% endif %} | |
| {{ item.artifact_type or "object" }} |
{{ item.label }}
{{ item.size_human or "size n/a" }}{% if item.storage_class %} ยท {{ item.storage_class }}{% endif %}
|
{% if item.registered_artifact %} {{ artifact_links.artifact_euid_link(item.registered_artifact.artifact_euid) }} {% else %} not registered {% endif %} | |
|
No prefixes or objects were found under this S3 location.
|
|||
Enter an S3 URI above to start browsing.
{% endif %}
Hierarchy DAG
Registered artifact lineage renders here. When the current prefix is not registered, the panel falls back to a directory sketch of the current browse scope.
Selected Node
Click a node in the graph to inspect Dewey and storage details.
Select a graph node to inspect it here.