We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 820a59d commit aa82932Copy full SHA for aa82932
aws/src/main/java/org/apache/iceberg/aws/s3/S3FileIO.java
@@ -424,7 +424,7 @@ public PrefixedS3Client clientForStoragePath(String storagePath) {
424
client = s3ClientCache().getIfPresent(matchingPrefix);
425
426
Preconditions.checkState(
427
- null != client, "S3 client for storage path not available: %s", storagePath);
+ null != client, "[BUG] S3 client for storage path not available: %s", storagePath);
428
return client;
429
}
430
0 commit comments