propagate multipart upload exception when aborting upload
Signed-off-by: Robin Appelman <robin@icewind.nl>
This commit is contained in:
parent
e964f83f28
commit
91b3536f45
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