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 163724a commit 739fb18Copy full SHA for 739fb18
s3buildcache/src/main/kotlin/androidx/build/gradle/s3buildcache/S3StorageService.kt
@@ -106,7 +106,7 @@ class S3StorageService(
106
throw Exception("Bucket $bucketName under project $region cannot be found or is not accessible using the provided credentials")
107
}
108
} catch (e: Exception) {
109
- 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}")
110
111
112
0 commit comments