Created
          October 11, 2018 00:53 
        
      - 
      
 - 
        
Save naranjja/740d84edb9cb1cf41c3b3efc91953efa to your computer and use it in GitHub Desktop.  
    Use gsutil to copy all files in folder to Cloud Storage without overwriting
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | gsutil -m cp -n * gs://path/to/folder | |
| # -m: parallel job for multiple files | |
| # -n: do not overwrite | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment