aws / aws/aws-sdk-java-v2

Support for case insensitive properties in the aws credentials file

Open
#5,689 2 comments 2 reactions 0 assignees View on GitHub
cross-sdk feature-request p2
Dominant language
Java
Stars
2.6k
Forks
1k
Avg merge
2d 9h
Merged PRs (30d)
51

Description

Originally reported in https://github.com/aws/aws-sdk-java-v2/pull/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.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.