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
I use the homebrew install of the cli - aws-cli/2.0.0 Python/3.8.1 Darwin/19.3.0 botocore/2.0.0dev4.
After installing this plugin, I see the plugin config in ~/.aws/config, but attempting to use it results in:
$ aws s3 touch my-bucket
usage: aws [options] <command> <subcommand> [<subcommand> ...] [parameters] To see help text, you can run: aws help aws <command> help aws <command> <subcommand> help aws: error: argument subcommand: Invalid choice, valid choices are: ls | website cp | mv rm | sync mb | rb presign
The text was updated successfully, but these errors were encountered:
Exactly the same for me. Would really like to fix. I uninstalled the homebrew version and then installed like this https://docs.aws.amazon.com/cli/latest/userguide/install-cliv2-mac.html#cliv2-mac-install-confirm but I'm still having the same issue. Now thinking that this plugin is incompatible with aws-cli v2.
Sorry, something went wrong.
I put some notes on #10 for what I had to do to get it working with awscli v2
Same for me, I uninstalled the homebrew awscli. I am using conda w/ python 3.8 and that is working after installing boto3 as well
No branches or pull requests
I use the homebrew install of the cli - aws-cli/2.0.0 Python/3.8.1 Darwin/19.3.0 botocore/2.0.0dev4.
After installing this plugin, I see the plugin config in ~/.aws/config, but attempting to use it results in:
$ aws s3 touch my-bucket
The text was updated successfully, but these errors were encountered: