@@ -46,7 +46,7 @@ import java.time.temporal.ChronoUnit
4646import java.util.concurrent.TimeUnit
4747import kotlin.math.min
4848
49- internal class GetPutDeleteObjectV2IT : S3TestBase () {
49+ internal class GetPutDeleteObjectIT : S3TestBase () {
5050
5151 private val s3Client: S3Client = createS3Client()
5252 private val s3ClientHttp: S3Client = createS3Client(serviceEndpointHttp)
@@ -232,7 +232,7 @@ internal class GetPutDeleteObjectV2IT : S3TestBase() {
232232 testEtagCreation(testFileName, s3ClientHttp, testInfo)
233233 }
234234
235- private fun GetPutDeleteObjectV2IT .testEtagCreation (
235+ private fun GetPutDeleteObjectIT .testEtagCreation (
236236 testFileName : String ,
237237 s3Client : S3Client ,
238238 testInfo : TestInfo
@@ -265,7 +265,7 @@ internal class GetPutDeleteObjectV2IT : S3TestBase() {
265265 testEtagCreation(testFileName, autoS3CrtAsyncClientHttp)
266266 }
267267
268- private fun GetPutDeleteObjectV2IT .testEtagCreation (
268+ private fun GetPutDeleteObjectIT .testEtagCreation (
269269 testFileName : String ,
270270 s3Client : S3AsyncClient
271271 ) {
@@ -365,7 +365,7 @@ internal class GetPutDeleteObjectV2IT : S3TestBase() {
365365 testChecksumAlgorithm(TEST_IMAGE_LARGE , checksumAlgorithm, s3Client)
366366 }
367367
368- private fun GetPutDeleteObjectV2IT .testChecksumAlgorithm (
368+ private fun GetPutDeleteObjectIT .testChecksumAlgorithm (
369369 testFileName : String ,
370370 checksumAlgorithm : ChecksumAlgorithm ,
371371 s3Client : S3Client ,
@@ -447,7 +447,7 @@ internal class GetPutDeleteObjectV2IT : S3TestBase() {
447447 testChecksumAlgorithm_async(TEST_IMAGE_LARGE , checksumAlgorithm, autoS3CrtAsyncClient)
448448 }
449449
450- private fun GetPutDeleteObjectV2IT .testChecksumAlgorithm_async (
450+ private fun GetPutDeleteObjectIT .testChecksumAlgorithm_async (
451451 testFileName : String ,
452452 checksumAlgorithm : ChecksumAlgorithm ,
453453 s3Client : S3AsyncClient ,
@@ -1038,7 +1038,7 @@ internal class GetPutDeleteObjectV2IT : S3TestBase() {
10381038 val uploadFile = File (UPLOAD_FILE_NAME )
10391039 val bucketName = givenBucket(testInfo)
10401040
1041- val s3Client = this @GetPutDeleteObjectV2IT .createS3Client(chunkedEncodingEnabled = uploadChunked)
1041+ val s3Client = this @GetPutDeleteObjectIT .createS3Client(chunkedEncodingEnabled = uploadChunked)
10421042
10431043 s3Client.putObject({
10441044 it.bucket(bucketName)
0 commit comments