Naming Change

This commit is contained in:
Yam ZhengLim
2022-08-23 14:31:14 +08:00
parent 1bf65701d8
commit 080494823a
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ def exchange_extract(EXCHANGE_CSV_TEMP_STORAGE_PATH):
def exchange_load_to_cloudstorage(EXCHANGE_CSV_TEMP_STORAGE_PATH):
#Config file name
CLOUDSTORAGE_CREDENTIAL_FILE = "config/CLOUD-STORAGE-ADMIN-CREDENTIAL.json"
CLOUDSTORAGE_CREDENTIAL_FILE = "config/CLOUD_STORAGE_ADMIN_CREDENTIAL.json"
#Connect to cloudstorage
ex_storage_client = ex_load_func.login_cloudstorage_credential(CLOUDSTORAGE_CREDENTIAL_FILE)