Files
rclone/backend
Nick Craig-Wood 6ed0079d52 filen: fix incorrect in-memory modtime after upload
Put and Update were returning Objects whose in-memory modtime was the
nanosecond-precision source modtime, while the server stores
millisecond precision. After the upload returned, the in-memory state
did not match what a fresh List would report, which broke wrappers
that compare modtimes (e.g. the hasher backend's fingerprint).

The standard for backends is to re-read metadata after Upload so this
re-reads the file via FindFile after the upload completes so the
Object reflects the server's authoritative state. The chunked upload
path already re-reads via NewObject in multiThreadCopy, so this only
needs to apply to Put and Update.

Fixes #9308
2026-05-04 10:55:25 +01:00
..
2025-10-21 18:56:06 +01:00
2025-06-12 18:31:01 +01:00
2025-02-28 11:31:14 +00:00
2025-02-28 11:31:14 +00:00
2025-02-28 11:31:14 +00:00
2026-01-24 12:35:02 +00:00
2025-02-28 11:31:14 +00:00
2024-08-12 13:35:44 +01:00
2025-02-28 11:31:14 +00:00
2025-02-28 11:31:14 +00:00
2025-02-28 11:31:14 +00:00
2025-11-13 13:47:40 +00:00