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 60
60
<artifactId >junit-vintage-engine</artifactId >
61
61
<scope >test</scope >
62
62
</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 >
75
63
<dependency >
76
64
<groupId >org.assertj</groupId >
77
65
<artifactId >assertj-core</artifactId >
83
71
<version >${awsjavasdk.version} </version >
84
72
<scope >test</scope >
85
73
</dependency >
86
- <dependency >
87
- <groupId >software.amazon.awssdk</groupId >
88
- <artifactId >regions</artifactId >
89
- <version >${awsjavasdk.version} </version >
90
- <scope >test</scope >
91
- </dependency >
92
74
<dependency >
93
75
<groupId >software.amazon.awssdk</groupId >
94
76
<artifactId >test-utils</artifactId >
Original file line number Diff line number Diff line change 110
110
<artifactId >checksums-spi</artifactId >
111
111
<version >${awsjavasdk.version} </version >
112
112
</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 >
113
119
<dependency >
114
120
<groupId >software.amazon.awssdk.crt</groupId >
115
121
<artifactId >aws-crt</artifactId >
Original file line number Diff line number Diff line change 13
13
* permissions and limitations under the License.
14
14
*/
15
15
16
- package software .amazon .awssdk .http .urlconnection ;
16
+ package software .amazon .awssdk .services . s3 .urlconnection ;
17
17
18
18
import static org .assertj .core .api .Assertions .assertThat ;
19
19
import static software .amazon .awssdk .testutils .service .S3BucketUtils .temporaryBucketName ;
Original file line number Diff line number Diff line change 13
13
* permissions and limitations under the License.
14
14
*/
15
15
16
- package software .amazon .awssdk .http .urlconnection ;
16
+ package software .amazon .awssdk .services . s3 .urlconnection ;
17
17
18
18
import static org .assertj .core .api .Assertions .assertThat ;
19
19
import static org .junit .jupiter .api .Assertions .assertThrows ;
Original file line number Diff line number Diff line change 13
13
* permissions and limitations under the License.
14
14
*/
15
15
16
- package software .amazon .awssdk .http .urlconnection ;
16
+ package software .amazon .awssdk .services . s3 .urlconnection ;
17
17
18
18
import static org .assertj .core .api .Assertions .assertThat ;
19
19
import static software .amazon .awssdk .testutils .service .AwsTestBase .CREDENTIALS_PROVIDER_CHAIN ;
34
34
import software .amazon .awssdk .core .sync .RequestBody ;
35
35
import software .amazon .awssdk .http .SdkHttpHeaders ;
36
36
import software .amazon .awssdk .http .SdkHttpRequest ;
37
+ import software .amazon .awssdk .http .urlconnection .UrlConnectionHttpClient ;
37
38
import software .amazon .awssdk .regions .Region ;
38
39
import software .amazon .awssdk .services .s3 .S3Client ;
39
40
import software .amazon .awssdk .services .s3 .S3ClientBuilder ;
Original file line number Diff line number Diff line change 13
13
* permissions and limitations under the License.
14
14
*/
15
15
16
- package software .amazon .awssdk .http .urlconnection ;
16
+ package software .amazon .awssdk .services . s3 .urlconnection ;
17
17
18
18
import java .util .Iterator ;
19
19
import java .util .List ;
20
20
import org .junit .jupiter .api .BeforeAll ;
21
+ import software .amazon .awssdk .http .urlconnection .UrlConnectionHttpClient ;
21
22
import software .amazon .awssdk .regions .Region ;
22
23
import software .amazon .awssdk .services .s3 .S3Client ;
23
24
import software .amazon .awssdk .services .s3 .S3ClientBuilder ;
You can’t perform that action at this time.
0 commit comments