File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 9
9
MAJOR_VERSION_PATH = "v1.0"
10
10
CONFIG_PATH = "v1.0-config.json"
11
11
GCS_DEFAULT_URL = "gs://vo_afun_release_master_us_central1/"
12
+ GCS_DEFAULT_PUBLIC_URL = "gs://vo_anoph_temp_us_central1/vo_agam_release/"
12
13
GCS_REGION_URLS = {
13
14
"us-central1" : "gs://vo_afun_release_master_us_central1" ,
14
15
}
@@ -78,7 +79,7 @@ class Af1(AnophelesDataResource):
78
79
def __init__ (
79
80
self ,
80
81
url = None ,
81
- public_url = "https://storage.googleapis.com/vo_anoph_temp_us_central1/vo_afun_release/" ,
82
+ public_url = GCS_DEFAULT_PUBLIC_URL ,
82
83
bokeh_output_notebook = True ,
83
84
results_cache = None ,
84
85
log = sys .stdout ,
Original file line number Diff line number Diff line change 15
15
MAJOR_VERSION_PATH = "v3"
16
16
CONFIG_PATH = "v3-config.json"
17
17
GCS_DEFAULT_URL = "gs://vo_agam_release_master_us_central1/"
18
+ GCS_DEFAULT_PUBLIC_URL = "gs://vo_anoph_temp_us_central1/vo_agam_release/"
18
19
GCS_REGION_URLS = {
19
20
"us-central1" : "gs://vo_agam_release_master_us_central1" ,
20
21
}
@@ -138,7 +139,7 @@ class Ag3(AnophelesDataResource):
138
139
def __init__ (
139
140
self ,
140
141
url = None ,
141
- public_url = "https://storage.googleapis.com/vo_anoph_temp_us_central1/vo_agam_release/" ,
142
+ public_url = GCS_DEFAULT_PUBLIC_URL ,
142
143
bokeh_output_notebook = True ,
143
144
results_cache = None ,
144
145
log = sys .stdout ,
You can’t perform that action at this time.
0 commit comments