Skip to content

Commit 1bbc2dc

Browse files
Joel Griffithtylersmalley
authored andcommitted
Move over to Google Storage vs AWS (#44685)
1 parent 9c402ba commit 1bbc2dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • x-pack/plugins/reporting/server/browsers/chromium

x-pack/plugins/reporting/server/browsers/chromium/paths.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import path from 'path';
88

99
export const paths = {
1010
archivesPath: path.resolve(__dirname, '../../../.chromium'),
11-
baseUrl: 'https://s3.amazonaws.com/headless-shell/',
11+
baseUrl: 'https://storage.googleapis.com/headless_shell/',
1212
packages: [
1313
{
1414
platforms: ['darwin', 'freebsd', 'openbsd'],

0 commit comments

Comments
 (0)