steveloughran commented on pull request #3133:
URL: https://github.com/apache/hadoop/pull/3133#issuecomment-867617024
The STS stuff has always needed it; look in testing.md and elsewhere for
references to the option. Maybe the SDK provided the fallback if the default
endpoint was used. That is not a regression, and all the docs discuss it.
I don't want to fix that here as its clearly not an issue in actual
deployments; this patch can focus on the regression
Set up your region for testing and it will go away
```
<property>
<name>fs.s3a.assumed.role.sts.endpoint</name>
<value>${sts.london.endpoint}</value>
</property>
<property>
<name>fs.s3a.assumed.role.sts.endpoint.region</name>
<value>${sts.london.region}</value>
</property>
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]