Features Pricing Catalog Docs Demos About Sign in Start free
AWS

S3 Bucket Grid

Every S3 bucket with size, encryption, versioning, public-access-block and storage-class split.

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

What this pane shows

Per-bucket: region, size (GB), object count, encryption type, versioning state, public-access-block configuration and the storage-class split (Standard / Standard-IA / Glacier / Deep Archive). Buckets out of compliance — unencrypted, public-access-block off, no versioning — are surfaced first.

Key use cases

  • Audit encryption + public-access-block compliance across buckets.
  • Find buckets where a lifecycle policy could move objects to cheaper storage.
  • Catch the bucket that suddenly grew by 100 GB last week.
  • Inventory storage-class distribution for cost-tiering analysis.

How to embed

lp.js is the single-entry loader: it injects the shared LightPane runtime (and sd-embed.css) once per page. Add this pane's own stylesheet and script; the pane mounts itself wherever the matching <div> is in the DOM.

<!-- In <head> — this pane's stylesheet -->
<link rel="stylesheet" href="https://lightpane.io/_pane-tests/aws/s3-grid/s3-grid.css">

<!-- Your access key (inline, or set window.lpEmbed.accessKey from your own JS) -->
<script>window.lpEmbed = { accessKey: "<your-access-key>" };</script>

<!-- Where the pane should appear -->
<div class="lp-s3-grid-panel" data-lp-account="<your-account-alias>"></div>

<!-- Before </body> — shared loader + this pane's script -->
<script src="https://lightpane.io/embed/lp.js"></script>
<script src="https://lightpane.io/_pane-tests/aws/s3-grid/s3-grid.js" defer></script>

Tier

Available on Explorer and above.

Build notes

Stage 1 wiring (2026-04-28): bucket inventory live via lp-fetch.js (service s3 — global, with supplementary calls for location, versioning, encryption, public-access-block)

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