When mounting I get "No S3QL file system found in bucket."
ubuntu 12.04
rpickett@lw530:~$ cat ~/.s3ql/authinfo2:[BUCKETNAME]
storage-url: s3://BUCKETNAME/
backend-login: <amazon-key>
backend-password: <amazon-secret-access-key>
rpickett@lw530:~$ mount.s3ql s3://BUCKETNAME/ /mnt/BUCKETNAME
Using 10 upload threads.
Warning: bucket provides insufficient consistency guarantees!
Warning: bucket provides insufficient consistency guarantees!
No S3QL file system found in bucket.
/mnt/BUCKETNAME exists and is owned by my own user.
What am I missing?