RhodiumGroup / rhg_compute_tools

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

allow for flags in cp_to_gcs #22

Closed bolliger32 closed 5 years ago

bolliger32 commented 5 years ago

for instance -P which allows for persisting the modified times as gsutil is copying files. This matters for geoclaw plotting tools, annoyingly. I'll submit a PR for this.

bolliger32 commented 5 years ago

Note: it appears that you cannot persist modification times when copying from local file system to GCS (or at least I couldn't figure out how). I am still creating a PR so that you can add gsutil cp flags, even if persisting mtime is not one of the capabilities.