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

Unknown options: --recursive #465

Closed
bmhatfield opened this issue Nov 4, 2013 · 2 comments · Fixed by #588
Closed

Unknown options: --recursive #465

bmhatfield opened this issue Nov 4, 2013 · 2 comments · Fixed by #588
Assignees

Comments

@bmhatfield
Copy link

As is documented here and here, I would expect the following command to succeed: aws s3 ls s3://BUCKETNAME --recursive, but instead I receive the following error message: Unknown options: --recursive. I have tried the --recursive in every relevant position in this command, and still get this error message every time.

I'm not sure how to reconcile the documentation with this error.

Version: aws-cli/1.2.3 Python/2.7.5 Darwin/12.5.0 (installed from pip)

@mcaramello
Copy link

+1
Same problem.

@jamesls
Copy link
Member

jamesls commented Jan 9, 2014

Looking, though I wonder if we should not allow aws s3 ls --recursive and only allow aws s3 ls s3://bucket/ --recursive. In theory, wouldn't the first option list every single object in every single one of your buckets?

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

Successfully merging a pull request may close this issue.

3 participants