We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
在调用ObsClient.CreateSignedUrl这个方法的时候如何能返回obs已经绑定的域名, 而不是obs的自有域名。
比如: 现在返回的是:https://xxx.obs.cn-north-4.myhuaweicloud.com/test.png?xxx=xxx&Expires=1642006073&Signature=xxx 理想的返回的结果应该是 :https://img.xxx.com/test.png?xxx=xxx&Expires=1642006073&Signature=xxx
The text was updated successfully, but these errors were encountered:
该功能是支持的。
obsClient, err := obs.New(ak, sk, "img.xxx.com", obs.WithCustomDomainName(true))
Sorry, something went wrong.
No branches or pull requests
在调用ObsClient.CreateSignedUrl这个方法的时候如何能返回obs已经绑定的域名, 而不是obs的自有域名。
比如:
现在返回的是:https://xxx.obs.cn-north-4.myhuaweicloud.com/test.png?xxx=xxx&Expires=1642006073&Signature=xxx
理想的返回的结果应该是 :https://img.xxx.com/test.png?xxx=xxx&Expires=1642006073&Signature=xxx
The text was updated successfully, but these errors were encountered: