Skip to content

Commit

Permalink
Added support for requester pays headers.
Browse files Browse the repository at this point in the history
See #694
  • Loading branch information
trevorrowe committed Mar 19, 2015
1 parent 8b7c57b commit 88edf93
Show file tree
Hide file tree
Showing 4 changed files with 253 additions and 9 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Unreleased Changes
------------------

* Feature - Aws::S3 - Added support for requester pays headers to all supported
object operations.

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

* Feature - Aws::SNS - Added a utility class that can verify the authenticity
of an SNS message.

Expand Down
6 changes: 0 additions & 6 deletions FEATURE_REQUESTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,6 @@ This approach has the benefit of expanding waiter coverage and providing a relia

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

### Amazon S3 Requester Pays

Many, but not all Amazon S3 API operations accept a special header to indicate the API request should pay associated costs. Adding support for these to Amazon S3 operations is very trivial once the appropriate operations are identified.

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

### Amazon S3 Presigned Post

The version 1 SDK has support for generating a pre-signed POST request. This returned a hash of key/value pairs that should be embedded into a HTML POST form for browsers. This should be ported to the version 2 SDK, and updated to use signature version 4.
Expand Down
Loading

0 comments on commit 88edf93

Please sign in to comment.