File tree Expand file tree Collapse file tree 6 files changed +12
-22
lines changed
http-clients/url-connection-client
src/it/java/software/amazon/awssdk/services/s3/urlconnection Expand file tree Collapse file tree 6 files changed +12
-22
lines changed Original file line number Diff line number Diff line change 6060 <artifactId >junit-vintage-engine</artifactId >
6161 <scope >test</scope >
6262 </dependency >
63- <dependency >
64- <groupId >software.amazon.awssdk</groupId >
65- <artifactId >s3</artifactId >
66- <version >${awsjavasdk.version} </version >
67- <scope >test</scope >
68- </dependency >
69- <dependency >
70- <artifactId >service-test-utils</artifactId >
71- <groupId >software.amazon.awssdk</groupId >
72- <version >${awsjavasdk.version} </version >
73- <scope >test</scope >
74- </dependency >
7563 <dependency >
7664 <groupId >org.assertj</groupId >
7765 <artifactId >assertj-core</artifactId >
8371 <version >${awsjavasdk.version} </version >
8472 <scope >test</scope >
8573 </dependency >
86- <dependency >
87- <groupId >software.amazon.awssdk</groupId >
88- <artifactId >regions</artifactId >
89- <version >${awsjavasdk.version} </version >
90- <scope >test</scope >
91- </dependency >
9274 <dependency >
9375 <groupId >software.amazon.awssdk</groupId >
9476 <artifactId >test-utils</artifactId >
Original file line number Diff line number Diff line change 110110 <artifactId >checksums-spi</artifactId >
111111 <version >${awsjavasdk.version} </version >
112112 </dependency >
113+ <dependency >
114+ <groupId >software.amazon.awssdk</groupId >
115+ <artifactId >url-connection-client</artifactId >
116+ <version >${awsjavasdk.version} </version >
117+ <scope >test</scope >
118+ </dependency >
113119 <dependency >
114120 <groupId >software.amazon.awssdk.crt</groupId >
115121 <artifactId >aws-crt</artifactId >
Original file line number Diff line number Diff line change 1313 * permissions and limitations under the License.
1414 */
1515
16- package software .amazon .awssdk .http .urlconnection ;
16+ package software .amazon .awssdk .services . s3 .urlconnection ;
1717
1818import static org .assertj .core .api .Assertions .assertThat ;
1919import static software .amazon .awssdk .testutils .service .S3BucketUtils .temporaryBucketName ;
Original file line number Diff line number Diff line change 1313 * permissions and limitations under the License.
1414 */
1515
16- package software .amazon .awssdk .http .urlconnection ;
16+ package software .amazon .awssdk .services . s3 .urlconnection ;
1717
1818import static org .assertj .core .api .Assertions .assertThat ;
1919import static org .junit .jupiter .api .Assertions .assertThrows ;
Original file line number Diff line number Diff line change 1313 * permissions and limitations under the License.
1414 */
1515
16- package software .amazon .awssdk .http .urlconnection ;
16+ package software .amazon .awssdk .services . s3 .urlconnection ;
1717
1818import static org .assertj .core .api .Assertions .assertThat ;
1919import static software .amazon .awssdk .testutils .service .AwsTestBase .CREDENTIALS_PROVIDER_CHAIN ;
3434import software .amazon .awssdk .core .sync .RequestBody ;
3535import software .amazon .awssdk .http .SdkHttpHeaders ;
3636import software .amazon .awssdk .http .SdkHttpRequest ;
37+ import software .amazon .awssdk .http .urlconnection .UrlConnectionHttpClient ;
3738import software .amazon .awssdk .regions .Region ;
3839import software .amazon .awssdk .services .s3 .S3Client ;
3940import software .amazon .awssdk .services .s3 .S3ClientBuilder ;
Original file line number Diff line number Diff line change 1313 * permissions and limitations under the License.
1414 */
1515
16- package software .amazon .awssdk .http .urlconnection ;
16+ package software .amazon .awssdk .services . s3 .urlconnection ;
1717
1818import java .util .Iterator ;
1919import java .util .List ;
2020import org .junit .jupiter .api .BeforeAll ;
21+ import software .amazon .awssdk .http .urlconnection .UrlConnectionHttpClient ;
2122import software .amazon .awssdk .regions .Region ;
2223import software .amazon .awssdk .services .s3 .S3Client ;
2324import software .amazon .awssdk .services .s3 .S3ClientBuilder ;
You can’t perform that action at this time.
0 commit comments