Class ObjectStorageBucketConfig.GcsServiceAccountKeyCredentials

Object
akka.javasdk.testkit.ObjectStorageBucketConfig.GcsServiceAccountKeyCredentials
Record Components:
path - absolute path to the service-account JSON key file
All Implemented Interfaces:
ObjectStorageBucketConfig.GcsCredentials
Enclosing interface:
ObjectStorageBucketConfig

public static final class ObjectStorageBucketConfig.GcsServiceAccountKeyCredentials extends Object implements ObjectStorageBucketConfig.GcsCredentials
GCS service-account key file credentials. Suitable for local development with a downloaded JSON key file.
  • Field Details

    • path

      public final String path
  • Constructor Details

    • GcsServiceAccountKeyCredentials

      public GcsServiceAccountKeyCredentials(String path)