Happy Anniversary, SchullTech! 🎉
Today we celebrate the vision, the innovation, and the incredible people who make it all possible. From bold ideas to real impact, every milestone has shaped our journey.
Here’s to pushing boundaries, building smarter solutions, and
I tried reducing chunks to 3MB (which becomes ~4.6MB) — and it works! But now the complete upload fails because AWS wants each part (except the last) to be at least 5MB 🤧
So yeah… skill issues 😅 I’ll go again tomorrow!
Spent the whole day trying to implement multipart uploads of large video files to an S3 bucket. It’s been a ride really
The flow:
1. Start the upload → get upload_id
2. Upload file parts
3. Complete upload → get file URL
On the frontend, I split a video file into 5MB chunks and convert each to base64 (which bumps size by ~33%). So 5MB becomes ~7MB, that throws error 403 “content too large”
I’ve been learning and building for a while now, but I’ve never really shared my journey here. Starting now!!
I’ll be posting about what I’m learning, building, and figuring out as I go.
If you’re on a similar path, let’s connect!