Google cloud storage. Migration migration how to get access / secret key?

I am trying to follow the migration guide here: 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).

      

There seem to be two dots: "google console" https://console.developers.google.com/ and "google apis console" https://code.google.com/apis/console/b/0

None of them seem to do anything called "google developer key" or passkey / secret. Help!:)

+3


source to share


1 answer


Step-by-step instructions for creating interoperable keys: https://developers.google.com/storage/docs/migrating#keys

For posterity:



  • Go to Google Developers Console .
  • Click the name of the project for which you want to generate a developer key.
  • In the left sidebar, expand the Storage section, click Cloud Storage, and click Project Toolbar. This opens a new browser window that displays additional storage access configuration.
  • In the left sidebar of your dashboard, make sure the Project Selector displays the project for which you want to create a developer key, and then click Google Cloud Storage. On the left sidebar of the dashboard, select Google Cloud Storage and click Compatible Access.
  • Click "Create New Key". The key part of the access of the new developer key is displayed.
  • Click Show to display the secret part of the new developer key.
+6


source







All Articles