aws-sdk-kotlin icon indicating copy to clipboard operation
aws-sdk-kotlin copied to clipboard

On-disk credentials caching

Open lauzadis opened this issue 1 year ago • 0 comments

Describe the feature

Implement support for on-disk credentials caching via the credential_cache and credential_cache_location environment variables.

Is your feature request related to a problem?

No.

Proposed Solution

Implement support according to the internal cross-SDKs specification. (disk-cache.md). Note: we already support in-memory caching via CachedCredentialsProvider, we just need to add support for on-disk caching.

Describe alternative solutions or features you've considered

No response

Acknowledge

  • [X] I may be able to implement this feature request

AWS SDK for Kotlin version

N/A

Platform (JVM/JS/Native)

N/A

Operating system and version

N/A

lauzadis avatar May 09 '24 19:05 lauzadis