
AWS S3 Contents
v0.1.0What's actually in your bucket, and what changed last.
AWS S3 Contents
agents
Bucket Reader
.agents/bucket-reader/
Daily Bucket Contents
0 9 * * *
1
Agents
1
Jobs
1
Depts
2
Pages
Reads the synced bucket files off disk and writes what is in there.
AWS S3 Contents
What's actually in your bucket, and what changed last.
What you get
One page, waiting for you whenever you open it. What the bucket holds, in plain words — what it's mostly for, judging by what's actually in there — followed by the twenty files that changed most recently, newest first. Not an inventory of everything: a bucket with a hundred thousand files still gets twenty rows, because what matters is what moved.
Nothing is uploaded, deleted or renamed. It only reads.
How to look at it
Open the Contents app in this cabinet. It comes pre-filled with a made-up example so you can see the shape of it straight away — the page says clearly that those files are fake. Your first real summary takes its place.
Before it can read your real bucket
Connect S3 in Cabinet's integrations screen with the access key and secret you already have, and choose a prefix. Cabinet syncs it down as ordinary files. Nothing here talks to Amazon — it reads the files after they land.
Set aside a minute for it once. After that it stays connected. Until then the page keeps showing the example.
What's inside
- Bucket Reader — the one agent. Reads the synced files, writes the summary.
- Daily Bucket Contents — the one routine. Runs at 09:00 every day.
- Contents — the one page. Opens on today, with a picker for earlier days.
$ git clone --filter=blob:none --sparse https://github.com/cabinetai/cabinets.git && cd cabinets && git sparse-checkout set aws-s3-contents