Is there a way to keep a local folder mounted to s3 so that any time files are added to the folder, they are automatically added to s3 without needing human interaction?
I've seen
aws s3 sync ./mylocalfolder s3://my-bucket
But this only runs once and exits.
Is there a way to keep the connection established?