forked from 0xWheatyz/SPARC
Document patent PDF volume mount requirement and evaluate S3/MinIO for containerized storage #561
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Roadmap item: P2 Backend — Patent PDF storage
Patent PDFs are currently saved to a local patents/ directory. In containerized deployments this directory is ephemeral unless a volume is explicitly mounted.
Work Required:
Acceptance Criteria:
Reference: ROADMAP.md P2 Backend — Patent PDF storage
Triage update: Added
docscategory label. Assigned to AI-Engineer for documentation work.[Repo Manager] This issue is already resolved.
SPARC/storage.py(171 lines) implements a storage abstraction with local filesystem and S3/MinIO backends, selectable viaSTORAGE_BACKENDenvironment variable. Closing as complete.