You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After merging and releasing aws/aws-cli#7398, the official envar supported by aws-cli is AWS_CREDENTIAL_EXPIRATION, so I believe it should replace AWS_SESSION_EXPIRATION.
when envars are set, aws configure export-credentials just utilise them. So AWS_CREDENTIAL_EXPIRATION variable has to be set by granted (or any other tool) and then aws configure export-credentials would work correctly
After merging and releasing aws/aws-cli#7398, the official envar supported by
aws-cli
isAWS_CREDENTIAL_EXPIRATION
, so I believe it should replaceAWS_SESSION_EXPIRATION
.It's also important due to that:
aws/aws-cli#7388 (comment)
The text was updated successfully, but these errors were encountered: