* fix error

* fix

* fix cargo

* fix openssl cfg

* fix clippy

* fix clippy

* fix

* fix clippy

* fix clippy
This commit is contained in:
likewu
2025-06-24 10:27:41 +08:00
committed by GitHub
parent e8a5b5d12c
commit 364c3098b2
56 changed files with 460 additions and 432 deletions
+1 -5
View File
@@ -228,11 +228,7 @@ impl FileInfo {
}
pub fn get_etag(&self) -> Option<String> {
if let Some(meta) = self.metadata.get("etag") {
Some(meta.clone())
} else {
None
}
self.metadata.get("etag").cloned()
}
pub fn write_quorum(&self, quorum: usize) -> usize {