谷歌云存储Aws迁移,如何获取访问/密钥?

时间:2014-09-20 17:46:09

标签: amazon-s3 google-cloud-storage

我正在尝试按照迁移指南进行操作:https://developers.google.com/storage/docs/migrating

In your existing tools or libraries, make the following changes:
Change the request endpoint to use the Google Cloud Storage request endpoint.
Replace the Amazon Web Services (AWS) access and secret key with the corresponding Google Cloud    Storage access key and secret key (collectively called your Google developer key).

似乎有两个位置 - “google console”https://console.developers.google.com/和“google apis console”https://code.google.com/apis/console/b/0

他们似乎都不会制作任何称为“Google开发人员密钥”或访问/密钥的东西。救命! :)

1 个答案:

答案 0 :(得分:7)

生成可互操作密钥的分步说明如下: https://developers.google.com/storage/docs/migrating#keys

后人:

  1. 转到Google Developers Console
  2. 单击要为其生成开发人员密钥的项目名称。
  3. 在左侧边栏中,展开“存储”部分,单击“云存储”,然后单击“项目”仪表板。 这将打开一个新的浏览器窗口,显示其他存储访问配置。
  4. 在信息中心的左侧边栏中,确保项目选择器显示要为其生成开发人员密钥的项目,然后单击Google云端存储。 在信息中心的左侧边栏中,单击Google云端存储,然后单击“互操作访问”。
  5. 单击“生成新密钥”。 将显示新开发人员密钥的访问密钥部分。
  6. 单击“显示”以显示新开发人员密钥的秘密部分。