propagate multipart upload exception when aborting upload

Signed-off-by: Robin Appelman <robin@icewind.nl>
pull/6854/head
Robin Appelman 9 years ago
parent e964f83f28
commit 91b3536f45
No known key found for this signature in database
GPG Key ID: CBCA68FBAEBF98C9
  1. 1
      lib/private/Files/ObjectStore/S3ObjectTrait.php

@ -105,6 +105,7 @@ trait S3ObjectTrait {
]);
} else {
$this->getConnection()->abortMultipartUpload($e->getState()->getId());
throw $e;
}
}
} while (!isset($result) && $tries < 5);

Loading…
Cancel
Save