My authinfo2 file looks like this:

[s3]
storage-url: s3://
backend-login: XXXXXXXXX
backend-password: yyyyyyyyyyyyyyyyyyyy
fs-passphrase: password

[communigate.may.be]
storage-url: s3://eu-west-1/communigate.may.be
fs-passphrase: Something Secret
backend-options: ia
allow-root: true

The allow-root option works OK but the backend-options line causes an exception:

ERROR: Uncaught top-level exception:
Traceback (most recent call last):
  File "/usr/local/bin/mount.s3ql", line 11, in <module>
    load_entry_point('s3ql==2.29', 'console_scripts', 'mount.s3ql')()
File "/usr/local/lib/python3.6/dist-packages/s3ql-2.29-py3.6-linux-x86_64.egg/s3ql/mount.py", line 125, in main
    backend_factory = get_backend_factory(options)
File "/usr/local/lib/python3.6/dist-packages/s3ql-2.29-py3.6-linux-x86_64.egg/s3ql/common.py", line 260, in get_backend_factory
    backend = options.backend_class(options)
File "/usr/local/lib/python3.6/dist-packages/s3ql-2.29-py3.6-linux-x86_64.egg/s3ql/backends/s3.py", line 45, in __init__
    super().__init__(options)
File "/usr/local/lib/python3.6/dist-packages/s3ql-2.29-py3.6-linux-x86_64.egg/s3ql/backends/s3c.py", line 70, in __init__
    options.backend_options.get('ssl-ca-path', None))
AttributeError: 'str' object has no attribute 'get'

Am I doing something wrong?  Or is it a bug?

Regards
Cliff.

--
Cliff Stanford
London:    +44 20 0222 1666               Swansea: +44 1792 469666
Spain:     +34  603 777 666               Estonia: +372  5308 9666
UK Mobile: +44 7973 616 666

--
You received this message because you are subscribed to the Google Groups 
"s3ql" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to