gpt4 book ai didi

amazon-web-services - 如何使用 aws-cli 访问 Google Cloud Storage 存储桶

转载 作者:行者123 更新时间:2023-12-04 08:14:59 25 4
gpt4 key购买 nike

我可以访问 aws 和 Google Cloud Platform。

这是否可以执行以下操作,

  • 使用 aws-cli 列出 Google Cloud Storage 存储桶
  • 使用 aws-cli 将 CSV 文件放入 Google Cloud Storage 存储桶
  • 使用 aws-cli 从 Google Cloud Storage 存储桶中获取对象
  • 最佳答案

    有可能的。 Per GCP documentation

    The Cloud Storage XML API is interoperable with ... services such as Amazon Simple Storage Service (Amazon S3)



    为此,您需要启用 Interoperability在 Google Cloud Storage 控制台的“设置”屏幕中。您可以从那里创建存储访问 key 。

    配置 aws cli 用这些键。浏览器 aws configure .

    然后您可以使用 aws s3命令与 --endpoint-url标志设置为 https://storage.googleapis.com .

    例如:
    MacBook-Pro:~$ aws s3 --endpoint-url https://storage.googleapis.com ls
    2018-02-09 14:43:42 foo.appspot.com
    2018-02-09 14:43:42 bar.appspot.com
    2018-05-02 20:03:08 etc.appspot.com

    aws s3 --endpoint-url https://storage.googleapis.com cp test.md s3://foo.appspot.com
    upload: ./test.md to s3://foo.appspot.com/test.md

    关于amazon-web-services - 如何使用 aws-cli 访问 Google Cloud Storage 存储桶,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47095834/

    25 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com