Facing Issue in S3 bucket syncing with my instance drive

I have connected my S3 bucket in my ec2 instance using rclone mount command, so when I am do operation from drive side it immediately reflect on bucket but when I do some operation on S3 bucket, it take more than 10-15 min to reflect on drive side

Not understanding what's the issue is.

I am using the latest rclone version still facing the issue,

Thanks in advance

welcome to the forum,

that is not a bug, that is rclone works with s3 remotes.

actually, it would be five minutes.
changes made directly on the cloud storage by the web interface or a different copy of rclone will only be picked up once the directory cache expires

if you need additional help, when you first posted, there was a template of questions for you to answer???

means this is not the issue ? but this minutes are not so long ?

that is how rclone works with S3

you can tweak the minutes, default is five minutes.
please, take a minute to read the documentation.
--dir-cache-time duration Time to cache directory entries for (default 5m0s)

can I decrease the caching time like
--dir-cache-time 10s

will it work ?

yes, it will work.

It works, thank you very much!!

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.