我正在尝试按照迁移指南进行操作: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开发人员密钥”或访问/密钥的东西。救命! :)
答案 0 :(得分:7)
生成可互操作密钥的分步说明如下: https://developers.google.com/storage/docs/migrating#keys
后人: