fix put_object content-length empty

This commit is contained in:
weisd
2024-11-09 20:44:16 +08:00
parent 2ed6d48a1b
commit 164a7c71cb
5 changed files with 30 additions and 3 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
use std::path::{Path, PathBuf};
use std::path::PathBuf;
const GLOBAL_DIR_SUFFIX: &str = "__XLDIR__";