aws / aws-sdk-go

AWS SDK for the Go programming language.
http://aws.amazon.com/sdk-for-go/
Apache License 2.0
8.58k stars 2.07k forks source link

save sso cache token expiresAt in UTC #5293

Closed clhuang closed 1 week ago

clhuang commented 3 weeks ago

If the expiresAt field is saved with time zone (e.g. 2024-06-10T15:00:06-08:00) it will fail to load in certain SDKs such as the rust AWS SDK. To avoid this, ensure that it is always saved as a UTC format.

[IMPORTANT] We announced the upcoming end-of-support for AWS SDK for Go v1. We are no longer accepting PRs for additive features to the v1 SDK.

For changes to files under the /model/ folder, and manual edits to autogenerated code (e.g. /service/s3/api.go) please create an Issue instead of a PR for those type of changes.

If there is an existing bug or feature this PR is answers please reference it here.