Package akka.javasdk.testkit
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
accessKeyId
-
secretAccessKey
-
-
Constructor Details
-
S3StaticCredentials
-