function createUriPath()

in gcs.js [21:23]


function createUriPath(bucketId, objectId) {
  return `gs://${bucketId}/${objectId}`;
}