-
Notifications
You must be signed in to change notification settings - Fork 46
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
Sync from S3 to local - Missing first letter of sub-directory #2
Comments
Still working on reproducing. Can you send me the exact command, maybe with the
|
This is the command I ran on windows: Output:
|
Ah! Windows, I think I know the source of the bug, going to take a few days to fix it and find a windows box to test it on. |
The missing character issue is now fixed, though I think there may still be an issue with PC based paths and '/' vs '' |
Hi koblas, The problem can be reproduced with the latest codes in my ubuntu platform. Please refer the console logs below. ` (check files at S3) (sync data from S3) (List local files and found first character is gone!) (clean local files) (sync subfolder to local) (looks good) ` Thanks, |
Still reproducing on Linux (debian). |
Hi,
When running s3-cli sync from s3 to local the first letter of the sub-directory is missing:
Copy s3://test/testfolder/ -> file://test/estfolder/
The files are copied fine.
Appreciate any assistance.
Thanks
The text was updated successfully, but these errors were encountered: