Merge pull request #6855 from nextcloud/s3-multipart-propagate-exception-12
[12] propagate multipart upload exception when aborting upload
This commit is contained in:
commit
4419aee908
|
@ -105,6 +105,7 @@ trait S3ObjectTrait {
|
|||
]);
|
||||
} else {
|
||||
$this->getConnection()->abortMultipartUpload($e->getState()->getId());
|
||||
throw $e;
|
||||
}
|
||||
}
|
||||
} while (!isset($result) && $tries < 5);
|
||||
|
|
Loading…
Reference in New Issue