SystemPropertyCredentialsProvider

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

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 fun resolve(attributes: <Error class: unknown class>): <Error class: unknown class>
Link copied to clipboard
open override fun toString(): String