push move file

This commit is contained in:
grimhilt
2023-08-25 16:09:28 +02:00
parent d476622305
commit d323ae3070
6 changed files with 184 additions and 19 deletions

View File

@@ -67,7 +67,7 @@ impl PushChange for New {
let lastmodified = prop.lastmodified.unwrap().timestamp_millis();
// create new blob
Blob::new(obj.path.clone()).create(&lastmodified.to_string(), true)?;
Blob::new(obj.path.clone()).create(&lastmodified.to_string(), false)?;
Ok(())
}