-
Notifications
You must be signed in to change notification settings - Fork 55
Closed
Labels
feature-requestA feature should be added or improved.A feature should be added or improved.
Description
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
Labels
feature-requestA feature should be added or improved.A feature should be added or improved.