DataBiosphere / data-store

AWS and GCP data storage system for genomic data.
https://dss.dev.ucsc-cgp-redwood.org
Other
3 stars 2 forks source link

Use GCP project ID instead of GCP project name #90

Closed chmreid closed 4 years ago

chmreid commented 4 years ago

Attempting to fix some 403 errors in tests.

GCP uses the project ID in service account emails, URLs, etc., and does not use the project name anywhere. Due to a renaming, the project name and ID no longer match, so this fixes the bugs uncovered by that rename.