File tree 1 file changed +24
-0
lines changed
1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,30 @@ We can be found in our [Gitter channel](http://gitter.im/aws/aws-sdk-ruby) and o
10
10
11
11
## Ideas
12
12
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
+
13
37
### Lazy Building of Resource Objects from Raw Responses
14
38
15
39
There are performance/memory questions around some very large responses (such
You can’t perform that action at this time.
0 commit comments