Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Yongqiang YANG committed Dec 27, 2024
1 parent cb9cefb commit 9a14919
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,8 @@ protected void setProperties(Map<String, String> properties) {

String endpoint = properties.get(S3Properties.ENDPOINT);
String region = properties.get(S3Properties.REGION);
LOG.info("Endpoint: " + endpoint);
LOG.info("Region: " + region);
this.properties.put(S3Properties.REGION, PropertyConverter.checkRegion(endpoint, region, S3Properties.REGION));
}

Expand Down

0 comments on commit 9a14919

Please sign in to comment.