aws-sdk-java-v2
aws-sdk-java-v2 copied to clipboard
cleaning up url connection http client dependencies
Motivation and Context
Moving the only integration test to the S3 module removes several dependencies on modules and decreases the risk of circular dependencies. An HTTP client should not need dependencies on a specific service, nor knowledge of AWS regions.
Modifications
- Moved the integration test
- Removed the integration test folder
- Removed dependencies on S3, service test utils and regions