sync s3s, fix #224

This commit is contained in:
weisd
2025-02-19 13:51:40 +08:00
parent 391eb5b6f9
commit 8b28e0869c
7 changed files with 31 additions and 19 deletions
+2 -1
View File
@@ -1208,8 +1208,9 @@ pub struct VolumeInfo {
pub created: Option<OffsetDateTime>,
}
#[derive(Deserialize, Serialize, Debug)]
#[derive(Deserialize, Serialize, Debug, Default)]
pub struct ReadOptions {
pub incl_free_versions: bool,
pub read_data: bool,
pub healing: bool,
}