Skip to content
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

Doesn't work with homebrew aws cli? #8

Open
sgates opened this issue Mar 6, 2020 · 3 comments
Open

Doesn't work with homebrew aws cli? #8

sgates opened this issue Mar 6, 2020 · 3 comments

Comments

@sgates
Copy link

sgates commented Mar 6, 2020

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
@danieljosephbrennan
Copy link

danieljosephbrennan commented Jun 18, 2020

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.

@drewish
Copy link

drewish commented Oct 11, 2021

I put some notes on #10 for what I had to do to get it working with awscli v2

@colbyham
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants