Skip to content
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

Closed
illectronic opened this issue Jun 18, 2015 · 6 comments
Closed

What about excluding directories? #31

illectronic opened this issue Jun 18, 2015 · 6 comments

Comments

@illectronic
Copy link

We have directories such as .svn which we don't want uploaded. Would you consider adding include/exclude?

Thanks.

@ixodie
Copy link

ixodie commented Jun 22, 2015

We'd love to try this but we need --exclude-from like in s3cmd.

Thanks!

@illectronic
Copy link
Author

I am already trying to custom code it but I am running into a lot of issues on the s3walk side.

@ixodie
Copy link

ixodie commented Jun 26, 2015

Yeah, this is a must have feature.

@chouhanyang
Copy link

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?

@dannyman
Copy link

+1

@navinpai
Copy link
Contributor

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants