Open zackarno opened 2 weeks ago
currently, this call: https://github.com/OCHA-DAP/hdx-signals/blob/37fd8ab78787c40c7ad93911a741be306e4e52f7/src/utils/cloud_storage.R#L93
gets run before the conditional if(hs_local$hs_local()) call is made, but technically if running locally no need for the key
if(hs_local$hs_local())
currently, this call: https://github.com/OCHA-DAP/hdx-signals/blob/37fd8ab78787c40c7ad93911a741be306e4e52f7/src/utils/cloud_storage.R#L93
gets run before the conditional
if(hs_local$hs_local())
call is made, but technically if running locally no need for the key