addon-object-storage-minio-s3
Installation
SKILL.md
Add-on: Object Storage (MinIO/S3)
Use this skill when the project needs durable storage for:
- original uploaded PDFs
- derived markdown/page artifacts
- JSONL artifacts
- report exports
Local dev uses MinIO; production can switch to AWS S3 (or any S3-compatible store) without changing calling code.
Inputs
Collect:
S3_BUCKET: defaultdocuments.S3_REGION: defaultus-east-1(ignored by MinIO but kept for portability).S3_ENDPOINT_URL: for MinIO, typicallyhttp://minio:9000inside compose.