Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit 4650bbd

Browse files
committed
Add comments for the next poor sap.
1 parent f4ca46b commit 4650bbd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/scala/com/audienceproject/spark/dynamodb/connector/DynamoConnector.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ private[dynamodb] trait DynamoConnector {
8282
.withEndpointConfiguration(new EndpointConfiguration(endpoint, chosenRegion))
8383
.build()
8484
}).getOrElse(
85+
// STS without an endpoint will sign from the region, but use the global endpoint
8586
AWSSecurityTokenServiceClientBuilder
8687
.standard()
8788
.withCredentials(new DefaultAWSCredentialsProviderChain)

0 commit comments

Comments
 (0)