library · inferred from evidence
nodejs-storage
The Node.js client library for Google Cloud Storage.
- GCS Node SDK: lots of socket hang up errors on batch requests
Batch file existence checks against GCS (bucket.file(fileName).exists() in batches of 20) produce lots of socket hang up errors from the @google-cloud/storage Node SDK. The SDK was not reusing connections properly, so bursts of requests exh
- GCS getSignedUrl fails: Cannot sign data without client_email
Calling getSignedUrl from the Node.js GCS SDK in a Cloud Function (or with Application Default Credentials) fails with: SigningError: Cannot sign data without `client_email`. The environment has read access to the bucket but no service-acco