Amazon S3 realtime reflection of remote changes?

I have an Amazon S3 which I link with odrive, whenever I add files to the amazon s3. It doesn’t automatically check for files changes in there in real time and add it into my local drive folder, I have to press refresh on my local folder to make it sync. Is there a way to make it sync automatically in real time similar to dropbox.

Hi @david.b,
Amazon S3 doesn’t have a way to ask for new changes like Dropbox, so enumeration needs to be done on a periodic basis, or manually, as you are doing. odrive should also ask for changes when you browse into a folder.