diff --git a/aws/rust-runtime/aws-config/src/profile/parser/normalize.rs b/aws/rust-runtime/aws-config/src/profile/parser/normalize.rs index 74033726ce150415dc3a4ca3a39728f4fa4e0ce3..5e4b864178758f9beed7c39c622c1ce92c418cc4 100644 --- a/aws/rust-runtime/aws-config/src/profile/parser/normalize.rs +++ b/aws/rust-runtime/aws-config/src/profile/parser/normalize.rs @@ -95,7 +95,6 @@ pub fn merge_in(base: &mut ProfileSet, raw_profile_set: RawProfileSet, kind: Fil // When normalizing profiles, profiles should be merged. However, `[profile default]` and // `[default]` are considered two separate profiles. Furthermore, `[profile default]` fully // replaces any contents of `[default]`! - // for each profile in the raw set of profiles, normalize, then merge it into the base set if ignore_unprefixed_default && profile_name.name == DEFAULT && !profile_name.has_profile_prefix