Skip to content

Commit fe4adf4

Browse files
Tyler SmalleyJoel Griffith
andauthored
Move over to Google Storage vs AWS (#44685) (#71485)
Co-authored-by: Joel Griffith <joel.griffith@elastic.co>
1 parent d473f43 commit fe4adf4

File tree

1 file changed

+1
-1
lines changed
  • x-pack/plugins/reporting/server/browsers/chromium

1 file changed

+1
-1
lines changed

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)