-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add plugin-level file exclusion filter? #11
Comments
I really like this idea -- the .DS_Store always really annoys me, but it strikes me there might be other large files we don't want to move up and down -- could see large raw video being data at some point and mucking up the upload/download. But the .DS_Store problem in particular is ugh. |
Follow-up use case I just noticed -- excluding the files that start with ~ that Excel generates while files are being used. I notice if I push while any spreadsheets are open (which is common workflow for me), these temp files are uploaded.) |
In the same vein:
|
Based on some off-line discussions, we seem to have agreement on the following implementation:
We didn't discuss, but could also provide a flag to /cc @michelleminkoff @larryfenn @tthibo @myersjustinc going to remove Question label on this issue and include as deliverable for version |
Does the |
|
@myersjustinc Woops. actually forgot that we're not using |
Should we add support for plugin-level file excludes? These would be passed through using the
--exclude
flag (#6) for the underlying aws s3 sync command.Mac OS's tendency to litter directories with the
.DS_Store
file is the immediate motivation for this, although it could be useful in other scenarios.The text was updated successfully, but these errors were encountered: