SystemPropertyCredentialsProvider

class SystemPropertyCredentialsProvider(val getProperty: (String) -> String? = PlatformProvider.System::getProperty) : CredentialsProvider

A CredentialsProvider which reads aws.accessKeyId, aws.secretAccessKey, and aws.sessionToken from system properties.

Constructors

Link copied to clipboard
constructor(getProperty: (String) -> String? = PlatformProvider.System::getProperty)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open suspend override fun resolve(attributes: Attributes): Credentials
Link copied to clipboard
open override fun toString(): String