S3 Bucket Grid
Every S3 bucket with size, encryption, versioning, public-access-block and storage-class split.
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
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-grid-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-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.