Features Pricing Catalog Docs Demos About Sign in Start free
AWS

S3 Tree

Browseable folder-tree view of an S3 bucket with per-prefix size and object-count rollups.

Tier Explorer
Category Data & Storage
Refresh
Scope regional
Live preview — demo data

What this pane shows

A folder-style explorer of a selected S3 bucket: each prefix shows the cumulative size and object count of everything underneath it. Useful for finding the prefix that's responsible for most of a bucket's growth without trawling through individual objects.

Key use cases

  • Find the prefix driving most of a bucket's storage cost.
  • Audit folder-structure conventions across teams.
  • Investigate a single bucket's growth pattern without scanning millions of keys.
  • Identify which prefixes can move to a cheaper storage class.

How to embed

Drop this snippet on any HTML page that loads lp-embed.js. The pane mounts itself wherever the matching <div> is in the DOM.

<div class="lp-s3-tree-panel"
     data-lp-account="<your-account-alias>"></div>
<script src="https://lightpane.io/embed/lp-embed.js"
        data-lp-key="<your-access-key>"></script>
<script src="https://lightpane.io/_pane-tests/aws/s3-tree/s3-tree.js"
        defer></script>

Tier

Available on Explorer and above.

Build notes

Mock-only at the moment — live-wiring tracked in the roadmap.