garrows / route53-backup-to-s3

Backup all your Amazon's Route53 zone files to S3
GNU General Public License v3.0
6 stars 3 forks source link

--s3Bucket returns error #1

Open RichardNesbitt opened 9 years ago

RichardNesbitt commented 9 years ago

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

     error: unknown option `--s3Bucket'

however, the -b option works.

garrows commented 9 years ago

Hi, Thanks for using my tool.

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

dantman commented 9 years ago

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.