merge main

This commit is contained in:
weisd
2026-01-16 11:27:52 +08:00
parent 234cc3f248
commit 1be390809d

View File

@@ -308,7 +308,7 @@ impl DiskAPI for RemoteDisk {
#[tracing::instrument(skip(self))]
fn path(&self) -> PathBuf {
self.root.clone()
PathBuf::from(self.endpoint.get_file_path())
}
#[tracing::instrument(skip(self))]