kopia lustrzana https://github.com/gaul/s3proxy
Upgrade to aws-java-sdk-s3 1.11.18
Remove deprecated V4 configuration which is now default.pull/141/merge
rodzic
dcf56c3dba
commit
6ecd8d789f
2
pom.xml
2
pom.xml
|
@ -284,7 +284,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.amazonaws</groupId>
|
<groupId>com.amazonaws</groupId>
|
||||||
<artifactId>aws-java-sdk-s3</artifactId>
|
<artifactId>aws-java-sdk-s3</artifactId>
|
||||||
<version>1.10.76</version>
|
<version>1.11.18</version>
|
||||||
<scope>test</scope>
|
<scope>test</scope>
|
||||||
<exclusions>
|
<exclusions>
|
||||||
<exclusion>
|
<exclusion>
|
||||||
|
|
|
@ -80,9 +80,6 @@ public final class S3AwsSdkTest {
|
||||||
System.setProperty(
|
System.setProperty(
|
||||||
SDKGlobalConfiguration.DISABLE_CERT_CHECKING_SYSTEM_PROPERTY,
|
SDKGlobalConfiguration.DISABLE_CERT_CHECKING_SYSTEM_PROPERTY,
|
||||||
"true");
|
"true");
|
||||||
System.setProperty(
|
|
||||||
SDKGlobalConfiguration.ENFORCE_S3_SIGV4_SYSTEM_PROPERTY,
|
|
||||||
"true");
|
|
||||||
disableSslVerification();
|
disableSslVerification();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue