Skip to content

Commit

Permalink
Update FEATURE_REQUESTS
Browse files Browse the repository at this point in the history
References #1452, #1455, and #1480
  • Loading branch information
awood45 committed Apr 21, 2017
1 parent d319a1e commit 2e3fe0a
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions FEATURE_REQUESTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,30 @@ We can be found in our [Gitter channel](http://gitter.im/aws/aws-sdk-ruby) and o

## Ideas

### Add Support for CLI Profile Environment Variable

While the SDKs generally use `AWS_PROFILE` as the environment variable source of
the shared config/credentials profile, the CLI promotes the
`AWS_DEFAULT_PROFILE` environment variable. Request is to also support that as a
secondary source.

See [related GitHub issue #1452](https://github.com/aws/aws-sdk-ruby/issues/1452).

### Add Region Detection from EC2 Metadata

We use instance metadata for credentials, feature request is to also use it for
region resolution.

See [related GitHub issue #1455](https://github.com/aws/aws-sdk-ruby/issues/1455).

### AssumeRole MFA Integration with SharedConfig

`Aws::AssumeRoleCredentials` allows for MFA support, but does not pull
non-token values from SharedConfig in this case. Could be implemented as a new
method.

See [related GitHub issue #1480](https://github.com/aws/aws-sdk-ruby/issues/1480).

### Lazy Building of Resource Objects from Raw Responses

There are performance/memory questions around some very large responses (such
Expand Down

0 comments on commit 2e3fe0a

Please sign in to comment.