AWS CLI throws error while pulling a json file #6861
-
Describe the bugAWS CLI (
and fails with error:
However, the same command works fine when the file is provided locally like this:
Expected BehaviorAWS CLI shouldn't fail while pulling the JSON file. Current BehaviorCurrently it fails with below error:
Reproduction StepsInstall CLI version
Possible SolutionNo response Additional Information/ContextNo response CLI version usedaws-cli/2.4.15 Python/3.8.8 Darwin/19.6.0 exe/x86_64 prompt/off Environment details (OS name and version, etc.)Mac OS Catalina ( 10.15.7 ) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @ravisinha0506, Thanks for your post. This is a change made to the AWS CLI v2 client. You can read more about this change here: https://docs.aws.amazon.com/cli/latest/userguide/cliv2-migration.html#cliv2-migration-paramfile Since this is a guidance question, I'm going to move this to the GitHub discussions section. If this answers your question, marking this as the answer would be appreciated! |
Beta Was this translation helpful? Give feedback.
Hi @ravisinha0506,
Thanks for your post. This is a change made to the AWS CLI v2 client. You can read more about this change here:
https://docs.aws.amazon.com/cli/latest/userguide/cliv2-migration.html#cliv2-migration-paramfile
Since this is a guidance question, I'm going to move this to the GitHub discussions section. If this answers your question, marking this as the answer would be appreciated!