-
Notifications
You must be signed in to change notification settings - Fork 211
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
What about excluding directories? #31
Comments
We'd love to try this but we need --exclude-from like in s3cmd. Thanks! |
I am already trying to custom code it but I am running into a lot of issues on the s3walk side. |
Yeah, this is a must have feature. |
It is kind of tricky because comparing two directory path with the possibility of trailing slashes, relative/absolution paths whiling recursive walk into the directory. Maybe you can try to catch this after s3walk first (while sorting the final output) and then gradually improving the efficiency? |
+1 |
Closing this as a dupe of #88 (as that's to support a superset exclude and include dir feature so it's easier to track in one issue). |
We have directories such as .svn which we don't want uploaded. Would you consider adding include/exclude?
Thanks.
The text was updated successfully, but these errors were encountered: