Loading CHANGELOG.next.toml +6 −0 Original line number Diff line number Diff line Loading @@ -116,3 +116,9 @@ a version bump in all of them, but this should not be relied upon. references = ["smithy-rs#1540"] meta = { "breaking" = false, "tada" = false, "bug" = false } author = "jdisanti" [[aws-sdk-rust]] message = "Remove warning for valid IMDS provider use-case" references = ["smithy-rs#1559", "aws-sdk-rust#582"] meta = { "breaking" = false, "tada" = false, "bug" = true } author = "jdisanti" aws/rust-runtime/aws-config/src/imds/credentials.rs +0 −3 Original line number Diff line number Diff line Loading @@ -63,9 +63,6 @@ impl Builder { /// /// For more information about IMDS client configuration loading see [`imds::Client`] pub fn imds_client(mut self, client: imds::Client) -> Self { if self.provider_config.is_some() { tracing::warn!("provider config override by a full client override"); } self.imds_override = Some(client); self } Loading Loading
CHANGELOG.next.toml +6 −0 Original line number Diff line number Diff line Loading @@ -116,3 +116,9 @@ a version bump in all of them, but this should not be relied upon. references = ["smithy-rs#1540"] meta = { "breaking" = false, "tada" = false, "bug" = false } author = "jdisanti" [[aws-sdk-rust]] message = "Remove warning for valid IMDS provider use-case" references = ["smithy-rs#1559", "aws-sdk-rust#582"] meta = { "breaking" = false, "tada" = false, "bug" = true } author = "jdisanti"
aws/rust-runtime/aws-config/src/imds/credentials.rs +0 −3 Original line number Diff line number Diff line Loading @@ -63,9 +63,6 @@ impl Builder { /// /// For more information about IMDS client configuration loading see [`imds::Client`] pub fn imds_client(mut self, client: imds::Client) -> Self { if self.provider_config.is_some() { tracing::warn!("provider config override by a full client override"); } self.imds_override = Some(client); self } Loading