[Bug 1278529] Re: Using S3, BackendException: No connection to backend

2015-08-27 Thread Emmanuele Massimi
@raimue: Thank you, that worked on CentOS 6, with duplicity v.0.6.22 and python-boto v.2.38.0. Thanks for posting that :) -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to python-boto in Ubuntu. https://bugs.launchpad.net/bugs/1278529

[Bug 1278529] Re: Using S3, BackendException: No connection to backend

2015-03-11 Thread Rainer Müller
I had the same BackendException on Debian wheezy with duplicity 0.6.24-1~bpo70 and python-boto 2.25.0-1~bpo7. I solved this for me by forcing boto to use Signature Version 4 for API requests. Export this variable into the shell environment before running duply: export S3_USE_SIGV4=True duply ...

[Bug 1278529] Re: Using S3, BackendException: No connection to backend

2015-01-13 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: python-boto (Ubuntu) Status: New = Confirmed -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to python-boto in Ubuntu.

[Bug 1278529] Re: Using S3, BackendException: No connection to backend

2015-01-13 Thread Svivi
Hi, I have this problem, too. From Deja Dup and even from Duplicity. python-boto: 2.20.1-2ubuntu2 duplicity: 0.6.23-1ubuntu4.1 Ubuntu 14.04.1 LTS x86_64 -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to python-boto in Ubuntu.

[Bug 1278529] Re: Using S3, BackendException: No connection to backend

2015-01-12 Thread Kenneth Loafman
** Changed in: duplicity Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to python-boto in Ubuntu. https://bugs.launchpad.net/bugs/1278529 Title: Using S3, BackendException: No connection to

[Bug 1278529] Re: Using S3, BackendException: No connection to backend

2015-01-01 Thread Kenneth Loafman
** Changed in: duplicity Importance: Undecided = Medium ** Changed in: duplicity Status: Confirmed = Fix Committed ** Changed in: duplicity Milestone: None = 0.7.01 -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to

[Bug 1278529] Re: Using S3, BackendException: No connection to backend

2014-12-31 Thread Stephen
The Boto S3Connection provides two methods to connect to a S3 bucket; get_bucket() raises an exception if there is an issue, while lookup() returns None if there is an error, hiding the cause of problem. Duplicity uses the lookup() method and then raises this generic exception (BackendException:

[Bug 1278529] Re: Using S3, BackendException: No connection to backend

2014-12-26 Thread Mark Stosberg
** Also affects: python-boto (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to python-boto in Ubuntu. https://bugs.launchpad.net/bugs/1278529 Title: Using S3, BackendException: No

[Bug 1278529] Re: Using S3, BackendException: No connection to backend

2014-12-26 Thread jurov
Guess my earlier comment got overlooked, I have already identified it as boto bug and proposed a fix: https://github.com/boto/boto/issues/2262 So the best course of action would be to discuss it there. -- You received this bug notification because you are a member of Ubuntu Server Team, which