Skip to content

Commit a00586c

Browse files
committed
Set the landsat-pds region to be us-west-2 to assist in tests where other regions are set
1 parent 7e12347 commit a00586c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

hadoop-tools/hadoop-aws/src/test/resources/core-site.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@
3838
<description>The endpoint for s3a://landsat-pds URLs</description>
3939
</property>
4040

41+
<property>
42+
<name>fs.s3a.bucket.landsat-pds.endpoint.region</name>
43+
<value>us-west-2</value>
44+
</property>
45+
4146
<property>
4247
<name>fs.s3a.bucket.landsat-pds.multipart.purge</name>
4348
<value>false</value>

0 commit comments

Comments
 (0)