Skip to content

Commit 020bd96

Browse files
tllaudaraphkim
andauthored
fix(aws-android-sdk-polly): use correct SignerConfig in all regions (#2505)
Co-authored-by: Raphael Kim <[email protected]>
1 parent 16e95c7 commit 020bd96

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

aws-android-sdk-core/src/main/java/com/amazonaws/internal/config/InternalConfig.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,8 @@ private static Map<String, SignerConfig> getDefaultServiceRegionSigners() {
152152
ret.put("s3/eu-west-2", new SignerConfig("AWSS3V4SignerType"));
153153
ret.put("lex/eu-central-1", new SignerConfig("AmazonLexV4Signer"));
154154
ret.put("lex/cn-north-1", new SignerConfig("AmazonLexV4Signer"));
155+
ret.put("polly/eu-central-1", new SignerConfig("AmazonPollyCustomPresigner"));
156+
ret.put("polly/cn-north-1", new SignerConfig("AmazonPollyCustomPresigner"));
155157
return ret;
156158
}
157159

0 commit comments

Comments
 (0)