I mounted S3 from digitalocean on my remote server. If I delete a file/folder directly through a third-party client, then it is not updated in the mounted volume on my remote server. If you unmount and remount, the update works. Tell me what is the problem?
Even after several hours, directories and files in the mounted folder are not updated.
Here is my mount command:
that should not be the case,
at most, there should be a 1 minute delay, based on --dir-cache-time 1m
you need to trigger rclone to re-scan the directory, but navigating into it.
to see exactly what rclone is doing, use -vv for debug output.
--poll-interval 10
does nothting, as s3 remotes do not support polling.
--vfs-cache-mode=full --vfs-cache-mode=off
need to pick one, not both.