hxddh / object storage workbench
S3 toolkit
A compact product line for object storage work: list and diff large buckets, give Pi the skills and tools to diagnose S3-compatible failures, and inspect the HTTP layer when SDKs hide the details.
Storage operations flow
Storage workflow
Use s3-turbo-list when the job is “list this bucket fast” or “diff these two buckets.” Use StorageOps when Pi should diagnose an S3-compatible failure with skills and tools. Use httpmon when the important clue is below the SDK, inside real HTTP requests and responses.
s3-turbo-list
List large S3-compatible buckets fast, diff two buckets, and write Parquet rows with DiffFlag.
StorageOps
Install object-storage diagnostic skills, Pi extension tools, helper scripts, and eval cases.
httpmon
Capture real HTTP requests, responses, retries, and signing context when SDKs or CLIs hide the details.
Product thesis
One product line, two surfaces
The storage tools sit on the same operational path. s3-turbo-list creates the inventory, StorageOps turns failures into guided diagnosis inside Pi, and httpmon exposes the transport layer when signing, redirects, retries, or provider behavior need evidence. The browser extensions are intentionally smaller: a focused popup, a page enhancement, no broader platform.
Storage operations
List, diff, diagnose
Choose this when you need high-performance list or authoritative diff for large S3-compatible buckets, with Parquet output and resume support.
StorageOpsChoose this when Pi should diagnose S3-compatible failures using object-storage skills, extension tools, helper scripts, and eval-backed routing.
https-traffic-inspectorChoose this when the important clue is inside the HTTP request or response hidden by curl, aws, Python, Node, or another CLI.
Browser utilities
Small browser tools
These two tools stay intentionally narrow: one checks time, the other adds rating context where you are already reading.