Skip to content

Commit 1a9301a

Browse files
committed
typo
1 parent 80f0e2d commit 1a9301a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/edu/harvard/iq/dataverse/dataaccess/S3AccessIO.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1249,7 +1249,7 @@ private static S3AsyncClient getClient(String driverId) {
12491249
String s3CERegion = getConfigParamForDriver(driverId, CUSTOM_ENDPOINT_REGION, "dataverse");
12501250

12511251
if (!s3CEUrl.isEmpty()) {
1252-
logger.info("Using URL: " + s3CEUrl + " region " _+ s3CERegion);
1252+
logger.info("Using URL: " + s3CEUrl + " region " + s3CERegion);
12531253
s3CB.endpointOverride(URI.create(s3CEUrl)).region(Region.of(s3CERegion));
12541254
// ToDo: Disable SSL certificate checks if using http
12551255
}

0 commit comments

Comments
 (0)