Skip to content

Commit

Permalink
Merge pull request #593 from malariagen/GH585-drop-multi-region-bucke…
Browse files Browse the repository at this point in the history
…t-support

Update GCS bucket to use single-region as default
  • Loading branch information
ahernank authored Sep 2, 2024
2 parents 291af24 + 5069abb commit 27f9589
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion malariagen_data/af1.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
MAJOR_VERSION_NUMBER = 1
MAJOR_VERSION_PATH = "v1.0"
CONFIG_PATH = "v1.0-config.json"
GCS_DEFAULT_URL = "gs://vo_afun_release/"
GCS_DEFAULT_URL = "gs://vo_afun_release_master_us_central1/"
GCS_REGION_URLS = {
"us-central1": "gs://vo_afun_release_master_us_central1",
}
Expand Down
2 changes: 1 addition & 1 deletion malariagen_data/ag3.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
MAJOR_VERSION_NUMBER = 3
MAJOR_VERSION_PATH = "v3"
CONFIG_PATH = "v3-config.json"
GCS_DEFAULT_URL = "gs://vo_agam_release/"
GCS_DEFAULT_URL = "gs://vo_agam_release_master_us_central1/"
GCS_REGION_URLS = {
"us-central1": "gs://vo_agam_release_master_us_central1",
}
Expand Down

0 comments on commit 27f9589

Please sign in to comment.