duplicity-talk
[Top][All Lists]
Advanced

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

Re: [Duplicity-talk] Automatically creating buckets with S3 storage


From: Scott McKenzie
Subject: Re: [Duplicity-talk] Automatically creating buckets with S3 storage
Date: Sun, 19 Jul 2015 22:40:03 +1000



I've found the problem: resetConnection is being called at the end of __init__,
and that is calling get_bucket, but without the exception handling that put() has.
So, looks like the create_bucket exception handling should be in resetConnection()
instead of put() do you think?

Yep, I agree.  There may be other reasons why the logic is in put instead of resetConnection though. 

 
Shall I raise a bug report or am I misunderstanding something?


I think you should.


-Scott


reply via email to

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