-
Notifications
You must be signed in to change notification settings - Fork 249
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
cp command downloads file from S3 even though the file does not exist on the S3 bucket #348
Comments
Hi @harisbr, this should not happen. Can you please provide the |
Hi @ocakhasan, thank you for the response.
This S3 bucket is empty, no files there. |
Hi again @harisbr,
When I tried the same command in ubuntu, it works just fine, currently this seems to be a windows problem and there should be a fix in the new release, so stay tuned. |
Before downloading a file from s3 a local target file is created. If the download fails the created file should've been deleted. But since the file was not closed, the delete operation fails in Windows. Fixes #348
When cp command is executed to download a file from the S3 bucket I get the AWS error in console 'NoSuchKey: The specified key does not exist.' but the file with the same name is created on my local storage.
Is there any way to prevent this behaviour?
The text was updated successfully, but these errors were encountered: