mirror of
https://github.com/rclone/rclone.git
synced 2025-08-18 17:38:52 +02:00
azureblob: implement --use-server-modtime
This patch implements --use-server-modtime for the Azureblob backend. It does this by not reading the time from the metadata if the global flag is set.
This commit is contained in:
committed by
Nick Craig-Wood
parent
6f8112ff67
commit
7be9855a70
@@ -80,7 +80,13 @@ docs](/docs/#fast-list) for more details.
|
||||
The modified time is stored as metadata on the object with the `mtime`
|
||||
key. It is stored using RFC3339 Format time with nanosecond
|
||||
precision. The metadata is supplied during directory listings so
|
||||
there is no overhead to using it.
|
||||
there is no performance overhead to using it.
|
||||
|
||||
If you wish to use the Azure standard `LastModified` time stored on
|
||||
the object as the modified time, then use the `--use-server-modtime`
|
||||
flag. Note that rclone can't set `LastModified`, so using the
|
||||
`--update` flag when syncing is recommended if using
|
||||
`--use-server-modtime`.
|
||||
|
||||
### Performance
|
||||
|
||||
|
Reference in New Issue
Block a user