BraydenMoore commited on
Commit
04cf836
·
1 Parent(s): 6781e74

Fix auth string formatting

Browse files
Files changed (1) hide show
  1. main.py +1 -0
main.py CHANGED
@@ -13,6 +13,7 @@ from google.cloud import storage
13
 
14
  # authenticate gcp
15
  gcp_sa_key = json.loads(os.environ.get('GCP_SA_KEY'))
 
16
  client = storage.Client.from_service_account_info(gcp_sa_key)
17
  bucket = client.get_bucket('bmllc-marci-data-bucket')
18
 
 
13
 
14
  # authenticate gcp
15
  gcp_sa_key = json.loads(os.environ.get('GCP_SA_KEY'))
16
+ print(gcp_sa_key)
17
  client = storage.Client.from_service_account_info(gcp_sa_key)
18
  bucket = client.get_bucket('bmllc-marci-data-bucket')
19