Inconsistency in API for different gsutil commpands
Closed this issue · 0 comments
bolliger32 commented
- RHG Compute Tools version: current
Description
Right now we have cp_gcs
, sync_gcs
, and rm
. In addition, each one takes src
, dest
, and e.g. cp_flags
or sync_flags
. We should make this consistent and just have cp
, sync
, and rm
. Each of which take src
, dest
, and flags
.