|
@@ -30,6 +30,7 @@ import org.apache.hadoop.fs.statistics.IOStatisticAssertions;
|
|
import org.apache.hadoop.fs.statistics.StreamStatisticNames;
|
|
import org.apache.hadoop.fs.statistics.StreamStatisticNames;
|
|
|
|
|
|
import static org.apache.hadoop.fs.s3a.Constants.ALLOW_REQUESTER_PAYS;
|
|
import static org.apache.hadoop.fs.s3a.Constants.ALLOW_REQUESTER_PAYS;
|
|
|
|
+import static org.apache.hadoop.fs.s3a.Constants.ENDPOINT;
|
|
import static org.apache.hadoop.fs.s3a.Constants.S3A_BUCKET_PROBE;
|
|
import static org.apache.hadoop.fs.s3a.Constants.S3A_BUCKET_PROBE;
|
|
import static org.apache.hadoop.test.LambdaTestUtils.intercept;
|
|
import static org.apache.hadoop.test.LambdaTestUtils.intercept;
|
|
|
|
|
|
@@ -43,6 +44,7 @@ public class ITestS3ARequesterPays extends AbstractS3ATestBase {
|
|
Configuration conf = super.createConfiguration();
|
|
Configuration conf = super.createConfiguration();
|
|
S3ATestUtils.removeBaseAndBucketOverrides(conf,
|
|
S3ATestUtils.removeBaseAndBucketOverrides(conf,
|
|
ALLOW_REQUESTER_PAYS,
|
|
ALLOW_REQUESTER_PAYS,
|
|
|
|
+ ENDPOINT,
|
|
S3A_BUCKET_PROBE);
|
|
S3A_BUCKET_PROBE);
|
|
return conf;
|
|
return conf;
|
|
}
|
|
}
|