Closed zombee0 closed 1 day ago
:white_check_mark: pass : 0 / 0 (0%)
:white_check_mark: pass : 0 / 0 (0%)
:white_check_mark: pass : 15 / 17 (88.24%)
path | covered_line | new_line | coverage | not_covered_line_detail | |
---|---|---|---|---|---|
:large_blue_circle: | be/src/fs/fs_s3.cpp | 8 | 10 | 80.00% | [74, 98] |
:large_blue_circle: | be/src/fs/fs_s3.h | 7 | 7 | 100.00% | [] |
Can you describe which remote access? w
Can you describe which remote access? w
let me show u code in default ClientConfiguration ctor: `ClientConfiguration::ClientConfiguration() { this->disableIMDS = false; setLegacyClientConfigurationParameters(*this); retryStrategy = InitRetryStrategy();
if (!this->disableIMDS &&
region.empty() &&
Aws::Utils::StringUtils::ToLower(Aws::Environment::GetEnv("AWS_EC2_METADATA_DISABLED").c_str()) != "true")
{
auto client = Aws::Internal::GetEC2MetadataClient();
if (client)
{
region = client->GetCurrentRegion();
}
}
if (!region.empty())
{
return;
}
region = Aws::String(Aws::Region::US_EAST_1);
setConfigFromEnvOrProfile(*this);
}`
@Mergifyio backport branch-3.4
backport branch-3.4
Why I'm doing:
What I'm doing:
Fixes #issue
What type of PR is this:
Does this PR entail a change in behavior?
If yes, please specify the type of change:
Checklist:
Bugfix cherry-pick branch check: