Closed arbourd closed 2 years ago
Google Cloud allows users to authenticate as a service account automatically. This is the proffered method to authenticate when running in/on GCE or GKE.
Changes that would need to be made to support keyfile-less authentication:
keyfileName
this.storage
this.storage.projectId
Google Cloud allows users to authenticate as a service account automatically. This is the proffered method to authenticate when running in/on GCE or GKE.
Changes that would need to be made to support keyfile-less authentication:
keyfileName
optional https://github.com/tweedegolf/storage-abstraction/blob/6b823ea0e0dc83ecb9954cb19c6ebbd87ae417a8/src/AdapterGoogleCloudStorage.ts#L67this.storage
:this.storage.projectId
, instead of parsing it from file