[
https://issues.apache.org/jira/browse/HADOOP-18889?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17768032#comment-17768032
]
Steve Loughran commented on HADOOP-18889:
-----------------------------------------
* pulling in HADOOP-18857 as its related
* if I ask for a nonexistent bucket right now and i've set a region, then the
operation fails fast
```
<property>
<name>fs.s3a.bucket.nonexistent-bucket-example.access.key</name>
<value>0E264A0F-7A53-4102-9B2D-8E5F4A277CBC</value>
</property>
<property>
<name>fs.s3a.bucket.nonexistent-bucket-example.secret.key</name>
<value>BF8CD5FC-945A-42C1-ABDF-42915EE0DCE1</value>
</property>
<property>
<name>fs.s3a.bucket.nonexistent-bucket-example.endpoint.region</name>
<value>internal</value>
</property>
```
but remove that region and odd things happen
> S3A: V2 SDK client does not work with third-party store
> -------------------------------------------------------
>
> Key: HADOOP-18889
> URL: https://issues.apache.org/jira/browse/HADOOP-18889
> Project: Hadoop Common
> Issue Type: Sub-task
> Components: fs/s3
> Affects Versions: 3.4.0
> Reporter: Steve Loughran
> Assignee: Steve Loughran
> Priority: Critical
>
> testing against an external store without specifying region now blows up
> because the region is queried off eu-west-1.
> What are we do to here? require the region setting *which wasn't needed
> before? what even region do we provide for third party stores?
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]