[tor-commits] [ooni-probe/master] The correct name for cloudfront based backends is "cloudfront" (#620)

art at torproject.org art at torproject.org
Fri Oct 14 19:00:56 UTC 2016


commit 73b934ca05330d7c746e904f3f486e81b2ffcf12
Author: Arturo Filastò <arturo at filasto.net>
Date:   Tue Oct 11 13:05:28 2016 +0200

    The correct name for cloudfront based backends is "cloudfront" (#620)
---
 ooni/ui/cli.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/ooni/ui/cli.py b/ooni/ui/cli.py
index e7a0d88..c16173b 100644
--- a/ooni/ui/cli.py
+++ b/ooni/ui/cli.py
@@ -210,13 +210,13 @@ def initializeOoniprobe(global_options):
         include_country = False
 
     answer = raw_input('How would you like reports to be uploaded? (onion, '
-                       'https, cloudfronted) ')
+                       'https, cloudfront) ')
 
     preferred_backend = 'onion'
     if answer.lower().startswith("https"):
         preferred_backend = 'https'
-    elif answer.lower().startswith("cloudfronted"):
-        preferred_backend = 'cloudfronted'
+    elif answer.lower().startswith("cloudfront"):
+        preferred_backend = 'cloudfront'
 
     config.create_config_file(include_ip=include_ip,
                               include_asn=include_asn,





More information about the tor-commits mailing list