mirror of
https://github.com/rclone/rclone.git
synced 2024-12-22 15:11:56 +01:00
9a9ef040e3
This error happened on a restart of the VFS with files to upload into a new directory on a bucket based backend. Rclone was assuming that directories created before the restart would still exist, but this is a bad assumption for bucket based backends which don't really have directories. This change creates the pretend directory and thus the directory cache if the parent directory does not exist when adding a virtual on a backend which can't have empty directories. See: https://forum.rclone.org/t/that-pesky-failed-to-reload-error-message/34527 |
||
---|---|---|
.. | ||
test_vfs | ||
vfscache | ||
vfscommon | ||
vfsflags | ||
vfstest | ||
dir_handle_test.go | ||
dir_handle.go | ||
dir_test.go | ||
dir.go | ||
errors_test.go | ||
errors.go | ||
file_test.go | ||
file.go | ||
help.go | ||
make_open_tests.go | ||
open_test.go | ||
rc_test.go | ||
rc.go | ||
read_test.go | ||
read_write_test.go | ||
read_write.go | ||
read.go | ||
vfs_case_test.go | ||
vfs_test.go | ||
vfs.go | ||
vfstest_test.go | ||
vstate_string.go | ||
write_test.go | ||
write.go |