mirror of
https://github.com/nextcloud/server.git
synced 2026-06-12 10:10:49 -04:00
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
1 changed files with 1 additions and 0 deletions
|
|
@ -105,6 +105,7 @@ trait S3ObjectTrait {
|
|||
]);
|
||||
} else {
|
||||
$this->getConnection()->abortMultipartUpload($e->getState()->getId());
|
||||
throw $e;
|
||||
}
|
||||
}
|
||||
} while (!isset($result) && $tries < 5);
|
||||
|
|
|
|||
Loading…
Reference in a new issue