Latest Version
Download the latest version of the AWS SDK for Ruby:
gem install aws-sdk
Resolved Issues
| Change | Description |
|---|---|
| DigiNotar certificate |
In response to Mozilla recently revoking the certificate of DigiNotar -- see references below -- this release includes an update to the included CA bundle file which revokes the DigiNotar certificate. If you are unable to update to the latest version of the SDK, you can configure your current version of the SDK (since version 1.0.1) to use an updated version of the CA bundle as follows:
AWS.config(:ssl_ca_file => "path/to/ca-bundle.crt")
This option should be set before constructing any service interfaces. An updated version of the CA bundle can be obtained from our GitHub repository. |
Supported API Versions
This release of the SDK supports the following API versions:
| Service | API Version |
|---|---|
| Amazon Elastic Compute Cloud | 2011-02-28 |
| Amazon SimpleDB | 2009-04-15 |
| Amazon Simple E-mail Service | 2010-12-01 |
| Amazon Simple Notifications Service | 2010-03-31 |
| Amazon Simple Queue Service | 2009-02-01 |
| Amazon Simple Storage Service | 2006-03-01 |
| AWS Identity and Access Management | 2010-05-08 |
| AWS Security Token Service | 2011-06-15 |