We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 325329a commit d68a8aeCopy full SHA for d68a8ae
packages/synthetics-sdk-broken-links/src/storage_func.ts
@@ -61,8 +61,7 @@ export async function getOrCreateStorageBucket(
61
if (!storageClient) return null;
62
63
const projectId = sanitizeObjectName(await resolveProjectId());
64
- // const region = sanitizeObjectName(await getExecutionRegion());
65
- const region = "us-east4"
+ const region = sanitizeObjectName(await getExecutionRegion());
66
67
// if the user chose to use/create the default bucket but we were not able
68
// to resolve projectId or cloudRegion
0 commit comments