Synchronizes file on 2 machines with a mounted virtual disk

Tell me. There is a bucket in the cloud. There are 2 machines with a mounted virtual disk. If I drop a file on the virtual disk on the first machine, it appears in the bucket in the cloud immediately, but it does not synchronize on the second machine. It only synchronizes after restarting the virtual disk. How can I make it so that if a file is added to the bucket on any of the machines, it is displayed on the second virtual machine?

The disk is mounted through the service with the command

C:\Program Files\rclone\rclone.exe mount selectel_s3:lkpark S: --vfs-cache-mode full --volname "Selectel S3 Disk"

welcome to the forum,

hard to share a good answer, as you did not answer all the questions?
so i have to assume that selectel_s3 is a S3 provider, correct??

you need read about --dir-cache-time and rclone rc vfs/refresh


and check out my summary of the two rclone vfs caches

selectel_s3 is a S3 provider, correct??

Yes, this is a provadier.