You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 11, 2022. It is now read-only.
I've find out you can use standard syncer from Vagrant 1.5 and later
Just add VagrantPlugins::AWS::Action::SyncFolders = Vagrant::Action::Builtin::SyncedFolders at the start of your Vagrantfile
#156 allows the user to exclude files from AWS's synced folders implementation (which uses rsync). As far as I can tell this:
rsync__exclude
option ("excludes" vs. "exclude" and single versus double underscore).Could @mitchellh or @tralamazza please clarify if this is intentional?
The text was updated successfully, but these errors were encountered: