File tree Expand file tree Collapse file tree 3 files changed +14
-14
lines changed
src/main/java/software/amazon/encryption/s3 Expand file tree Collapse file tree 3 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 41
41
<maven .compiler.target>8</maven .compiler.target>
42
42
<maven .compiler.release>8</maven .compiler.release>
43
43
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
44
- <aws .java.sdk.version>2.29.0 </aws .java.sdk.version>
44
+ <aws .java.sdk.version>2.20.162 </aws .java.sdk.version>
45
45
<aws .java.crt.version>0.31.3</aws .java.crt.version>
46
46
<com .amazonaws.version>1.12.777</com .amazonaws.version>
47
47
</properties >
Original file line number Diff line number Diff line change @@ -706,11 +706,11 @@ public Builder disableMultiRegionAccessPoints(Boolean disableMultiRegionAccessPo
706
706
return this ;
707
707
}
708
708
709
- @ Override
710
- public S3AsyncClientBuilder disableS3ExpressSessionAuth (Boolean disableS3ExpressSessionAuth ) {
711
- _disableS3ExpressSessionAuth = disableS3ExpressSessionAuth ;
712
- return this ;
713
- }
709
+ // @Override
710
+ // public S3AsyncClientBuilder disableS3ExpressSessionAuth(Boolean disableS3ExpressSessionAuth) {
711
+ // _disableS3ExpressSessionAuth = disableS3ExpressSessionAuth;
712
+ // return this;
713
+ // }
714
714
715
715
/**
716
716
* Forces this client to use path-style addressing for buckets.
@@ -791,7 +791,7 @@ public S3AsyncEncryptionClient build() {
791
791
.serviceConfiguration (_serviceConfiguration )
792
792
.accelerate (_accelerate )
793
793
.disableMultiRegionAccessPoints (_disableMultiRegionAccessPoints )
794
- .disableS3ExpressSessionAuth (_disableS3ExpressSessionAuth )
794
+ // .disableS3ExpressSessionAuth(_disableS3ExpressSessionAuth)
795
795
.forcePathStyle (_forcePathStyle )
796
796
.useArnRegion (_useArnRegion )
797
797
.crossRegionAccessEnabled (_crossRegionAccessEnabled )
Original file line number Diff line number Diff line change @@ -926,11 +926,11 @@ public Builder disableMultiRegionAccessPoints(Boolean disableMultiRegionAccessPo
926
926
*
927
927
* @param disableS3ExpressSessionAuth
928
928
*/
929
- @ Override
930
- public Builder disableS3ExpressSessionAuth (Boolean disableS3ExpressSessionAuth ) {
931
- _disableS3ExpressSessionAuth = disableS3ExpressSessionAuth ;
932
- return this ;
933
- }
929
+ // @Override
930
+ // public Builder disableS3ExpressSessionAuth(Boolean disableS3ExpressSessionAuth) {
931
+ // _disableS3ExpressSessionAuth = disableS3ExpressSessionAuth;
932
+ // return this;
933
+ // }
934
934
935
935
/**
936
936
* Forces this client to use path-style addressing for buckets.
@@ -1077,7 +1077,7 @@ public S3EncryptionClient build() {
1077
1077
.useArnRegion (_useArnRegion )
1078
1078
.httpClient (_httpClient )
1079
1079
.httpClientBuilder (_httpClientBuilder )
1080
- .disableS3ExpressSessionAuth (_disableS3ExpressSessionAuth )
1080
+ // .disableS3ExpressSessionAuth(_disableS3ExpressSessionAuth)
1081
1081
.crossRegionAccessEnabled (_crossRegionAccessEnabled )
1082
1082
.build ();
1083
1083
}
@@ -1097,7 +1097,7 @@ public S3EncryptionClient build() {
1097
1097
.useArnRegion (_useArnRegion )
1098
1098
.httpClient (_asyncHttpClient )
1099
1099
.httpClientBuilder (_asyncHttpClientBuilder )
1100
- .disableS3ExpressSessionAuth (_disableS3ExpressSessionAuth )
1100
+ // .disableS3ExpressSessionAuth(_disableS3ExpressSessionAuth)
1101
1101
.crossRegionAccessEnabled (_crossRegionAccessEnabled )
1102
1102
// TODO: Add MPU stuff here too
1103
1103
.build ();
You can’t perform that action at this time.
0 commit comments