RhodiumGroup / rhg_compute_tools

Tools for using compute.rhg.com and compute.impactlab.org
MIT License
1 stars 4 forks source link

fix gcs.rm #59

Closed bolliger32 closed 4 years ago

bolliger32 commented 4 years ago

Description

Daniel used this function (with recursive=True) to remove a "directory" with many sub-directories and files within it. It removed it from GCSFUSE but was still visible on the cloud console.

Additionally, I wrote this function to use the python API but sounds like calling gsutil would be faster due to parallelization.

So we should just rewrite this with gsutil.