secretKey property

String secretKey
final

Secret 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 accessKey.

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

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

Implementation

final String secretKey;