Skip to content

Commit

Permalink
Print error message when validation fails
Browse files Browse the repository at this point in the history
  • Loading branch information
oheyadam committed Feb 8, 2024
1 parent 163724a commit 739fb18
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ class S3StorageService(
throw Exception("Bucket $bucketName under project $region cannot be found or is not accessible using the provided credentials")
}
} catch (e: Exception) {
logger.warn("Couldn't validate S3 client config. This may be due to a connection error")
logger.warn("Couldn't validate S3 client config: ${e.message}")
}
}

Expand Down

0 comments on commit 739fb18

Please sign in to comment.