Buckets.Strategy.GCS (buckets v0.2.0)

Summary

Functions

Gets a signed URL for temporarily delegating access to an object in a bucket.

Functions

Link to this function

url(filename, scope, opts)

Gets a signed URL for temporarily delegating access to an object in a bucket.

Errors

* 403 PERMISSION_DENIED: Permission 'iam.serviceAccounts.signBlob' denied on resource
  (or it may not exist). Make sure the authorized SA has role roles/iam.serviceAccountTokenCreator
  on the SA passed in the URL.

* 403 PERMISSION_DENIED: IAM Service Account Credentials API has not been used in project {project_id}
  before or it is disabled. Enable it by visiting {url} then retry. If you enabled this API recently,
  wait a few minutes for the action to propagate to our systems and retry. Make sure the authorized SA
  has role roles/iam.serviceAccountTokenCreator on the SA passed in the URL."