Skip to content

Commit

Permalink
Fix cos
Browse files Browse the repository at this point in the history
Signed-off-by: Xuanwo <[email protected]>
  • Loading branch information
Xuanwo committed Feb 26, 2024
1 parent 5ec0f5f commit 7d7f21e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/src/services/cos/backend.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ use crate::*;

/// Tencent-Cloud COS services support.
#[derive(Default, Deserialize, Clone)]
#[serde(default)]
pub struct CosConfig {
root: Option<String>,
endpoint: Option<String>,
Expand Down

0 comments on commit 7d7f21e

Please sign in to comment.