Skip to content

Commit 308d23f

Browse files
committed
Update FEATURE_REQUESTS
References #1452, #1455, and #1480
1 parent 8b764ae commit 308d23f

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

FEATURE_REQUESTS.md

+24
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,30 @@ We can be found in our [Gitter channel](http://gitter.im/aws/aws-sdk-ruby) and o
1010

1111
## Ideas
1212

13+
### Add Support for CLI Profile Environment Variable
14+
15+
While the SDKs generally use `AWS_PROFILE` as the environment variable source of
16+
the shared config/credentials profile, the CLI promotes the
17+
`AWS_DEFAULT_PROFILE` environment variable. Request is to also support that as a
18+
secondary source.
19+
20+
See [related GitHub issue #1452](https://github.com/aws/aws-sdk-ruby/issues/1452).
21+
22+
### Add Region Detection from EC2 Metadata
23+
24+
We use instance metadata for credentials, feature request is to also use it for
25+
region resolution.
26+
27+
See [related GitHub issue #1455](https://github.com/aws/aws-sdk-ruby/issues/1455).
28+
29+
### AssumeRole MFA Integration with SharedConfig
30+
31+
`Aws::AssumeRoleCredentials` allows for MFA support, but does not pull
32+
non-token values from SharedConfig in this case. Could be implemented as a new
33+
method.
34+
35+
See [related GitHub issue #1480](https://github.com/aws/aws-sdk-ruby/issues/1480).
36+
1337
### Lazy Building of Resource Objects from Raw Responses
1438

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

0 commit comments

Comments
 (0)