Can I upload files to google cloud storage from url?

前端 未结 3 1611
猫巷女王i
猫巷女王i 2020-12-16 12:47

Code Exemple:

gsutil cp \"http://www.exemple.com/file.txt\" \"gs://bucket/\"
3条回答
  •  遥遥无期
    2020-12-16 13:33

    There is Cloud Storage Transfer Service with an option to upload list of URLs though not very simple and more batch-oriented.

提交回复
热议问题