[DOCS] awsCredentialExport format missing expiration key
Resolved 💬 2 comments Opened May 10, 2026 by yakovsh Closed May 10, 2026
Documentation Type
Incorrect/outdated documentation
Documentation Location
https://code.claude.com/docs/en/amazon-bedrock
Section/Topic
Advanced credential configuration
Current Documentation
For output format for awsCredentialExport says:
{
"Credentials": {
"AccessKeyId": "value",
"SecretAccessKey": "value",
"SessionToken": "value"
}
}
What's Wrong or Missing?
It is missing the expiration key that is used in other places for AWS login. As the result when the credentials expire, Claude hangs.
Suggested Improvement
Add expiration key
Impact
Medium - Makes feature difficult to understand
Additional Context
_No response_
This issue has 2 comments on GitHub. Read the full discussion on GitHub ↗