We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bab71a commit a5aaaebCopy full SHA for a5aaaeb
src/op/base_op.cpp
@@ -53,7 +53,8 @@ bool BaseOp::UseDefaultDomain() const{
53
if (m_config && m_config->GetSetIntranetOnce() && m_config->IsUseIntranet() && !m_config->GetIntranetAddr().empty()
54
|| CosSysConfig::IsUseIntranet() && !CosSysConfig::GetIntranetAddr().empty()
55
|| (!m_config->GetDestDomain().empty())
56
- || !CosSysConfig::GetDestDomain().empty()) {
+ || !CosSysConfig::GetDestDomain().empty()
57
+ || m_config->GetRegion().compare("accelerate") == 0) {
58
return false;
59
}
60
return true;
0 commit comments