Skip to content

Remove S3 PDF storage#1063

Merged
matamadio merged 2 commits into
masterfrom
remove-pdf-from-s3
May 18, 2026
Merged

Remove S3 PDF storage#1063
matamadio merged 2 commits into
masterfrom
remove-pdf-from-s3

Conversation

@arnaud-morvan
Copy link
Copy Markdown
Contributor

@arnaud-morvan arnaud-morvan commented May 18, 2026

Remove S3 caching for PDF generation.

Previously, the PDF was generated, saved to a local temp file, uploaded to S3, and served via FileResponse. On subsequent requests, the cached version was downloaded from S3 if it already existed.

The PDF is now generated on every request and streamed directly in the HTTP response.

@matamadio matamadio merged commit 0133aa3 into master May 18, 2026
1 check passed
@arnaud-morvan arnaud-morvan deleted the remove-pdf-from-s3 branch May 18, 2026 09:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants