Skip to content

Commit

Permalink
Added feature request.
Browse files Browse the repository at this point in the history
Closes #956.
  • Loading branch information
trevorrowe committed Oct 15, 2015
1 parent 86c9e66 commit a6454b5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions FEATURE_REQUESTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@ We can be found in our [Gitter channel](http://gitter.im/aws/aws-sdk-ruby) and o

## Ideas

### Add Proxy Option to Instance Profile Credentials

The SDK ignores environment proxies by default for security reasons. Add the ability
to configure a proxy or to enable the default proxy from the constructor.

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

### Configurable Default Retry Limit for Instance Profile Credentials

The default credential provider chain will check for credentials from the EC2 instance metadata service once before giving up. This is intentional to prevent development environments from hanging for an extended period of time when not running on Amazon EC2.
Expand Down

0 comments on commit a6454b5

Please sign in to comment.