hxddh / object storage workbench
Tools for S3 operations.
A focused set of tools for the practical side of object storage: list and diff large buckets, diagnose S3-compatible failures with Pi, and inspect the HTTP layer when SDKs hide the details.
Storage operations flow
List, diff, diagnose, inspect.
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
The storage tools are adjacent on purpose.
s3-turbo-list handles the inventory primitive: list and diff S3-compatible buckets, then write data you can query. StorageOps handles the diagnostic primitive: give Pi object-storage skills, tools, helper scripts, and evals. httpmon handles the transport primitive: inspect real HTTP traffic when signing, redirects, retries, or provider behavior matter.
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