Skip to content

Commit

Permalink
fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
zhouaoe committed Dec 4, 2024
1 parent dc5fee2 commit 99f63ea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ public void initialize(URI uri, Configuration conf, String user,
ossClient.setBucketAcl(bucketName, cannedACL);
statistics.incrementWriteOps(1);
}

if (StringUtils.isNotEmpty(region)) {
ossClient.setRegion(region);
LOG.debug("ossClient setRegion {}", region);
Expand Down

0 comments on commit 99f63ea

Please sign in to comment.