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

Make sure that s3sync only tries to upload regular files #14

Open
stojg opened this issue Apr 18, 2017 · 0 comments
Open

Make sure that s3sync only tries to upload regular files #14

stojg opened this issue Apr 18, 2017 · 0 comments

Comments

@stojg
Copy link

stojg commented Apr 18, 2017

We don't want to try to upload symlinks or other "special" files. We currently check for IsDir, but we could potentially use https://golang.org/pkg/os/#FileMode.IsRegular as well

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

No branches or pull requests

1 participant