duplicity-talk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Duplicity-talk] BackendException: Boto requires a bucket name.


From: mailinglist
Subject: [Duplicity-talk] BackendException: Boto requires a bucket name.
Date: Sun, 01 Feb 2015 13:24:50 +0100
User-agent: Roundcube Webmail/1.0.1

Dear List,

I was running duplicity 0.6.24 with S3 fine for quite some time now on FreeBSD 8.4. I think I've upgraded py-boto and python a few weeks ago and since then I cannot make duplicity working again.

Now I have py-boto 2.35.1, python 2.7.9 and duplicity 0.7.01 and I'm getting the following error with the following connection setting: "--s3-european-buckets --s3-use-new-style s3+http://[bucket_name]";.

Backend error detail: Traceback (most recent call last):
  File "/usr/local/bin/duplicity", line 1500, in <module>
    with_tempdir(main)
  File "/usr/local/bin/duplicity", line 1494, in with_tempdir
    fn()
  File "/usr/local/bin/duplicity", line 1327, in main
    action = commandline.ProcessCommandLine(sys.argv[1:])
File "/usr/local/lib/python2.7/site-packages/duplicity/commandline.py", line 1047, in ProcessCommandLine
    globals.backend = backend.get_backend(args[0])
File "/usr/local/lib/python2.7/site-packages/duplicity/backend.py", line 221, in get_backend
    obj = get_backend_object(url_string)
File "/usr/local/lib/python2.7/site-packages/duplicity/backend.py", line 207, in get_backend_object
    return factory(pu)
File "/usr/local/lib/python2.7/site-packages/duplicity/backends/_boto_single.py", line 145, in __init__
    raise BackendException('Boto requires a bucket name.')
BackendException: Boto requires a bucket name.

BackendException: Boto requires a bucket name.

According to the documentation this URL format is valid. What could be the cause of this problem?

Best regards,
Mate



reply via email to

[Prev in Thread] Current Thread [Next in Thread]