We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cee8c62 commit a6ebc42Copy full SHA for a6ebc42
hadoop-tools/hadoop-aws/src/test/java/org/apache/hadoop/fs/s3a/ITestS3ARequesterPays.java
@@ -30,6 +30,7 @@
30
import org.apache.hadoop.fs.statistics.StreamStatisticNames;
31
32
import static org.apache.hadoop.fs.s3a.Constants.ALLOW_REQUESTER_PAYS;
33
+import static org.apache.hadoop.fs.s3a.Constants.ENDPOINT;
34
import static org.apache.hadoop.fs.s3a.Constants.S3A_BUCKET_PROBE;
35
import static org.apache.hadoop.test.LambdaTestUtils.intercept;
36
@@ -43,6 +44,7 @@ protected Configuration createConfiguration() {
43
44
Configuration conf = super.createConfiguration();
45
S3ATestUtils.removeBaseAndBucketOverrides(conf,
46
ALLOW_REQUESTER_PAYS,
47
+ ENDPOINT,
48
S3A_BUCKET_PROBE);
49
return conf;
50
}
0 commit comments