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

--s3Bucket returns error #1

Open
RichardNesbitt opened this issue Apr 28, 2015 · 2 comments
Open

--s3Bucket returns error #1

RichardNesbitt opened this issue Apr 28, 2015 · 2 comments

Comments

@RichardNesbitt
Copy link

Whenever I try to set the --s3Bucket parameter, it returns

     error: unknown option `--s3Bucket'

however, the -b option works.

@garrows
Copy link
Owner

garrows commented Apr 28, 2015

Hi, Thanks for using my tool.

The parameters are case sensitive and you need a lowercase b for --s3bucket.

@garrows garrows closed this as completed Apr 28, 2015
@garrows garrows reopened this Apr 28, 2015
@dantman
Copy link
Contributor

dantman commented Jul 14, 2015

I ran into this too and implicitly realized the issue after looking at the source.

The real issue is that the examples in documentation use the incorrect --s3Bucket.

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
@dantman @garrows @RichardNesbitt and others