Skip to content

Commit

Permalink
Use kebab-case for AwsOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
tillrohrmann committed May 3, 2024
1 parent 2f71abc commit 33455b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/types/src/config/aws.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ use serde_with::serde_as;
#[derive(Debug, Default, Clone, Serialize, Deserialize, derive_builder::Builder)]
#[cfg_attr(feature = "schemars", derive(schemars::JsonSchema))]
#[cfg_attr(feature = "schemars", schemars(rename = "AwsClientOptions", default))]
#[serde(rename_all = "kebab-case")]
#[builder(default)]
pub struct AwsOptions {
/// # AWS Profile
Expand Down

0 comments on commit 33455b3

Please sign in to comment.