mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-13 00:26:53 +00:00
fix bug
This commit is contained in:
@@ -26,7 +26,7 @@ pub struct BucketPolicyArgs {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#[derive(Debug, Deserialize, Serialize, Default, Clone, PartialEq, Eq)]
|
#[derive(Debug, Deserialize, Serialize, Default, Clone, PartialEq, Eq)]
|
||||||
// #[serde(rename_all = "PascalCase", default)]
|
#[serde(rename_all = "PascalCase", default)]
|
||||||
pub struct BPStatement {
|
pub struct BPStatement {
|
||||||
#[serde(rename = "Sid")]
|
#[serde(rename = "Sid")]
|
||||||
pub sid: String,
|
pub sid: String,
|
||||||
|
|||||||
Reference in New Issue
Block a user