accessKey property

String accessKey
final

Key to access the bucket from the API.

  1. select the project with the bucket and access the following URL. https://console.cloud.google.com/storage/settings;tab=interoperability
  2. Click "Create Key" under "User Account Access Key" to create the key along with secretKey.

バケットにAPIからアクセスするためのキー。

  1. バケットのあるプロジェクトを選択し、下記のURLにアクセスします。 https://console.cloud.google.com/storage/settings;tab=interoperability
  2. 「ユーザー アカウントのアクセスキー」の「鍵を作成」をクリックするとsecretKeyと共に作成されます。

Implementation

final String accessKey;