geeViz.cloudStorageManagerLib#

Helpful functions for managing Google Cloud Storage (GCS) buckets and blobs

geeViz.cloudStorageManagerLib includes functions for renaming, seeing if a blob exists, and deleting blobs.

Functions

bucket_exists(bucket_name)

See if a GCS bucket exists

create_bucket(bucket_name)

delete_blob(bucket, filename)

gcs_exists(bucket, filename)

list_blobs(bucket_name)

list_files(bucket_name)

rename_blobs(bucket_name, old_name, new_name)

Renames a group of blobs.