Skip to content

Commit

Permalink
API Update for Aws::KMS
Browse files Browse the repository at this point in the history
This release of AWS Key Management Service introduces the ability to
delete customer master keys (CMKs), including two new APIs for
scheduling and canceling key deletion.
  • Loading branch information
awood45 committed Oct 15, 2015
1 parent 7c64f52 commit f7f14e7
Show file tree
Hide file tree
Showing 3 changed files with 622 additions and 77 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
Unreleased Changes
------------------

* Feature - Aws::S3 - Adds support for Service Side Encryption (AES256) to `Aws::S3::Client#upload_part`.
* Feature - Aws::KMS - This release of AWS Key Management Service introduces the
ability to delete customer master keys (CMKs), including two new APIs for
scheduling and canceling key deletion.

* Feature - Aws::S3 - Adds support for Service Side Encryption (AES256) to
`Aws::S3::Client#upload_part`.

* Issue - Aws::EC2 - Resolved an issue where `Aws::EC2::Client#copy_snapshot`
would not compute the required presigned url when the `:destination_region`
Expand Down
Loading

0 comments on commit f7f14e7

Please sign in to comment.