Skip to content

Commit d237756

Browse files
uncomment
Co-authored-by: Thomas Chow <[email protected]>
1 parent dff7219 commit d237756

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloud_aws/src/main/scala/ai/chronon/integrations/aws/AwsApiImpl.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class AwsApiImpl(conf: Map[String, String]) extends Api(conf) {
2222

2323
sys.env.get("AWS_DEFAULT_REGION").foreach { region =>
2424
try {
25-
builder // = builder.region(Region.of(region))
25+
builder.region(Region.of(region))
2626
} catch {
2727
case e: IllegalArgumentException =>
2828
throw new IllegalArgumentException(s"Invalid AWS region format: $region", e)

0 commit comments

Comments
 (0)