This commit is contained in:
weisd
2024-11-19 10:44:27 +08:00
parent a79f684e25
commit 706fce49b9

View File

@@ -26,7 +26,7 @@ pub struct BucketPolicyArgs {
}
#[derive(Debug, Deserialize, Serialize, Default, Clone, PartialEq, Eq)]
// #[serde(rename_all = "PascalCase", default)]
#[serde(rename_all = "PascalCase", default)]
pub struct BPStatement {
#[serde(rename = "Sid")]
pub sid: String,