Skip to content

Commit df6880e

Browse files
committed
Revert "Changes document error root definition for XML based errors to same as AWS S1, so that errors are fully parsed. This change also adds honoring endpoint overrides for the S3 Control client."
This reverts commit e4cbcb9.
1 parent 0ca7a09 commit df6880e

File tree

6 files changed

+1
-176
lines changed

6 files changed

+1
-176
lines changed

.changes/2.14.21.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,6 @@
1717
"category": "AWS CodeStar connections",
1818
"description": "New integration with the GitHub provider type."
1919
},
20-
{
21-
"type": "bugfix",
22-
"category": "AWS S3 Control",
23-
"description": "Changes document error root definition for XML based errors to same as AWS S3, so that errors are fully parsed."
24-
},
2520
{
2621
"type": "feature",
2722
"category": "AWS SDK for Java v2",

CHANGELOG.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@
77
- ### Features
88
- AWS Elemental MediaLive now supports batch operations, which allow users to start, stop, and delete multiple MediaLive resources with a single request.
99

10-
## __AWS S3 Control__
11-
- ### Bugfixes
12-
- Changes document error root definition for XML based errors to same as AWS S3, so that errors are fully parsed.
13-
1410
## __AWS SDK for Java v2__
1511
- ### Features
1612
- Updated service endpoint metadata.

services/s3control/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,5 @@
7878
<version>${awsjavasdk.version}</version>
7979
<scope>test</scope>
8080
</dependency>
81-
<dependency>
82-
<groupId>com.github.tomakehurst</groupId>
83-
<artifactId>wiremock</artifactId>
84-
<scope>test</scope>
85-
</dependency>
8681
</dependencies>
8782
</project>

services/s3control/src/main/resources/codegen-resources/customization.config

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,5 @@
33
"customResponseMetadata": {
44
"EXTENDED_REQUEST_ID": "x-amz-id-2",
55
"REQUEST_ID": "x-amz-request-id"
6-
},
7-
"customProtocolFactoryFqcn": "software.amazon.awssdk.protocols.xml.AwsS3ProtocolFactory"
6+
}
87
}

services/s3control/src/test/java/software/amazon/awssdk/services/s3control/functionaltests/CreateJobFunctionalTest.java

Lines changed: 0 additions & 127 deletions
This file was deleted.

services/s3control/src/test/resources/log4j.properties

Lines changed: 0 additions & 33 deletions
This file was deleted.

0 commit comments

Comments
 (0)