Upgrade to aws-java-sdk-s3 1.11.18

Remove deprecated V4 configuration which is now default.
pull/141/merge
Andrew Gaul 2016-07-14 14:14:06 -07:00
rodzic dcf56c3dba
commit 6ecd8d789f
2 zmienionych plików z 1 dodań i 4 usunięć

Wyświetl plik

@ -284,7 +284,7 @@
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-s3</artifactId>
<version>1.10.76</version>
<version>1.11.18</version>
<scope>test</scope>
<exclusions>
<exclusion>

Wyświetl plik

@ -80,9 +80,6 @@ public final class S3AwsSdkTest {
System.setProperty(
SDKGlobalConfiguration.DISABLE_CERT_CHECKING_SYSTEM_PROPERTY,
"true");
System.setProperty(
SDKGlobalConfiguration.ENFORCE_S3_SIGV4_SYSTEM_PROPERTY,
"true");
disableSslVerification();
}