aws-sdk-java-v2
aws-sdk-java-v2 copied to clipboard
Moves HTTP URLConnectionClient S3 integration tests to separate module
Motivation and Context
The http client modules should not depend on specific AWS Services; it breaks the architecture of the SDK and may cause issues with direct and transitive dependencies that can lead to circular dependencies
Example: the new IMDS client which is stopped from depending on the url-connection-client because regions depend on imds and the url connection client has a transitive dependency on regions.
Modifications
Created a new integration test module under test
. Suggestions for better names are welcome!
Testing
Compilation and tests successful in new module.
Kudos, SonarCloud Quality Gate passed!
0 Bugs
0 Vulnerabilities
0 Security Hotspots
0 Code Smells
No Coverage information
0.0% Duplication