|
15 | 15 |
|
16 | 16 | package software.amazon.awssdk.services.s3.regression; |
17 | 17 |
|
18 | | -import static software.amazon.awssdk.services.s3.regression.S3ChecksumsTestUtils.assumeNotAccelerateWithArnType; |
19 | | -import static software.amazon.awssdk.services.s3.regression.S3ChecksumsTestUtils.assumeNotAccelerateWithEoz; |
20 | | -import static software.amazon.awssdk.services.s3.regression.S3ChecksumsTestUtils.assumeNotAccelerateWithPathStyle; |
21 | 18 | import static software.amazon.awssdk.services.s3.regression.S3ChecksumsTestUtils.assumeNotAccessPointWithPathStyle; |
22 | 19 | import static software.amazon.awssdk.services.s3.regression.S3ChecksumsTestUtils.makeAsyncClient; |
23 | 20 | import static software.amazon.awssdk.services.s3.regression.S3ChecksumsTestUtils.makeSyncClient; |
@@ -50,9 +47,6 @@ public class ControlPlaneOperationRegressionTesting extends BaseS3RegressionTest |
50 | 47 | @MethodSource("testConfigs") |
51 | 48 | void deleteObject(TestConfig config) throws Exception { |
52 | 49 | assumeNotAccessPointWithPathStyle(config); |
53 | | - assumeNotAccelerateWithPathStyle(config); |
54 | | - assumeNotAccelerateWithArnType(config); |
55 | | - assumeNotAccelerateWithEoz(config); |
56 | 50 |
|
57 | 51 | LOG.debug(() -> "Running deleteObject with config: " + config.toString()); |
58 | 52 |
|
@@ -83,8 +77,6 @@ void deleteObject(TestConfig config) throws Exception { |
83 | 77 | @MethodSource("testConfigs") |
84 | 78 | void restoreObject(TestConfig config) throws Exception { |
85 | 79 | assumeNotAccessPointWithPathStyle(config); |
86 | | - assumeNotAccelerateWithPathStyle(config); |
87 | | - assumeNotAccelerateWithArnType(config); |
88 | 80 |
|
89 | 81 | Assumptions.assumeFalse(config.getBucketType() == BucketType.EOZ, |
90 | 82 | "Restore is not supported for S3 Express"); |
|
0 commit comments