Latest Version
gem install aws-sdk
New Features
| Change | Description |
|---|---|
| Amazon S3 Bucket MFA Delete |
Special thanks to community member ohookins for adding MFA delete options to bucket versioning operations. bucket = AWS::S3.new.buckets['bucket-name'] bucket.enable_versioning(:mfa_delete => 'Enabled', :mfa => 'SERIAL TOKEN') |
Resolved Issues
| Change | Description |
|---|---|
| AWS::DynamoDB::Binary |
Resolved an issue with how binary attributes were base 64 encoded when sending requests to Amazon DynamoDB. |
| AWS::Core::Http::Request |
Corrected an issue with setting the content-length header of requests (now using #bytesize instead of #size). |
| AWS::S3 Client-side Encryption |
AWS::S3::S3Object#read now uses the configured :s3_encryption_key option by default when downloading client-side-encrypted files from Amazon S3 (as documented). |
Supported API Versions
This release of the SDK supports the following API versions:
| Service | API Version |
|---|---|
| Amazon CloudWatch | 2010-08-01 |
| Amazon DynamoDB | 2011-12-05 |
| Amazon Elastic Compute Cloud | 2012-07-20 |
| Amazon Elastic MapReduce | 2009-03-31 |
| Amazon Route 53 | 2012-02-29 |
| Amazon Simple E-mail Service | 2010-12-01 |
| Amazon Simple Notifications Service | 2010-03-31 |
| Amazon Simple Queue Service | 2011-10-01 |
| Amazon Simple Storage Service | 2006-03-01 |
| Amazon Simple Workflow Service | 2012-01-25 |
| Amazon SimpleDB | 2009-04-15 |
| Auto Scaling | 2011-01-01 |
| AWS CloudFormation | 2010-05-15 |
| AWS Identity and Access Management | 2010-05-08 |
| AWS Security Token Service | 2011-06-15 |
| Elastic Load Balancing | 2012-06-01 |