1
0
mirror of https://github.com/rclone/rclone.git synced 2025-12-15 15:53:41 +00:00

operations: implement --refresh-times flag to set modtimes on hashless backends

This commit is contained in:
Nick Craig-Wood
2020-06-16 16:24:54 +01:00
parent d174b97af7
commit 3efdf5e095
4 changed files with 38 additions and 1 deletions

View File

@@ -117,6 +117,7 @@ type ConfigInfo struct {
UploadHeaders []*HTTPOption
DownloadHeaders []*HTTPOption
Headers []*HTTPOption
RefreshTimes bool
}
// NewConfig creates a new config with everything set to the default