mirror of
https://github.com/rclone/rclone.git
synced 2025-03-04 22:50:33 +08:00

Before this change x/net/webdav would open each file to find out its Content-Type. Now we override the FileInfo and provide that directly from rclone. An --etag-hash has also been implemented to override the ETag with the hash passed in. Fixes #2273