rclone/vfs/vfscache
Nick Craig-Wood 168d577297 vfs: error out early if can't upload 0 length file
Before this change if a backend can't upload 0 length files and
`--vfs-cache-mode writes` was in use then the writeback logic would
try to upload the 0 length file forever.

This change causes it to exit on the first failure to upload.
2023-11-18 17:14:45 +00:00
..
downloaders docs: fix typos found by codespell in docs and code comments 2023-09-23 12:20:01 +01:00
writeback vfs: make sure struct field is aligned for atomic access 2023-08-22 12:52:13 +01:00
cache.go vfs: add --vfs-cache-min-free-space to control minimum free space on the disk containing the cache 2023-09-07 15:57:45 +01:00
cache_test.go vfs: add --vfs-cache-min-free-space to control minimum free space on the disk containing the cache 2023-09-07 15:57:45 +01:00
item.go vfs: error out early if can't upload 0 length file 2023-11-18 17:14:45 +00:00
item_test.go test: replace defer cleanup with `t.Cleanup` 2022-12-09 14:38:05 +00:00