Can Ktor handle resumable uploads out-of-the-box? #4716
-
I need to upload files to a Google bucket, using a signed URL, where files have a maximum size of 300 MB. My client is configured with a 30s request timeout, so I've been encountering timeouts when uploading files approaching the max size. Timeouts are going to be inevitable, regardless of any reasonable timeout configuration, so the solution seems to be resumable uploads. Does Ktor have out-of-the-box support for resumable uploads? Or am I looking at this totally wrong? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Unfortunately, Ktor doesn't provide an out-of-the-box solution for resumable uploads and downloads. |
Beta Was this translation helpful? Give feedback.
Unfortunately, Ktor doesn't provide an out-of-the-box solution for resumable uploads and downloads.