MCPcopy Create free account
hub / github.com/api3dao/airnode / initializeGcsService

Function initializeGcsService

packages/airnode-deployer/src/infrastructure/gcp.ts:14–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12import * as logger from '../utils/logger';
13
14const initializeGcsService = () => new Storage();
15
16const initializeGcsBucket = (bucketName: string) => initializeGcsService().bucket(bucketName);
17

Callers 3

initializeGcsBucketFunction · 0.85
getAirnodeBucketFunction · 0.85
createAirnodeBucketFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected