mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-28 07:57:01 +00:00
fix(sftp): preserve open attrs metadata (#2929)
Co-authored-by: houseme <housemecn@gmail.com>
This commit is contained in:
@@ -71,6 +71,7 @@ pub(super) fn write_handle(bucket: &str, key: &str, phase: WritePhase) -> Handle
|
||||
bucket: bucket.to_string(),
|
||||
key: key.to_string(),
|
||||
attrs: FileAttributes::default(),
|
||||
open_attrs: FileAttributes::default(),
|
||||
phase,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user