early-ability-21848
02/16/2022, 12:18 PMError creating EdgeCacheOrigin: googleapi: Error 404: Method not found.
when trying to create an EdgeCacheOrigin
for a bucket, pretty much from the documentation:
const webStaticOrigin = new gcp.networkservices.EdgeCacheOrigin(
"web-static-origin",
{
originAddress: webStaticBucket.url,
}
);
any idea how to fix?