We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The CLI has --no-overwrite and --overwrite-metadata parameters. It has no documented --overwrite parameter. This should be a syntax error.
Environment:
aws-crypto --encrypt --input myData \ --master-keys key=$cmkArn provider='aws-kms' \ --output myEncryptedMessage \ --encryption-context purpose=test \ --metadata-output ~/metadata \ --overwrite 2017-11-17 16:32:08,975 - MainThread - aws_encryption_sdk_cli - WARNING - Overwriting existing target file because no action was specified otherwise: myEncryptedMessage (ENV) [ec2-user@ip-172-31-39-147 test]$ echo $? 0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The CLI has --no-overwrite and --overwrite-metadata parameters. It has no documented --overwrite parameter. This should be a syntax error.
Environment:
The text was updated successfully, but these errors were encountered: