AwsSigV4Config

data class AwsSigV4Config(val region: String, val credentialsProvider: AwsCredentialsProvider, val service: String? = null, val clock: Clock = Clock.System)

SigV4 configuration.

service is optional; if null, the signer auto-detects aoss for *.aoss.amazonaws.com endpoints and uses es otherwise.

Constructors

Link copied to clipboard
constructor(region: String, credentialsProvider: AwsCredentialsProvider, service: String? = null, clock: Clock = Clock.System)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard