Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

能否参考AWS在Client中增加EndpointResolver #612

Open
Yangxing1995 opened this issue Dec 4, 2023 · 2 comments
Open

能否参考AWS在Client中增加EndpointResolver #612

Yangxing1995 opened this issue Dec 4, 2023 · 2 comments

Comments

@Yangxing1995
Copy link

背景:一些公司限制外部域名,内部使用时,要把这些域名换成内部域名。

该SDK中buildRequestWithSigner的解析endpoint步骤过于分散。
希望实现一个接口包含解析endpint方法,client能设置这个接口,在buildRequestWithSigner调用这个接口。把buildRequestWithSigner的解析endpoint步骤作为默认接口。

@JacksonTian
Copy link
Contributor

建议是使用代理去解决这个问题。

@Yangxing1995
Copy link
Author

建议是使用代理去解决这个问题。

确实,一些云厂商接口还把host加到签名里了,还是通过代理改动小一点

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants