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:04:17 +1000

Hi Andrew

create_bucket is called in the _boto_single.py backend when a NoSuchBucket exception is caught.

Does the user accessing S3 have the s3:CreateBucket permission?


-Scott

On 19 July 2015 at 21:51, Andrew Beverley <address@hidden> wrote:
Hi,

Is it possible for Duplicity to create buckets automatically with S3 storage?

The manual implies that it does, but I get the error "BackendException: The
specified bucket does not exist" when using a non-existent bucket.

Looking at the code I can't find anything that calls the create_bucket() function
in storage_uri.pl (well, apart from the CopyBot and SDBConverter classes, but I'm
not sure how these are used). Certainly create_bucket is not being called when I
run a normal backup.

Am I doing something stupid?

Thanks,

Andy


_______________________________________________
Duplicity-talk mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/duplicity-talk


reply via email to

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