We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a64828 commit 26dc485Copy full SHA for 26dc485
1 file changed
core/src/main/java/com/cloud/storage/template/S3TemplateDownloader.java
@@ -218,12 +218,10 @@ public void progressChanged(ProgressEvent progressEvent) {
218
} catch (InterruptedException e) {
219
errorString = "Interruption occurred while waiting for upload of " + downloadUrl + " to complete";
220
logger.warn(errorString);
221
-
222
status = Status.UNRECOVERABLE_ERROR;
223
} catch (Exception e) {
224
errorString = "S3 upload failed for " + downloadUrl + ": " + e.getMessage();
225
logger.warn(errorString, e);
226
227
228
}
229
0 commit comments