Loading CHANGELOG.next.toml +6 −0 Original line number Diff line number Diff line Loading @@ -38,3 +38,9 @@ message = "Fix bug where ECS credential provider could not perform retries." meta = { "breaking" = false, "tada" = false, "bug" = true } references = ["smithy-rs#998", "aws-sdk-rust#359"] author = "rcoh" [[aws-sdk-rust]] message = "aws_types::Config is now `Clone`" meta = { "breaking" = false, "tada" = false, "bug" = false } references = ["smithy-rs#1002", "aws-sdk-rust#352"] author = "rcoh" aws/rust-runtime/aws-types/src/config.rs +1 −1 Original line number Diff line number Diff line Loading @@ -20,7 +20,7 @@ use crate::credentials::SharedCredentialsProvider; use crate::region::Region; /// AWS Shared Configuration #[derive(Debug)] #[derive(Debug, Clone)] pub struct Config { app_name: Option<AppName>, credentials_provider: Option<SharedCredentialsProvider>, Loading Loading
CHANGELOG.next.toml +6 −0 Original line number Diff line number Diff line Loading @@ -38,3 +38,9 @@ message = "Fix bug where ECS credential provider could not perform retries." meta = { "breaking" = false, "tada" = false, "bug" = true } references = ["smithy-rs#998", "aws-sdk-rust#359"] author = "rcoh" [[aws-sdk-rust]] message = "aws_types::Config is now `Clone`" meta = { "breaking" = false, "tada" = false, "bug" = false } references = ["smithy-rs#1002", "aws-sdk-rust#352"] author = "rcoh"
aws/rust-runtime/aws-types/src/config.rs +1 −1 Original line number Diff line number Diff line Loading @@ -20,7 +20,7 @@ use crate::credentials::SharedCredentialsProvider; use crate::region::Region; /// AWS Shared Configuration #[derive(Debug)] #[derive(Debug, Clone)] pub struct Config { app_name: Option<AppName>, credentials_provider: Option<SharedCredentialsProvider>, Loading