Skip to content

Commit

Permalink
log GOOGLE_APPLICATION_CREDENTIALS
Browse files Browse the repository at this point in the history
  • Loading branch information
josancamon19 committed Apr 10, 2024
1 parent b2fb61a commit f5d495a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utils/cloud_storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

from google.cloud import storage

storage_client = storage.Client.from_service_account_json(
os.getenv('GOOGLE_APPLICATION_CREDENTIALS', 'google-credentials.json'))
print('GOOGLE_APPLICATION_CREDENTIALS:', os.getenv('GOOGLE_APPLICATION_CREDENTIALS'))
storage_client = storage.Client.from_service_account_json(os.getenv('GOOGLE_APPLICATION_CREDENTIALS', 'google-credentials.json'))
bucket_name = os.getenv('CLOUD_STORAGE_BUCKET_NAME')


Expand Down

0 comments on commit f5d495a

Please sign in to comment.