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

aws s3 sync doesn't allow to skip unreadable files #736

Closed
ovcharenko opened this issue Apr 3, 2014 · 2 comments
Closed

aws s3 sync doesn't allow to skip unreadable files #736

ovcharenko opened this issue Apr 3, 2014 · 2 comments
Labels
feature-request A feature should be added or improved.

Comments

@ovcharenko
Copy link

Issue Type:

BugReport

AWS-CLI Version:

1.3.6

Environment:

N/A

Summary:

aws s3 sync fails immediately when it found any read error:

  1. Missing symlink
  2. Wrong permission
  3. FuSE mounted folder
Steps To Reproduce:

Try to sync home folders as root on Ubuntu. They all may contain ~/.gvfs mounted by gvfs-fuse-daemon

Expected Results:

Files will be skipped and warning displayed.

Actual Results:

Whole sync stopped.

@jamesls
Copy link
Member

jamesls commented Apr 3, 2014

Based on previous issues, I think supporting this functionality would be good, but we can't change the default behavior. There was talk in a previous discussion (#425) about making this opt in (i.e. --ignore-io-errors or maybe --ignore-read-errors) where we would log the error, continue transferring files, but exit with a non-zero rc to indicate that not all files transferred.

@jamesls
Copy link
Member

jamesls commented Aug 21, 2014

This is now fixed via #881

@jamesls jamesls closed this as completed Aug 21, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request A feature should be added or improved.
Projects
None yet
Development

No branches or pull requests

2 participants