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
|
Checks if a GCS bucket exists. |
|
Creates a GCS bucket. |
|
Deletes a specified file from a GCS bucket. |
|
Checks if a specific file exists in a GCS bucket. |
|
Lists all blob objects in a bucket. |
|
Lists filenames in a bucket. |
|
Renames a group of blobs in a bucket. |