There is no problem running it on my Linux box, but when it comes to windows server 12 simple AWS S3 cli commands refuse to work.
When I tried running a simple copy command to a bucket. I got the following error:
Parameter validation failed:
Invalid length for parameter Key, value: 0, valid range: 1-inf
I had trouble understanding the error in first place. How do I deal with it?
Here's the command:
aws s3 cp test.zip s3://my-bucket
Following is the version:
aws-cli/1.11.158 Python/2.7.9 Windows/2012Server botocore/1.7.16