Closed badwulfy closed 3 years ago
Thanks for your bug report @kiralex !
I have never worked with S3, so i didn't realize that there were multiple versions used.
From the duplicity Readme, I can see that different versions of the boto
package are required for different versions of S3. Do you know if the latest version also works with the older ones?
Thanks for your answer.
I just researched clues in the man page of duplicity and I realized there is a specific URL which use boto3 (boto3+s3://
), and the legacy one whihch use boto2 (s3://
). As the doc says :
S3 storage (Amazon)
s3://host[:port]/bucket_name[/prefix]
s3+http://bucket_name[/prefix]
defaults to the legacy boto backend based on boto v2 (last update 2018/07)
alternatively try the newer boto3+s3://bucket_name[/prefix]
For details see A NOTE ON AMAZON S3 and see also A NOTE ON EUROPEAN S3 BUCKETS below.
I think it would be awesome if we can have the choice. So boto in version 2 and boto3 would be installed and we could use both s3://
and boto3+s3://
URL format.
I don't know if boto3+s3://
is currently supported in volumerize
s3://
suits me perfectly)Thanks for your investigation!
Yes boto3
is already installed, so i will just add the boto
package.
Hello,
Thanks for your work with volumerize. :tada:
I have an issue with S3 during backup (boto module missing). If i attach to container and install boto manually, next run will work.
My volumerize is setup with a docker-compose :
Is it a misconfiguration on my side or a problem in volumerize?
Thanks in advance for your help :smile: