mirror of
https://github.com/rustfs/rustfs.git
synced 2026-01-17 09:40:32 +00:00
fix bug
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user