Skip to content

Commit 818bb27

Browse files
committed
aws 1.10.66 fix #321
1 parent aad6fd7 commit 818bb27

3 files changed

Lines changed: 3 additions & 4 deletions

File tree

coverage-report/src/test/java/org/jooby/aws/AwsFeature.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ public class AwsFeature extends ServerFeature {
1818
{
1919
use(ConfigFactory
2020
.empty()
21-
.withValue("aws.email.accessKey",
21+
.withValue("aws.ses.accessKey",
2222
ConfigValueFactory.fromAnyRef("123"))
23-
.withValue("aws.email.secretKey",
23+
.withValue("aws.ses.secretKey",
2424
ConfigValueFactory.fromAnyRef("1234"))
2525
.withValue("aws.s3.accessKey",
2626
ConfigValueFactory.fromAnyRef("123"))

jooby-aws/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
<artifactId>jooby-aws</artifactId>
1313

1414
<name>aws module</name>
15-
<description>Amazon Web Services for Jooby</description>
1615

1716
<build>
1817
<plugins>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2173,7 +2173,7 @@ org.eclipse.jdt.apt.processorOptions/defaultOverwrite=true
21732173
<commons-lang3.version>3.4</commons-lang3.version>
21742174
<snakeyaml.version>1.15</snakeyaml.version>
21752175
<spymemcached.version>2.12.0</spymemcached.version>
2176-
<aws-java-sdk.version>1.10.1</aws-java-sdk.version>
2176+
<aws-java-sdk.version>1.10.66</aws-java-sdk.version>
21772177
<commons-email.version>1.4</commons-email.version>
21782178
<jongo.version>1.2</jongo.version>
21792179
<bson4jackson.version>2.5.0</bson4jackson.version>

0 commit comments

Comments
 (0)