Support for case insensitive properties in the aws credentials file #5689
Labels
cross-sdk
feature-request
A feature should be added or improved.
p2
This is a standard priority issue
Originally reported in #4164.
Some SDKs (like Java, .NET, Javascript, Ruby) only support lowercase attributes in the aws
credentials
file, like:Uppercase properties like
AWS_ACCESS_KEY_ID
andAWS_SECRET_ACCESS_KEY
are ignored by most SDKs - although it works fine in AWS CLI.This is a feature request for support of case insensitive
credentials
file properties , in a consistent manner across all the SDKs.Community note: please add a 👍 if you are interested in this.
The text was updated successfully, but these errors were encountered: