Skip to content

Commit

Permalink
Feature Request: Injectable Timestamps
Browse files Browse the repository at this point in the history
Feature request for `Aws::S3::Presigner`.
  • Loading branch information
awood45 committed Nov 23, 2015
1 parent de43edb commit 438a133
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions FEATURE_REQUESTS.md
Expand Up @@ -10,6 +10,15 @@ We can be found in our [Gitter channel](http://gitter.im/aws/aws-sdk-ruby) and o

## Ideas

### Add Injectable Timestamp to Presigner

Since the signing logic uses `now` for the signing time, the
`Aws::S3::Presigner` class will always generate unique URLs, though use cases
can exist for wanting consistency across generated URLs. The ask would be to add
support for an injectable timestamp into signing via the presigner.

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

### Add Client-Side Decryption for Amazon EC2 Passwords

Calling `Aws::EC2::Client#get_password_data` returns an encrypted password,
Expand Down

0 comments on commit 438a133

Please sign in to comment.