Class ObjectStorageBucketConfig.S3StaticCredentials

Object
akka.javasdk.testkit.ObjectStorageBucketConfig.S3StaticCredentials
All Implemented Interfaces:
ObjectStorageBucketConfig.S3Credentials
Enclosing interface:
ObjectStorageBucketConfig

public static final class ObjectStorageBucketConfig.S3StaticCredentials extends Object implements ObjectStorageBucketConfig.S3Credentials
Static AWS credentials (access key + secret). Suitable for local development with MinIO or a real S3 bucket accessed with API keys.
  • Field Details

    • accessKeyId

      public final String accessKeyId
    • secretAccessKey

      public final String secretAccessKey
  • Constructor Details

    • S3StaticCredentials

      public S3StaticCredentials(String accessKeyId, String secretAccessKey)