Skip to content

feat: add direct S3 uploads with SQS-triggered CSV processing#3

Merged
etharrra merged 2 commits into
masterfrom
feat/s3-direct-upload-and-sqs-processing
May 9, 2026
Merged

feat: add direct S3 uploads with SQS-triggered CSV processing#3
etharrra merged 2 commits into
masterfrom
feat/s3-direct-upload-and-sqs-processing

Conversation

@etharrra
Copy link
Copy Markdown
Owner

@etharrra etharrra commented May 1, 2026

This adds a new S3-based upload flow where the browser uploads CSV files directly to S3 using a presigned URL, and S3 upload-complete notifications delivered through SQS trigger the existing Laravel CSV processing pipeline. It also introduces the supporting presign endpoint, S3-aware file records, the SQS poller command, and Docker supervision for the new background process.

This adds a new S3-based upload flow where the browser uploads CSV files directly to S3 using a presigned URL, and S3 upload-complete notifications delivered through SQS trigger the existing Laravel CSV processing pipeline. It also introduces the supporting presign endpoint, S3-aware file records, the SQS poller command, and Docker supervision for the new background process.
@etharrra etharrra self-assigned this May 1, 2026
@etharrra etharrra marked this pull request as ready for review May 9, 2026 08:32
@etharrra etharrra merged commit caea6b7 into master May 9, 2026
1 check passed
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.

1 participant