duplicity-team team mailing list archive
-
duplicity-team team
-
Mailing list archive
-
Message #05426
[Question #690245]: Add support for custom endpoint_url for boto3+s3
New question #690245 on Duplicity:
https://answers.launchpad.net/duplicity/+question/690245
Would it be possible to add support of URL like this : boto3+s3://<non_amazon_endpoint>/<bucket>/<path> ?
hacked line 93 of s3_boto3_backend.py like this and it seems to work :
self.s3 = boto3.resource(u's3',endpoint_url='https://oss.eu-west-0.prod-cloud-ocb.orange-business.com')
--
You received this question notification because your team duplicity-team
is an answer contact for Duplicity.