bhr_collection is accessing the public symbols AWS S3 bucket directly rather than going through the Mozilla Symbols Server and getting redirected. We're planning to migrate to GCP and after we migrate, there won't be any AWS S3 bucket.

This fixes bhr_collection so that it works with our current setup as well as the setup we'll have after the GCP migration.

Details: https://bugzilla.mozilla.org/show_bug.cgi?id=1831952
This commit is contained in:
Will Kahn-Greene 2023-05-24 15:55:01 -04:00
Родитель 5296f5a3d0
Коммит 781c017962
1 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -1139,8 +1139,7 @@ default_config = {
"end_date": datetime.today() - timedelta(days=1),
"use_s3": True,
"sample_size": 0.50,
"symbol_server_url": "https://s3-us-west-2.amazonaws.com/"
"org.mozilla.crash-stats.symbols-public/v1/",
"symbol_server_url": "https://symbols.mozilla.org/",
"hang_profile_in_filename": "hang_profile_128_16000",
"hang_profile_out_filename": None,
"print_debug_info": False,