-
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
Unable to use dash in option value #1470
Comments
Not intended, this is a regression. We'll get this fixed. Thanks for reporting. |
I think I am seeing the same issue. I observed this in a build which used to work. The builds were off for 2 or 3 months. The error showed for me with this version: aws --version
aws-cli/1.8.2 Python/2.7.3 Linux/3.13.0-57-generic The command that fails is this: aws s3api put-object --bucket builds-shippables-doggie.example.net --key henkr/doggie/doggie-228.1.tar.gz.gpg --content-md5 +A+JCM/D88l35LqcQQl5aw== --metadata SHIPPABLE_BUILD_ID=55eeb529b2ed760b00cfe732,BUILD_URL=https://app.shippable.com/builds/55eeb529b2ed760b00cfe732,BRANCH=master,COMPARE_URL=https://bitbucket.org/henkr/doggie/branches/compare/bdca26b53565fbc08e52e7a2915c192cd4002dae..e4e4a14374bb#diff --body shippable/shippable.tar.gz.gpg
Error parsing parameter '--metadata': Expected: '=', received: '_' for input:
SHIPPABLE_BUILD_ID=55eeb529b2ed760b00cfe732,BUILD_URL=https://app.shippable.com/builds/55eeb529b2ed760b00cfe732,BRANCH=master,COMPARE_URL=https://bitbucket.org/henkr/doggie/branches/compare/bdca26b53565fbc08e52e7a2915c192cd4002dae..e4e4a14374bb#diff
^ Can you comment on:
Thank you! |
Just tried it with |
@henrjk Looks like there's a regression with the |
I have the same issue using
i'm using the latest awscli:
any ETA about this issue solved? |
I'm getting the same issues doing an elasticbeanstalk update.
using the latest aws-cli as well. I believe this issue should be reopened because this seems to have regressed. |
@BobertForever
|
oh, I didn't realize you had to actually type out that |
Requested: Returned: Environment:
|
I was able to resolve this with a fully qualified path. Why on earth do I need to use a fully qualified path? These are scripts checked into a repo. I need to be able to use the PWD. |
Agreed, using absolute file:/// paths is a major pain when you are running all of these commands in a job in your CI tool. (Which you should be doing, infrastructure-as-code, and all that) |
Version: 1.8.0
The same command used to work at least in 1.7.42 but not in 1.8.0.
Looks it complains
-
in uncompressed-length. Is this an expected change?The text was updated successfully, but these errors were encountered: