Skip to content

Support for case insensitive properties in the aws credentials file #5689

Open
@debora-ito

Description

@debora-ito

Originally reported in #4164.

Some SDKs (like Java, .NET, Javascript, Ruby) only support lowercase attributes in the aws credentials file, like:

[default]
aws_access_key_id=
aws_secret_access_key=
aws_session_token=

Uppercase properties like AWS_ACCESS_KEY_ID and AWS_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.

Metadata

Metadata

Assignees

Labels

cross-sdkfeature-requestA feature should be added or improved.p2This is a standard priority issue

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions