|
|
|
Show HN: Cloud file conversion security model (S3-only, 24h retention)
(docpose.cloud)
|
|
2 points
by maniazi83
119 days ago
|
|
Hi HN — I’m building Docpose.cloud (online file conversion + API). File processing is a trust problem, so I wrote a security + processing architecture page that explains exactly how files move through the system. Highlights: S3-only pipeline: workers read from object storage and write results back No permanent local disk persistence on workers Source files deleted immediately after processing Converted files expire after 24 hours by default Operational logs kept up to 30 days (metadata only, no file contents) I’m posting this because security questions come up every time someone evaluates file-processing infrastructure. Feedback welcome — especially on what you’d want clarified for a vendor security review. |
|
Our default model is:
Source deleted immediately after processing
Converted output expires after 24h
Logs retained up to 30 days (metadata only)
No file contents stored in logs
If anyone here runs file-processing infrastructure, I’d genuinely love to know — what retention window do you consider reasonable for this category?