|
@@ -55,7 +55,6 @@ import static org.apache.hadoop.fs.s3a.Constants.PATH_STYLE_ACCESS;
|
|
|
import static org.apache.hadoop.fs.s3a.Constants.S3_ENCRYPTION_ALGORITHM;
|
|
|
import static org.apache.hadoop.fs.s3a.DefaultS3ClientFactory.ERROR_ENDPOINT_WITH_FIPS;
|
|
|
import static org.apache.hadoop.fs.s3a.S3ATestUtils.assume;
|
|
|
-import static org.apache.hadoop.fs.s3a.S3ATestUtils.assumeStoreAwsHosted;
|
|
|
import static org.apache.hadoop.fs.s3a.S3ATestUtils.removeBaseAndBucketOverrides;
|
|
|
import static org.apache.hadoop.fs.s3a.test.PublicDatasetTestUtils.DEFAULT_REQUESTER_PAYS_BUCKET_NAME;
|
|
|
import static org.apache.hadoop.io.IOUtils.closeStream;
|
|
@@ -482,7 +481,6 @@ public class ITestS3AEndpointRegion extends AbstractS3ATestBase {
|
|
|
describe("Access the test bucket using central endpoint and"
|
|
|
+ " null region, perform file system CRUD operations");
|
|
|
final Configuration conf = getConfiguration();
|
|
|
- assumeStoreAwsHosted(getFileSystem());
|
|
|
|
|
|
final Configuration newConf = new Configuration(conf);
|
|
|
|
|
@@ -505,7 +503,6 @@ public class ITestS3AEndpointRegion extends AbstractS3ATestBase {
|
|
|
public void testCentralEndpointAndNullRegionFipsWithCRUD() throws Throwable {
|
|
|
describe("Access the test bucket using central endpoint and"
|
|
|
+ " null region and fips enabled, perform file system CRUD operations");
|
|
|
- assumeStoreAwsHosted(getFileSystem());
|
|
|
|
|
|
final String bucketLocation = getFileSystem().getBucketLocation();
|
|
|
assume("FIPS can be enabled to access buckets from US or Canada endpoints only",
|