Comment 2 for bug 1411803

Revision history for this message
Wren Turkal (wt-penguintechs-org) wrote :

That was an unfinished comment:

Is this fix supposed to be released in vivid? I had to do t to backend/botobackend.py in vivid to make the s3 backend work.

# diff -u botobackend.py.bak botobackend.py
--- botobackend.py.bak 2015-04-29 10:33:21.077085751 -0700
+++ botobackend.py 2015-04-29 10:27:54.387321687 -0700
@@ -31,4 +31,4 @@
 duplicity.backend.register_backend("gs", BotoBackend)
 duplicity.backend.register_backend("s3", BotoBackend)
 duplicity.backend.register_backend("s3+http", BotoBackend)
-duplicity.backend.uses_netloc.extend([ 'gs', 's3', 's3+http' ])
+duplicity.backend.uses_netloc.extend([ 'gs' ]) #, 's3', 's3+http' ])