Skip to content

Add expiration to credentials #212

@aajtodd

Description

@aajtodd

Currently credentials in both aws-sdk-kotlin and crt-kotlin look something like:

public data class Credentials(val accessKeyId: String, val secretAccessKey: String, val sessionToken: String? = null)

This should be refactored to include expires: Instant? (or similar) to mark if the credentials expire and if so when.

Metadata

Metadata

Assignees

No one assigned

    Labels

    feature-requestA feature should be added or improved.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions