utils.notebookhelpers.gcs

Module Contents

Classes

GCSHelper

Attributes

logger

utils.notebookhelpers.gcs.logger
class utils.notebookhelpers.gcs.GCSHelper(cred_file_path: str, bucket: str)
classmethod init(cred_file_path: str, bucket: str) GCSHelper
upload_file(local_file_path, remote_dir_path=None)
download_file(remote_file_path, local_dir_path)
download_folder(remote_dir, local_dir_path)
list_files(remote_dir_path=None)
delete_file(remote_file_path)
__get_abs_remote_path(file_path)
__file_exists(file_path)