trypost/app/Http/Requests/App/Asset
Paulo Castellano 005d3c9dd6 fix: stream chunked video finalize to object storage
Unicode filename encoding was correct, but large videos still died on the last chunk: the whole file was loaded into memory and uploaded to R2 via Guzzle within PHP-FPM's 30s limit. Stream non-images with writeStream and lift the time limit on finalize.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-23 10:55:57 -03:00
..
SearchRequest.php feat: complete AI assistant with custom services and brand config 2026-04-16 09:25:08 -03:00
StoreAssetFromUrlRequest.php feat: complete AI assistant with custom services and brand config 2026-04-16 09:25:08 -03:00
StoreAssetRequest.php feat(linkedin): support PDF document (carousel) posts 2026-06-24 16:32:27 -03:00
StoreChunkedAssetRequest.php fix: stream chunked video finalize to object storage 2026-07-23 10:55:57 -03:00