gstorage.utils

Helper functions used by other modules

gstorage.utils.find_files(path)

Return only the files under the given path

Parameters:path – relative or absolute path to the directory
Returns:List of string where each item is a filepath
gstorage.utils.get_config(key)

Get the value of config from settings. Else get it from environment.

Parameters:key (string) – A string indicating the key to config, for ex - GOOGLE_APPLICATION_CREDENTIALS
Returns:The value of the key if present, else None