Filestack\UploadProcessor::processChunks
Process the chunks of a part the file to server.
Signature
protected function processChunks(
$part,
array
$chunks )
Parameters
$part
—
object
- the part to process
$chunks
—
array
- the chunks of part to process
Returns
- Promises
- to send Asyncronously to s3
Errors/Exceptions
-
FilestackException
- if API call fails
Test Coverage
Information
- Coverage: / Lines (%)
- Tests: 0
- Passed: 0 (0%)