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
Whenever I try to set the --s3Bucket parameter, it returns
error: unknown option `--s3Bucket'
however, the -b option works.
The text was updated successfully, but these errors were encountered:
Hi, Thanks for using my tool.
The parameters are case sensitive and you need a lowercase b for --s3bucket.
b
--s3bucket
Sorry, something went wrong.
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.
--s3Bucket
No branches or pull requests
Whenever I try to set the --s3Bucket parameter, it returns
error: unknown option `--s3Bucket'
however, the -b option works.
The text was updated successfully, but these errors were encountered: