Invoke-RestMethod loads entire files into memory, causing connection failures on 360MB+ installer files. Switch to curl which streams the upload. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Invoke-RestMethod loads entire files into memory, causing connection failures on 360MB+ installer files. Switch to curl which streams the upload. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>