duplicity-talk
[Top][All Lists]
Advanced

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

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


From: edgar . soldin
Subject: Re: [Duplicity-talk] BackendException: Boto requires a bucket name.
Date: Sun, 01 Feb 2015 14:13:08 +0100
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0

On 01.02.2015 13:24, address@hidden wrote:
> 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?
> 

maybe a bug in 0.7.x .. either try
 s3://host/bucket_name[/prefix] 
or
 duplicity 0.6.25

..ede/duply.net



reply via email to

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