Merge branch 'fix/content_type' into bool-api

This commit is contained in:
weisd
2024-11-08 19:58:26 +08:00
4 changed files with 122 additions and 18 deletions
+2
View File
@@ -537,6 +537,8 @@ pub struct ObjectOptions {
pub data_movement: bool,
pub src_pool_idx: usize,
pub user_defined: HashMap<String, String>,
pub preserve_etag: Option<String>,
}
// impl Default for ObjectOptions {