aws / aws-sdk-java

The official AWS SDK for Java 1.x. The AWS SDK for Java 2.x is available here: https://github.com/aws/aws-sdk-java-v2/
https://aws.amazon.com/sdkforjava
Apache License 2.0
4.11k stars 2.83k forks source link

Urgency/Relevance of access key ID length extension from 32 to 128? #1171

Closed sopel closed 7 years ago

sopel commented 7 years ago

Hi Team,

Release 1.11.135 reflects a possibly far reaching change regarding the extension of the IAM AccessKey datatype's AccessKeyId field length that has seemingly also been applied to most/all other SDKs already, yet doesn't seem to be announced/documented elsewhere so far:

The unique ID and access key lengths were extended from 32 to 128

Can you already comment on when/how respectively longer access key IDs might be encountered at runtime?

Many thanks, Steffen

varunnvs92 commented 7 years ago

This change is on service (AWS IAM) side. Based on the service side changes, we auto-update SDKs. The SDK team is not the right team to answer the affect of longer access ID lengths. Please reach out to AWS IAM team through AWS forums or console support. Thank you. https://forums.aws.amazon.com/forum.jspa?forumID=76

Feel free to reopen if you think this is an SDK issue.