通过macOS终端将图片上传到Google Cloud Storage

时间:2019-09-27 06:19:39

标签: bash macos firebase google-cloud-storage

是否可以使用bash命令将图片从本地文件夹上传到Google Cloud Storage?

1 个答案:

答案 0 :(得分:1)

您可以使用'curl' tool to send REST API call(单击REST API)将对象上载到Google Cloud Storage。