1
mirror of https://github.com/rclone/rclone synced 2024-11-13 12:09:47 +01:00
rclone/backend/onedrive
Victor 2f63a9f81c onedrive: Overwrite object size value with real size when reading file.
Because of a bug in the Onedrive API it will sometime report the wrong
size. If the size is wrong other remotes that depend on the size might
fail. To fix this we overwrite the objects size with the real size
from ContentLength header.
2018-02-16 13:21:26 +00:00
..
api Move all backends into backend directory 2018-01-12 17:07:38 +00:00
onedrive_test.go Make RangeOption manadatory for Open - #1825 2018-01-21 17:09:12 +00:00
onedrive.go onedrive: Overwrite object size value with real size when reading file. 2018-02-16 13:21:26 +00:00
replace_test.go Move all backends into backend directory 2018-01-12 17:07:38 +00:00
replace.go Move all backends into backend directory 2018-01-12 17:07:38 +00:00