You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thrownewError("❌ S3 Credentials not provided.\nProvide an AWS access key ID and secret access key that has write access to the S3 Storage.\nRefer to the README file and --help for additional information.");
84
95
}
85
96
console.log(`✔️ S3 Credentials: ${awsCredentialsResult.awsAccessKeyId.slice(0,4)}${'*'.repeat(awsCredentialsResult.awsAccessKeyId.length-4)} from '${awsCredentialsResult.source}'`);
thrownewError("❌ Fastly API Token not provided.\nSet the FASTLY_API_TOKEN environment variable to an API token that has write access to the KV Store.");
110
+
}
111
+
console.log(`✔️ Fastly API Token: ${apiTokenResult.apiToken.slice(0,4)}${'*'.repeat(apiTokenResult.apiToken.length-4)} from '${apiTokenResult.source}'`);
awaitcallFastlyApi(fastlyApiContext,endpoint,`Purging surrogate key [${surrogateKey}] on service [${fastlyServiceId}]`,null,{method: 'POST', headers });
0 commit comments