-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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 cp" fails silently when user has no write permissions on local directory #1069
Comments
What version of the CLI are you using? This has been fixed in later versions of the CLI. I just tried this on the latest versions and you'll get an error message:
Let us know if you're still seeing these issues on 1.6.10. |
I got the same issue with awscli on ubuntu
|
I also just ran into this. aws-cli/1.7.26 Python/2.7.9 Linux/3.14.42-31.38.amzn1.x86_64 |
This was fixed in a later version of the AWS CLI (1.9.8). If you upgrade to the latest version, these problems should go away. |
Thanks, @jamesls No worried any more. I should be fine to find it out. |
Original fix was a community contribution: https://github.com/aws/aws-cli/pull/1646/files |
Thanks again. 👍 |
Seeing the same issue since upgrade to 1.16.1. My downloads are failing with aws s3 cp. My environment is as follows. From debug, I am wondering if python related. aws-cli/1.16.1 Python/2.7.14 Linux/4.14.62-65.117.amzn1.x86_64 botocore/1.11.1 |
I just spun up a new EC2 instance and formatted an ephemeral storage volume. When I attempted to copy a (very large) S3 object to the root directory of that volume, the command completed immediately, with no output at all. Eventually I determined that only root had write permissions on the root directory of the volume, and granted write permissions to ec2-user, after which the command completed successfully. It would have been very helpful to have been given some idea of the reason for the failure, or any output at all for that matter.
The text was updated successfully, but these errors were encountered: