We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f3c709 commit 926d59fCopy full SHA for 926d59f
src/main/java/com/uid2/shared/vertx/CloudSyncVerticle.java
@@ -401,7 +401,7 @@ private void cloudDownloadBlocking(String s3Path) throws Exception {
401
downloadFailureTimer.record(java.time.Duration.ofMillis(cloudDownloadTimeMs));
402
// Be careful as the s3Path may contain the pre-signed S3 token, so do not log the whole path
403
LOGGER.error("download error: " + ex.getClass().getSimpleName());
404
- throw ex;
+ throw new CloudStorageException("Download failed");
405
}
406
407
0 commit comments