Error: Unknown argument: s3Bucket
mjulianotq opened this issue · 1 comments
mjulianotq commented
In trying your tutorial against v1.0.0, I get the following error when I try to connect rdf-delta to s3:
Error: Unknown argument: s3Bucket
This is with the command from the tutorial, i.e.:
dcmd server -zk=localhost:2181 --s3Bucket=mybucket-rdf-delta --s3Keys=~/.aws/config --s3Region=us-east-1
mjulianotq commented
Further investigation in the source code revealed that the example is wrong. All the s3-related flags need to be lowercase. Is there a way I can update the documentation, or can you take this one, @afs?